Searched defs:dqcoeff (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 119 int16_t *dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in optimize_b() local 325 int16_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in vp9_xform_quant() local 375 int16_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in encode_block() local 434 int16_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in encode_block_pass1() local 485 int16_t *dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in encode_block_intra() local
|
D | vp9_block.h | 35 int16_t *dqcoeff[MAX_MB_PLANE][3]; member
|
D | vp9_rdopt.c | 526 int64_t vp9_block_error_c(const int16_t *coeff, const int16_t *dqcoeff, in vp9_block_error_c() 636 int16_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in dist_block() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 83 int16_t *dqcoeff, TX_SIZE tx_size, const int16_t *dq, in decode_coefs()
|
D | vp9_decodeframe.c | 199 int16_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in inverse_transform_block() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | blockd.h | 199 short *dqcoeff; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_blockd.h | 183 int16_t *dqcoeff; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | rdopt.c | 409 int vp8_block_error_c(short *coeff, short *dqcoeff) in vp8_block_error_c()
|