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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_context_tree.h23 tran_low_t *qcoeff[MAX_MB_PLANE][3]; member in struct:__anon13153
H A Dvp9_block.h31 tran_low_t *qcoeff; member in struct:macroblock_plane
H A Dvp9_encodemb.c111 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
145 vp9_pt_energy_class[vp9_dct_value_tokens_ptr[qcoeff[scan[i]]].token];
150 int x = qcoeff[rc];
275 vpx_memset(qcoeff, 0, sizeof(*qcoeff) * (16 << (tx_size * 2)));
284 qcoeff[rc] = x;
322 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
335 p->quant_fp, p->quant_shift, qcoeff, dqcoef
372 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
420 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
607 tran_low_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
[all...]
H A Dvp9_tokenize.c308 const tran_low_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
347 v = qcoeff[scan[c]];
358 v = qcoeff[scan[c]];
H A Dvp9_rdopt.c154 p->qcoeff = ctx->qcoeff_pbuf[i][m];
164 ctx->qcoeff_pbuf[i][n] = p->qcoeff;
293 const tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
311 int v = qcoeff[0];
322 v = qcoeff[rc];
/external/libvpx/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:__anon24933
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;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dblockd.h198 short *qcoeff; member in struct:blockd
214 DECLARE_ALIGNED(16, short, qcoeff[400]);
/external/libvpx/libvpx/vp8/common/
H A Dblockd.h198 short *qcoeff; member in struct:blockd
214 DECLARE_ALIGNED(16, short, qcoeff[400]);

Completed in 6988 milliseconds