Searched refs:ZERO_MV_PREF (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp29 #define ZERO_MV_PREF 0 /* 0: bias (0,0)MV before full-pel search, lowest complexity*/ macro
385 #if (ZERO_MV_PREF==2) /* use mot_mb[7].sad as d0 computed in MBMotionSearch*/
791 #if (ZERO_MV_PREF==1) /* compute (0,0) MV at the end */
930 #if (ZERO_MV_PREF==1) /* compute (0,0) MV at the end */
937 #if (ZERO_MV_PREF==0) /* COMPUTE ZERO VECTOR FIRST !!!!!*/
1016 #if (ZERO_MV_PREF==1) /* compute (0,0) MV at the end */

Completed in 37 milliseconds