Re[2]: [XviD-devel] [BUG] BFrame encoder doesn't force intra for 1st frame

Radoslaw Czyz xvid-devel@xvid.org
Wed, 7 Aug 2002 23:00:52 +0930


> Yes, the possibilites for real "hinted" ME instead of "forcing old MVs to
> a new situation" are much more promising. I guess not even a full search
> would be needed in second pass, but only a refinement step. Either normal
> qpel/halfpel-refine, or diamond search with halfpel diamond size.

Some time ago, I was thinking about creating such second-pass search.
I even have some ideas that could make second pass _better_ than the
first, because we already know (more or less, but we do) future motion
vectors (those down or right of current macroblock). I even already
know how to re-decide about inter4v quite quickly (well based on my
code which makes 4xsad8)

Radek