Searched refs:type_pred (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | motion_est.cpp | 76 Int i0, Int j0, Int type_pred, Int fullsearch, Int *hp_guess); 83 VideoEncData *video, Int type_pred); 161 Int type_pred; in MotionEstimation() local 243 type_pred = 0; /* for initial candidate selection */ in MotionEstimation() 250 type_pred = 2; in MotionEstimation() 290 MBMotionSearch(video, cur, best_cand, i << 4, j << 4, type_pred, in MotionEstimation() 502 type_pred++; /* second pass */ in MotionEstimation() 771 Int i0, Int j0, Int type_pred, Int FS_en, Int *hp_guess) in MBMotionSearch() argument 861 if (video->forwardRefVop->predictionType == I_VOP && j0 == 0 && i0 <= 64 && type_pred != 1) in MBMotionSearch() 871 CandidateSelection(mvx, mvy, &num_can, i0 >> 4, j0 >> 4, video, type_pred); in MBMotionSearch() [all …]
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | motion_est.cpp | 259 int type_pred; in AVCMotionEstimation() local 323 type_pred = 0; /* for initial candidate selection */ in AVCMotionEstimation() 330 type_pred = 2; in AVCMotionEstimation() 366 AVCMBMotionSearch(encvid, cur, best_cand, i << 4, j << 4, type_pred, in AVCMotionEstimation() 457 type_pred++; /* second pass */ in AVCMotionEstimation() 956 int i0, int j0, int type_pred, int FS_en, int *hp_guess) in AVCMBMotionSearch() argument 1053 AVCCandidateSelection(mvx, mvy, &num_can, i0 >> 4, j0 >> 4, encvid, type_pred, &cmvx, &cmvy); in AVCMBMotionSearch() 1071 if (video->PrevRefFrameNum == 0 && j0 == 0 && i0 <= 64 && type_pred != 1) in AVCMBMotionSearch() 1357 AVCEncObject *encvid, int type_pred, int *cmvx, int *cmvy) in AVCCandidateSelection() argument 1376 if (type_pred == 0) /* first pass */ in AVCCandidateSelection() [all …]
|
D | avcenc_lib.h | 554 int i0, int j0, int type_pred, int FS_en, int *hp_guess); 588 AVCEncObject *encvid, int type_pred, int *cmvx, int *cmvy);
|