Searched refs:best_cand (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
D | motion_est.cpp | 75 void MBMotionSearch(VideoEncData *video, UChar *cur, UChar *best_cand[], 156 UChar *cur, *best_cand[5]; in MotionEstimation() local 290 MBMotionSearch(video, cur, best_cand, i << 4, j << 4, type_pred, in MotionEstimation() 346 FindHalfPelMB(video, cur, mot_mb, best_cand[0], in MotionEstimation() 361 … best_cand, mode_mb, i << 4, j << 4, xh, yh, hp_mem4MV); in MotionEstimation() 770 void MBMotionSearch(VideoEncData *video, UChar *cur, UChar *best_cand[], in MBMotionSearch() argument 856 best_cand[0] = ncand; in MBMotionSearch() 1030 best_cand[0] = ncand; in MBMotionSearch() 1080 best_cand[comp+1] = ncand; in MBMotionSearch() 1152 best_cand[comp+1] = ncand; in MBMotionSearch() [all …]
|