[go: nahoru, domu]

Searched refs:blkIdx2blkXY (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dresidual.cpp159 int bindx = blkIdx2blkXY[cindx>>2][cindx&3] ; // raster scan index
205 bindx = 16 + blkIdx2blkXY[cindx>>2][cindx&3];
H A Dslice.cpp240 blkidx = blkIdx2blkXY[b8][b4];
270 blkidx = blkIdx2blkXY[b8][0];
H A Dblock.cpp276 blkidx = blkIdx2blkXY[b8][b4];
627 currMB->nz_coeff[blkIdx2blkXY[b8][b4]] = ncoeff; /* in raster scan !!! */
H A Dintra_est.cpp663 blkidx = blkIdx2blkXY[b8][b4];
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h798 const static int blkIdx2blkXY[4][4] = {{0, 1, 4, 5}, {2, 3, 6, 7}, {8, 9, 12, 13}, {10, 11, 14, 15}}; variable

Completed in 21 milliseconds