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

  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
residual.cpp 159 int bindx = blkIdx2blkXY[cindx>>2][cindx&3] ; // raster scan index
205 bindx = 16 + blkIdx2blkXY[cindx>>2][cindx&3];
slice.cpp 240 blkidx = blkIdx2blkXY[b8][b4];
270 blkidx = blkIdx2blkXY[b8][0];
block.cpp 276 blkidx = blkIdx2blkXY[b8][b4];
627 currMB->nz_coeff[blkIdx2blkXY[b8][b4]] = ncoeff; /* in raster scan !!! */
    [all...]
intra_est.cpp 663 blkidx = blkIdx2blkXY[b8][b4];
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 798 const static int blkIdx2blkXY[4][4] = {{0, 1, 4, 5}, {2, 3, 6, 7}, {8, 9, 12, 13}, {10, 11, 14, 15}};
    [all...]

Completed in 20 milliseconds