Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c100 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in optimize_b() local
333 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in vp9_xform_quant_fp() local
422 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in vp9_xform_quant_dc() local
504 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in vp9_xform_quant() local
593 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in encode_block() local
711 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in encode_block_pass1() local
774 tran_low_t *dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in vp9_encode_block_intra() local
Dvp9_context_tree.h28 tran_low_t *dqcoeff[MAX_MB_PLANE][3]; member
Dvp9_rdopt.c271 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, in vp9_block_error_c()
286 int64_t vp9_block_error_fp_c(const int16_t *coeff, const int16_t *dqcoeff, in vp9_block_error_fp_c()
301 const tran_low_t *dqcoeff, in vp9_highbd_block_error_c()
430 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in dist_block() local
494 tran_low_t *const dqcoeff = BLOCK_OFFSET(xd->plane[plane].dqcoeff, block); in block_rd_txfm() local
Dvp9_pickmode.c606 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in block_yrd() local
669 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in block_yrd() local
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_error_neon.c16 int64_t vp9_block_error_fp_neon(const int16_t *coeff, const int16_t *dqcoeff, in vp9_block_error_fp_neon()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_error_intrin_avx2.c17 const int16_t *dqcoeff, in vp9_block_error_avx2()
Dvp9_highbd_block_error_intrin_sse2.c16 int64_t vp9_highbd_block_error_sse2(tran_low_t *coeff, tran_low_t *dqcoeff, in vp9_highbd_block_error_sse2()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c50 tran_low_t *dqcoeff, TX_SIZE tx_size, const int16_t *dq, in decode_coefs()
Dvp9_decodeframe.c192 tran_low_t *const dqcoeff = pd->dqcoeff; in inverse_transform_block_inter() local
282 tran_low_t *const dqcoeff = pd->dqcoeff; in inverse_transform_block_intra() local
/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h121 tran_low_t *dqcoeff; member
Dvp9_onyxc_int.h352 tran_low_t *dqcoeff) { in vp9_init_macroblockd()
/external/libvpx/libvpx/vp8/common/
Dblockd.h203 short *dqcoeff; member
/external/libvpx/libvpx/vp8/encoder/
Drdopt.c409 int vp8_block_error_c(short *coeff, short *dqcoeff) in vp8_block_error_c()