Home
last modified time | relevance | path

Searched refs:hp_guess (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/codecs/m4v_h263/enc/src/
Dfindhalfpel.cpp66 Int xpos, Int ypos, Int *xhmin, Int *yhmin, Int hp_guess) in FindHalfPelMB() argument
131 if (distance_tab[hp_guess][k] < HP_DISTANCE_TH) in FindHalfPelMB()
163 hp_guess = kmin; in FindHalfPelMB()
Dmotion_est.cpp76 Int i0, Int j0, Int type_pred, Int fullsearch, Int *hp_guess);
174 Int hp_guess = 0; in MotionEstimation() local
291 FS_en, &hp_guess); in MotionEstimation()
347 i << 4, j << 4, xh, yh, hp_guess); in MotionEstimation()
771 Int i0, Int j0, Int type_pred, Int FS_en, Int *hp_guess) in MBMotionSearch() argument
845 *hp_guess = 0; /* no guess for fast half-pel */ in MBMotionSearch()
863 *hp_guess = 0; /* no guess for fast half-pel */ in MBMotionSearch()
1012 *hp_guess = FindMin(dn); in MBMotionSearch()
Dmp4lib_int.h417 Int hp_guess; member
Dvop.cpp97 video->hp_guess = -1; in EncodeVop()
Dmp4enc_lib.h138 Int xpos, Int ypos, Int *xhmin, Int *yhmin, Int hp_guess);