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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 82 void CandidateSelection(Int *mvx, Int *mvy, Int *num_can, Int imb, Int jmb,
796 Int num_can, center_again; local
871 CandidateSelection(mvx, mvy, &num_can, i0 >> 4, j0 >> 4, video, type_pred);
876 if (num_can == ALL_CAND_EQUAL)
899 for (k = 0; k < num_can; k++)
926 if (num_can == 0 || dmin == 65535) /* no candidate selected */
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 978 int num_can, center_again; local
    [all...]
avcenc_lib.h 580 \param "num_can" "Pointer to the number of candidates returned."
587 void AVCCandidateSelection(int *mvx, int *mvy, int *num_can, int imb, int jmb,
    [all...]

Completed in 67 milliseconds