Searched refs:type_pred (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp76 Int i0, Int j0, Int type_pred, Int fullsearch, Int *hp_guess);
83 VideoEncData *video, Int type_pred);
161 Int type_pred; local
243 type_pred = 0; /* for initial candidate selection */
250 type_pred = 2;
290 MBMotionSearch(video, cur, best_cand, i << 4, j << 4, type_pred,
502 type_pred++; /* second pass */
771 Int i0, Int j0, Int type_pred, Int FS_en, Int *hp_guess)
861 if (video->forwardRefVop->predictionType == I_VOP && j0 == 0 && i0 <= 64 && type_pred != 1)
871 CandidateSelection(mvx, mvy, &num_can, i0 >> 4, j0 >> 4, video, type_pred);
770 MBMotionSearch(VideoEncData *video, UChar *cur, UChar *best_cand[], Int i0, Int j0, Int type_pred, Int FS_en, Int *hp_guess) argument
1352 CandidateSelection(Int *mvx, Int *mvy, Int *num_can, Int imb, Int jmb, VideoEncData *video, Int type_pred) argument
[all...]

Completed in 60 milliseconds