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

  /frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp 565 if (MbQ->nz_coeff[0] != 0 || MbP->nz_coeff[3] != 0) pStrength[0] = 2;
566 if (MbQ->nz_coeff[4] != 0 || MbP->nz_coeff[7] != 0) pStrength[1] = 2;
567 if (MbQ->nz_coeff[8] != 0 || MbP->nz_coeff[11] != 0) pStrength[2] = 2;
568 if (MbQ->nz_coeff[12] != 0 || MbP->nz_coeff[15] != 0) pStrength[3] = 2;
654 if (MbQ->nz_coeff[0] != 0 || MbP->nz_coeff[12] != 0) pStrength[0] = 2
    [all...]
mb_access.cpp 81 pred_nnz = video->currMB->nz_coeff[(j<<2)+i-1];
88 pred_nnz = tempMB->nz_coeff[(j<<2)+3];
104 pred_nnz += video->currMB->nz_coeff[((j-1)<<2)+i];
112 pred_nnz += tempMB->nz_coeff[12+i];
140 pred_nnz = video->currMB->nz_coeff[(j<<2)+i-1];
148 pred_nnz = tempMB->nz_coeff[(j<<2)+i+1];
164 pred_nnz += video->currMB->nz_coeff[((j-1)<<2)+i];
172 pred_nnz += tempMB->nz_coeff[20+i];
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
residual.cpp 167 TotalCoeff = currMB->nz_coeff[bindx];
181 TotalCoeff = currMB->nz_coeff[bindx];
207 TotalCoeff = currMB->nz_coeff[bindx];
slice.cpp 243 currMB->nz_coeff[blkidx] = numcoeff;
272 currMB->nz_coeff[blkidx] = 0;
273 currMB->nz_coeff[blkidx+1] = 0;
274 currMB->nz_coeff[blkidx+4] = 0;
275 currMB->nz_coeff[blkidx+5] = 0;
296 memset(currMB->nz_coeff, 0, sizeof(uint8)*16);
block.cpp 278 if (currMB->nz_coeff[blkidx])
627 currMB->nz_coeff[blkIdx2blkXY[b8][b4]] = ncoeff; /* in raster scan !!! */
984 currMB->nz_coeff[16+(cr<<1)] = 0;
985 currMB->nz_coeff[17+(cr<<1)] = 0;
986 currMB->nz_coeff[20+(cr<<1)] = 0;
987 currMB->nz_coeff[21+(cr<<1)] = 0;
1023 currMB->nz_coeff[16+(b4&1)+(cr<<1)+((b4>>1)<<2)] = ncoeff; // in raster scan
    [all...]
intra_est.cpp 675 currMB->nz_coeff[blkidx] = numcoef;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 596 uint8 nz_coeff[NUM_BLKS_IN_MB]; /* [blk_y][blk_x], Chroma is [4..5][0...3], see predict_nnz() function */ member in struct:tagMacroblock
    [all...]

Completed in 49 milliseconds