Searched refs:type_pred (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/module/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 …]
|