/external/libvpx/libvpx/vp9/common/ |
vp9_blockd.h | 174 int16_t *dqcoeff; member in struct:macroblockd_plane
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemb.c | 143 dqcoeff_ptr = BLOCK_OFFSET(pd->dqcoeff, block); 351 int16_t *dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); local 372 p->quant, p->quant_shift, qcoeff, dqcoeff, 384 p->quant, p->quant_shift, qcoeff, dqcoeff, 396 p->quant, p->quant_shift, qcoeff, dqcoeff, 407 p->quant, p->quant_shift, qcoeff, dqcoeff, 422 int16_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); local 452 vp9_idct32x32_add(dqcoeff, dst, pd->dst.stride, pd->eobs[block]) 480 int16_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); local 531 int16_t *dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); local [all...] |
vp9_block.h | 32 int16_t *dqcoeff[MAX_MB_PLANE][3]; member in struct:__anon24018
|
vp9_rdopt.c | 461 int64_t vp9_block_error_c(int16_t *coeff, int16_t *dqcoeff, 467 int this_diff = coeff[i] - dqcoeff[i]; 566 int16_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); local 567 args->dist = vp9_block_error(coeff, dqcoeff, 16 << ss_txfrm_size, [all...] |
/external/libvpx/libvpx/vp8/common/ |
blockd.h | 195 short *dqcoeff; member in struct:blockd 211 DECLARE_ALIGNED(16, short, dqcoeff[400]);
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodframe.c | 46 DECLARE_ALIGNED(16, int16_t, dqcoeff[MAX_MB_PLANE][64 * 64]); 252 int16_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); local 259 xd->itxm_add(dqcoeff, dst, stride, eob); 261 vp9_iht4x4_16_add(dqcoeff, dst, stride, tx_type); 265 vp9_iht8x8_add(tx_type, dqcoeff, dst, stride, eob); 269 vp9_iht16x16_add(tx_type, dqcoeff, dst, stride, eob); 273 vp9_idct32x32_add(dqcoeff, dst, stride, eob); 280 vpx_memset(dqcoeff, 0, 2 * sizeof(dqcoeff[0])) [all...] |