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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
findhalfpel.cpp 112 GenerateQuartPelPred(encvid->bilin_base[hmin], &(encvid->qpel_cand[0][0]), hmin);
118 d = SATD_MB(encvid->qpel_cand[q], cur, dmin);
516 void GenerateQuartPelPred(uint8 **bilin_base, uint8 *qpel_cand, int hpel_pos)
521 uint8 *c1 = qpel_cand;
avcenc_int.h 413 uint8 qpel_cand[8][24*16]; /* pointer to quarter-pel position */ member in struct:tagEncObject
motion_est.cpp     [all...]

Completed in 83 milliseconds