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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfindhalfpel.cpp45 const static Int distance_tab[9][9] = /* [hp_guess][k] */
66 Int xpos, Int ypos, Int *xhmin, Int *yhmin, Int hp_guess)
131 if (distance_tab[hp_guess][k] < HP_DISTANCE_TH)
163 hp_guess = kmin;
65 FindHalfPelMB(VideoEncData *video, UChar *cur, MOT *mot, UChar *ncand, Int xpos, Int ypos, Int *xhmin, Int *yhmin, Int hp_guess) argument
H A Dmotion_est.cpp76 Int i0, Int j0, Int type_pred, Int fullsearch, Int *hp_guess);
174 Int hp_guess = 0; local
291 FS_en, &hp_guess);
347 i << 4, j << 4, xh, yh, hp_guess);
771 Int i0, Int j0, Int type_pred, Int FS_en, Int *hp_guess)
845 *hp_guess = 0; /* no guess for fast half-pel */
863 *hp_guess = 0; /* no guess for fast half-pel */
1012 *hp_guess = FindMin(dn);
770 MBMotionSearch(VideoEncData *video, UChar *cur, UChar *best_cand[], Int i0, Int j0, Int type_pred, Int FS_en, Int *hp_guess) argument
H A Dmp4lib_int.h417 Int hp_guess; member in struct:tagVideoEncData
H A Dmp4enc_lib.h138 Int xpos, Int ypos, Int *xhmin, Int *yhmin, Int hp_guess);
H A Dvop.cpp97 video->hp_guess = -1;

Completed in 74 milliseconds