Searched defs:qcoeff (Results 1 - 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
H A D | vp9_encodemb.c | 118 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 D | vp9_tokenize.c | 224 const int16_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local 251 v = qcoeff[scan[c]]; 262 v = qcoeff[scan[c]];
|
H A D | vp9_block.h | 34 int16_t *qcoeff[MAX_MB_PLANE][3]; member in struct:__anon607 68 int16_t *qcoeff; member in struct:macroblock_plane
|
H A D | vp9_rdopt.c | 565 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 D | blockd.h | 198 short *qcoeff; member in struct:blockd 214 DECLARE_ALIGNED(16, short, qcoeff[400]);
|
Completed in 124 milliseconds