[x264-devel] motion estimation
Oleg Terner
olegt at numeri.co.il
Mon Sep 29 09:16:52 CEST 2008
Hello,
Is it possible to make use of the motion estimation part of the x264?
We have looked at the h->mb.mv values just after the call to
x264_macroblock_analyse( h );
in the routine x264_slice_write( x264_t *h ) in the file encoder.c.
Sometimes this gives the correct values, and sometimes not.
We understand that mv are computed in two stages, prediction and
difference, but we can not
guess how this is done.
Thanks in advance.
More information about the x264-devel
mailing list