Searched refs:bindx (Results 1 - 3 of 3) 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 local
167 TotalCoeff = currMB->nz_coeff[bindx];
174 bindx = 0;
181 TotalCoeff = currMB->nz_coeff[bindx];
205 bindx = 16 + blkIdx2blkXY[cindx>>2][cindx&3];
207 TotalCoeff = currMB->nz_coeff[bindx];
241 nC = predict_nnz(video, bindx & 3, bindx >> 2);
245 nC = predict_nnz_chroma(video, bindx & 3, bindx >>
[all...]
H A Davcenc_lib.h792 \param "bindx" "Block index or number of nonzero coefficients for AVC_Intra16DC and AVC_ChromaDC mode."
797 AVCEnc_Status enc_residual_block(AVCEncObject *encvid, AVCResidualType type, int bindx, AVCMacroblock *currMB);
H A Dslice.cpp929 int bindx = 0; local
1015 bindx++;

Completed in 21 milliseconds