Searched defs:qcoeff (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodemb.c118 int16_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
155 qcoeff[scan[i]]].token];
161 x = qcoeff[rc];
289 vpx_memset(qcoeff, 0, sizeof(*qcoeff) * (16 << (tx_size * 2)));
297 qcoeff[rc] = x;
324 int16_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
337 p->quant, p->quant_shift, qcoeff, dqcoef
484 int16_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
[all...]
H A Dvp9_tokenize.c224 const int16_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
251 v = qcoeff[scan[c]];
262 v = qcoeff[scan[c]];
H A Dvp9_block.h34 int16_t *qcoeff[MAX_MB_PLANE][3]; member in struct:__anon1141
68 int16_t *qcoeff; member in struct:macroblock_plane
H A Dvp9_rdopt.c565 const int16_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
583 int v = qcoeff[0];
594 v = qcoeff[rc];
1394 p[i].qcoeff = ctx->qcoeff_pbuf[i][2];
1404 ctx->qcoeff_pbuf[i][0] = p[i].qcoeff;
3048 p[i].qcoeff = ctx->qcoeff_pbuf[i][1];
3058 ctx->qcoeff_pbuf[i][0] = p[i].qcoeff;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dblockd.h198 short *qcoeff; member in struct:blockd
214 DECLARE_ALIGNED(16, short, qcoeff[400]);

Completed in 64 milliseconds