Searched refs:hp_guess (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/codecs/m4v_h263/enc/src/ |
D | findhalfpel.cpp | 66 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()
|
D | motion_est.cpp | 76 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()
|
D | mp4lib_int.h | 417 Int hp_guess; member
|
D | vop.cpp | 97 video->hp_guess = -1; in EncodeVop()
|
D | mp4enc_lib.h | 138 Int xpos, Int ypos, Int *xhmin, Int *yhmin, Int hp_guess);
|