Searched refs:nz_coeff (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp565 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[1
[all...]
H A Dmb_access.cpp81 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/
H A Dresidual.cpp167 TotalCoeff = currMB->nz_coeff[bindx];
181 TotalCoeff = currMB->nz_coeff[bindx];
207 TotalCoeff = currMB->nz_coeff[bindx];
H A Dslice.cpp243 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);
H A Dblock.cpp278 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
H A Dintra_est.cpp675 currMB->nz_coeff[blkidx] = numcoef;
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h596 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

Completed in 113 milliseconds