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

  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp     [all...]
slice.cpp 164 uint8 *orgL, *orgCb, *orgCr, *org4;
189 orgCr = currInput->YCbCr[2] + offset;
197 orgCr += offset;
323 dct_chroma(encvid, curCr, orgCr, 1);
avcenc_lib.h 392 \param "orgCr" "Pointer to the original Cr block."
399 int SATDChroma(uint8 *orgCb, uint8 *orgCr, int org_pitch, uint8 *pred, int mincost);
    [all...]

Completed in 391 milliseconds