/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 | 416 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;
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
avcenc_lib.h | 550 \param "hp_guess" "Guess for half-pel search." 554 int i0, int j0, int type_pred, int FS_en, int *hp_guess); 617 \param "hp_guess" "Input to help speedup the search." 622 int xpos, int ypos, int hp_guess, int cmvx, int cmvy); [all...] |
motion_est.cpp | 270 int hp_guess = 0; local 367 FS_en, &hp_guess); 956 int i0, int j0, int type_pred, int FS_en, int *hp_guess) [all...] |
findhalfpel.cpp | 26 const static int distance_tab[9][9] = /* [hp_guess][k] */ 55 int xpos, int ypos, int hp_guess, int cmvx, int cmvy) 76 OSCL_UNUSED_ARG(hp_guess);
|