Searched refs:FS_en (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | motion_est.cpp | 150 Int FS_en = video->encParams->FullSearch_Enabled; in MotionEstimation() local 291 FS_en, &hp_guess); in MotionEstimation() 771 Int i0, Int j0, Int type_pred, Int FS_en, Int *hp_guess) in MBMotionSearch() argument 843 if (FS_en) in MBMotionSearch() 1072 if (FS_en) /* fullsearch enable, center around 16x16 MV */ in MBMotionSearch()
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | motion_est.cpp | 253 uint FS_en = encvid->fullsearch_enable; 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 1060 if (FS_en) in AVCMBMotionSearch()
|
D | avcenc_lib.h | 554 int i0, int j0, int type_pred, int FS_en, int *hp_guess);
|