HomeSort by relevance Sort by last modified time
    Searched refs:best_cand (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 75 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[],
856 best_cand[0] = ncand;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 257 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[],
    [all...]
avcenc_lib.h 545 \param "best_cand" "Array of best candidates (to be filled in and returned)."
553 void AVCMBMotionSearch(AVCEncObject *encvid, uint8 *cur, uint8 *best_cand[],
    [all...]

Completed in 175 milliseconds