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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp75 void MBMotionSearch(VideoEncData *video, UChar *cur, UChar *best_cand[],
156 UChar *cur, *best_cand[5]; local
290 MBMotionSearch(video, cur, best_cand, i << 4, j << 4, type_pred,
346 FindHalfPelMB(video, cur, mot_mb, best_cand[0],
361 best_cand, mode_mb, i << 4, j << 4, xh, yh, hp_mem4MV);
770 void MBMotionSearch(VideoEncData *video, UChar *cur, UChar *best_cand[], argument
856 best_cand[0] = ncand;
1030 best_cand[0] = ncand;
1080 best_cand[comp+1] = ncand;
1152 best_cand[com
[all...]

Completed in 1473 milliseconds