Searched refs:PREF_NULL_VEC (Results 1 – 1 of 1) sorted by relevance
48 #define PREF_NULL_VEC 129 /* for zero vector bias */ macro387 … if (mot_mb[7].sad - PREF_NULL_VEC < sad16 && mot_mb[7].sad - PREF_NULL_VEC < sad8) in MotionEstimation()389 mot_mb[0].sad = mot_mb[7].sad - PREF_NULL_VEC; in MotionEstimation()398 mot_mb[0].sad += PREF_NULL_VEC; /* add back the bias */ in MotionEstimation()938 dmin -= PREF_NULL_VEC; in MBMotionSearch()1017 if (d0 - PREF_NULL_VEC < dmin) in MBMotionSearch()1199 dmin = (*SAD_Macroblock)(cand, cur, (65535 << 16) | lx, (void*)extra_info) - PREF_NULL_VEC; in fullsearch()