[XviD-devel] pMB->pmvs []

Christoph Lampert xvid-devel@xvid.org
Mon, 4 Nov 2002 21:59:49 +0100 (CET)


Hi,

after fiddling with ME another time, I decided I'd like to get rid 
of the pMB->pmvs[] field in macroblock structure. Instead, the relative 
MV (pMB->mvs[]-predictor) could be calculated just before MBCoding, 
when it's neede for the first (and only) time. 

This means we might have to call get_pmv() another time, but it would save
us setting the stupid pmvs[0-3] fields every time we change motion vectors
or encoding type. 

When I finally implement a faster get_pmv is might even save us a tiny
little bit of time. 

What do you think?

gruel