Home
last modified time | relevance | path

Searched refs:hp_guess (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dfindhalfpel.cpp66 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()
Dmotion_est.cpp76 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()
Dmp4lib_int.h416 Int hp_guess; member
Dvop.cpp97 video->hp_guess = -1; in EncodeVop()
Dmp4enc_lib.h138 Int xpos, Int ypos, Int *xhmin, Int *yhmin, Int hp_guess);
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dmotion_est.cpp270 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()
Davcenc_lib.h554 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);
Dfindhalfpel.cpp42 int xpos, int ypos, int hp_guess, int cmvx, int cmvy) in AVCFindHalfPelMB() argument
63 OSCL_UNUSED_ARG(hp_guess); in AVCFindHalfPelMB()