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

  /frameworks/base/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++;
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
slice.cpp 624 int bindx = 0; local
633 BitstreamRead1Bit(stream, &(prev_intra4x4_pred_mode_flag[bindx]));
635 if (!prev_intra4x4_pred_mode_flag[bindx])
637 BitstreamReadBits(stream, 3, (uint*)&(rem_intra4x4_pred_mode[bindx]));
693 if (prev_intra4x4_pred_mode_flag[bindx])
699 if (rem_intra4x4_pred_mode[bindx] < predIntra4x4PredMode)
701 currMB->i4Mode[(block_y<<2)+block_x] = (AVCIntra4x4PredMode)rem_intra4x4_pred_mode[bindx];
705 currMB->i4Mode[(block_y<<2)+block_x] = (AVCIntra4x4PredMode)(rem_intra4x4_pred_mode[bindx] + 1);
708 bindx++;

Completed in 972 milliseconds