Searched defs:dqcoeff (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 100 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
|
D | vp9_context_tree.h | 28 tran_low_t *dqcoeff[MAX_MB_PLANE][3]; member
|
D | vp9_rdopt.c | 271 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
|
D | vp9_pickmode.c | 606 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/ |
D | vp9_error_neon.c | 16 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/ |
D | vp9_error_intrin_avx2.c | 17 const int16_t *dqcoeff, in vp9_block_error_avx2()
|
D | vp9_highbd_block_error_intrin_sse2.c | 16 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/ |
D | vp9_detokenize.c | 50 tran_low_t *dqcoeff, TX_SIZE tx_size, const int16_t *dq, in decode_coefs()
|
D | vp9_decodeframe.c | 192 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/ |
D | vp9_blockd.h | 121 tran_low_t *dqcoeff; member
|
D | vp9_onyxc_int.h | 352 tran_low_t *dqcoeff) { in vp9_init_macroblockd()
|
/external/libvpx/libvpx/vp8/common/ |
D | blockd.h | 203 short *dqcoeff; member
|
/external/libvpx/libvpx/vp8/encoder/ |
D | rdopt.c | 409 int vp8_block_error_c(short *coeff, short *dqcoeff) in vp8_block_error_c()
|