/external/libvpx/libvpx/test/ |
D | vp9_error_block_test.cc | 164 const tran_low_t *dqcoeff, in wrap_vp9_highbd_block_error_8bit_c() 173 const tran_low_t *dqcoeff, in wrap_vp9_highbd_block_error_8bit_sse2() 195 const tran_low_t *dqcoeff, in wrap_vp9_highbd_block_error_8bit_avx()
|
/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 | 32 tran_low_t *dqcoeff[MAX_MB_PLANE][3]; member
|
D | vp9_rdopt.c | 274 const tran_low_t *dqcoeff, in vp9_highbd_block_error_c() 296 const tran_low_t *dqcoeff, in vp9_highbd_block_error_8bit_c() 307 const tran_low_t *dqcoeff, in vp9_highbd_block_error_dispatch() 318 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, in vp9_block_error_c() 333 int64_t vp9_block_error_fp_c(const int16_t *coeff, const int16_t *dqcoeff, in vp9_block_error_fp_c() 452 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in dist_block() local 517 tran_low_t *const dqcoeff = BLOCK_OFFSET(xd->plane[plane].dqcoeff, block); in block_rd_txfm() local
|
D | vp9_pickmode.c | 607 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in block_yrd() local 670 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 | 193 tran_low_t *const dqcoeff = pd->dqcoeff; in inverse_transform_block_inter() local 283 tran_low_t *const dqcoeff = pd->dqcoeff; in inverse_transform_block_intra() local
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.h | 122 tran_low_t *dqcoeff; member
|
D | vp9_onyxc_int.h | 353 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 | 410 int vp8_block_error_c(short *coeff, short *dqcoeff) in vp8_block_error_c()
|