Home
last modified time | relevance | path

Searched defs:dqcoeff (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemb.c119 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
Dvp9_block.h35 int16_t *dqcoeff[MAX_MB_PLANE][3]; member
Dvp9_rdopt.c526 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/
Dvp9_detokenize.c83 int16_t *dqcoeff, TX_SIZE tx_size, const int16_t *dq, in decode_coefs()
Dvp9_decodeframe.c199 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/
Dblockd.h199 short *dqcoeff; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_blockd.h183 int16_t *dqcoeff; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Drdopt.c409 int vp8_block_error_c(short *coeff, short *dqcoeff) in vp8_block_error_c()