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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 76 Int i0, Int j0, Int type_pred, Int fullsearch, Int *hp_guess);
83 VideoEncData *video, Int type_pred);
161 Int type_pred; local
243 type_pred = 0; /* for initial candidate selection */
250 type_pred = 2;
290 MBMotionSearch(video, cur, best_cand, i << 4, j << 4, type_pred,
502 type_pred++; /* second pass */
771 Int i0, Int j0, Int type_pred, Int FS_en, Int *hp_guess)
861 if (video->forwardRefVop->predictionType == I_VOP && j0 == 0 && i0 <= 64 && type_pred != 1)
871 CandidateSelection(mvx, mvy, &num_can, i0 >> 4, j0 >> 4, video, type_pred);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 259 int type_pred; local
323 type_pred = 0; /* for initial candidate selection */
330 type_pred = 2;
366 AVCMBMotionSearch(encvid, cur, best_cand, i << 4, j << 4, type_pred,
457 type_pred++; /* second pass */
956 int i0, int j0, int type_pred, int FS_en, int *hp_guess)
    [all...]
avcenc_lib.h 548 \param "type_pred" "Indicates the type of operations."
554 int i0, int j0, int type_pred, int FS_en, int *hp_guess);
583 \param "type_pred" "Type of the prediction."
588 AVCEncObject *encvid, int type_pred, int *cmvx, int *cmvy);
    [all...]

Completed in 334 milliseconds