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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
residual.cpp 159 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 >> 2)
    [all...]
avcenc_lib.h     [all...]
slice.cpp 929 int bindx = 0; local
1015 bindx++;

Completed in 31 milliseconds