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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_lib.h 48 int dct_luma(AVCEncObject *encvid, int blkidx, uint8 *cur, uint8 *org, int *coef_cost);
344 for all the blocks inside a macroblock.It also calls dct_luma to generate the reconstructed
    [all...]
slice.cpp 227 /* we can do the loop here and call dct_luma */
242 numcoeff = dct_luma(encvid, blkidx, cur, org4, &cost8);
262 /* move the IDCT part out of dct_luma to accommodate the check
block.cpp 77 int dct_luma(AVCEncObject *encvid, int blkidx, uint8 *cur, uint8 *org, int *coef_cost) function
    [all...]
intra_est.cpp 654 // operation inside dct_luma
674 numcoef = dct_luma(encvid, blkidx, comp, org4, &dummy);
    [all...]

Completed in 122 milliseconds