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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfindhalfpel.cpp193 Int d, dmin, sad8; local
206 sad8 = 0;
265 sad8 += dmin;
267 if (sad8 >= sad16 - PREF_16_VEC)
276 return sad8;
284 return sad8;
H A Dmotion_est.cpp157 Int sad8 = 0, sad16 = 0; local
305 sad8 = sad16;
307 sad8 = mot_mb[1].sad + mot_mb[2].sad + mot_mb[3].sad + mot_mb[4].sad;
311 (*ChooseMode)(mode_mb, cur, width, ((sad8 < sad16) ? sad8 : sad16));
360 sad8 = FindHalfPelBlk(video, cur, mot_mb, sad16,
378 //if(sad16 < sad8-PREF_16_VEC)
379 if (sad16 - PREF_16_VEC > sad8)
387 if (mot_mb[7].sad - PREF_NULL_VEC < sad16 && mot_mb[7].sad - PREF_NULL_VEC < sad8)
433 totalSAD += sad8;
[all...]

Completed in 8 milliseconds