Searched defs:bindx (Results 1 - 2 of 2) 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 Dslice.cpp929 int bindx = 0; local
1015 bindx++;

Completed in 493 milliseconds