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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
findhalfpel.cpp 45 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;
motion_est.cpp 76 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 */
    [all...]
mp4lib_int.h 417 Int hp_guess; member in struct:tagVideoEncData
mp4enc_lib.h 138 Int xpos, Int ypos, Int *xhmin, Int *yhmin, Int hp_guess);
vop.cpp 97 video->hp_guess = -1;

Completed in 1397 milliseconds