Searched refs:best_cand (Results 1 - 3 of 3) 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...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_est.cpp257 uint8 *cur, *best_cand[5]; local
366 AVCMBMotionSearch(encvid, cur, best_cand, i << 4, j << 4, type_pred,
955 void AVCMBMotionSearch(AVCEncObject *encvid, uint8 *cur, uint8 *best_cand[], argument
1210 best_cand[0] = ncand;
1215 min_sad = AVCFindHalfPelMB(encvid, cur, mot16x16 + mbnum, best_cand[0], i0, j0, *hp_guess, cmvx, cmvy);
H A Davcenc_lib.h545 \param "best_cand" "Array of best candidates (to be filled in and returned)."
553 void AVCMBMotionSearch(AVCEncObject *encvid, uint8 *cur, uint8 *best_cand[],

Completed in 172 milliseconds