Searched refs:hp_guess (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/libstagefright/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 | 416 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);
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | motion_est.cpp | 270 int hp_guess = 0; in AVCMotionEstimation() local 367 FS_en, &hp_guess); in AVCMotionEstimation() 956 int i0, int j0, int type_pred, int FS_en, int *hp_guess) in AVCMBMotionSearch() argument 1062 *hp_guess = 0; /* no guess for fast half-pel */ in AVCMBMotionSearch() 1073 *hp_guess = 0; /* no guess for fast half-pel */ in AVCMBMotionSearch() 1201 *hp_guess = AVCFindMin(dn); in AVCMBMotionSearch() 1215 …min_sad = AVCFindHalfPelMB(encvid, cur, mot16x16 + mbnum, best_cand[0], i0, j0, *hp_guess, cmvx, c… in AVCMBMotionSearch()
|
D | avcenc_lib.h | 554 int i0, int j0, int type_pred, int FS_en, int *hp_guess); 622 int xpos, int ypos, int hp_guess, int cmvx, int cmvy);
|
D | findhalfpel.cpp | 42 int xpos, int ypos, int hp_guess, int cmvx, int cmvy) in AVCFindHalfPelMB() argument 63 OSCL_UNUSED_ARG(hp_guess); in AVCFindHalfPelMB()
|