HomeSort by relevance Sort by last modified time
    Searched defs:hpel_cand (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
findhalfpel.cpp 66 uint8 **hpel_cand = (uint8**) encvid->hpel_cand; /* half-pel position */ local
82 cand = hpel_cand[0];
94 d = SATD_MB(hpel_cand[h], cur, dmin);
avcenc_int.h 411 uint8 *hpel_cand[9]; /* pointer to half-pel position */ member in struct:tagEncObject

Completed in 42 milliseconds