HomeSort by relevance Sort by last modified time
    Searched refs:PREF_NULL_VEC (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 48 #define PREF_NULL_VEC 129 /* for zero vector bias */
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;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 28 #define PREF_NULL_VEC 129 /* zero vector bias */
    [all...]

Completed in 237 milliseconds