Searched defs:PREF_NULL_VEC (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp48 #define PREF_NULL_VEC 129 /* for zero vector bias */ macro
387 if (mot_mb[7].sad - PREF_NULL_VEC < sad16 && mot_mb[7].sad - PREF_NULL_VEC < sad8)
389 mot_mb[0].sad = mot_mb[7].sad - PREF_NULL_VEC;
398 mot_mb[0].sad += PREF_NULL_VEC; /* add back the bias */
938 dmin -= PREF_NULL_VEC;
1017 if (d0 - PREF_NULL_VEC < dmin)
1199 dmin = (*SAD_Macroblock)(cand, cur, (65535 << 16) | lx, (void*)extra_info) - PREF_NULL_VEC;

Completed in 121 milliseconds