Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmotion_est.cpp75 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()
361best_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 …]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dmotion_est.cpp257 uint8 *cur, *best_cand[5]; in AVCMotionEstimation() local
366 AVCMBMotionSearch(encvid, cur, best_cand, i << 4, j << 4, type_pred, in AVCMotionEstimation()
955 void AVCMBMotionSearch(AVCEncObject *encvid, uint8 *cur, uint8 *best_cand[], in AVCMBMotionSearch() argument
1210 best_cand[0] = ncand; in AVCMBMotionSearch()
1215 …min_sad = AVCFindHalfPelMB(encvid, cur, mot16x16 + mbnum, best_cand[0], i0, j0, *hp_guess, cmvx, c… in AVCMBMotionSearch()
Davcenc_lib.h553 void AVCMBMotionSearch(AVCEncObject *encvid, uint8 *cur, uint8 *best_cand[],