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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dresidual.cpp145 AVCEnc_Status enc_residual_block(AVCEncObject *encvid, AVCResidualType type, int cindx, AVCMacroblock *currMB) argument
159 int bindx = blkIdx2blkXY[cindx>>2][cindx&3] ; // raster scan index
165 level = encvid->level[cindx];
166 run = encvid->run[cindx];
173 TotalCoeff = cindx; /* special case */
175 cindx = 0;
179 level = encvid->level[cindx];
180 run = encvid->run[cindx];
186 if (cindx >
[all...]

Completed in 37 milliseconds