Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_error_avx2.c19 int64_t vp9_block_error_avx2(const tran_low_t *coeff, const tran_low_t *dqcoeff, in vp9_block_error_avx2()
110 const tran_low_t *dqcoeff, int block_size) { in vp9_block_error_fp_avx2()
Dvp9_highbd_block_error_intrin_sse2.c18 const tran_low_t *dqcoeff, in vp9_highbd_block_error_sse2()
/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()
Dvp9_quantize_neon.c151 int16x8_t dqcoeff; in vp9_quantize_fp_32x32_neon() local
205 int16x8_t dqcoeff; in vp9_quantize_fp_32x32_neon() local
/external/libvpx/libvpx/vpx_dsp/x86/
Dquantize_ssse3.h23 tran_low_t *dqcoeff) { in calculate_dqcoeff_and_store_32x32()
Dquantize_sse2.h48 tran_low_t *dqcoeff) { in calculate_dqcoeff_and_store()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c70 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in vp9_optimize_b() local
352 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in vp9_xform_quant_fp() local
428 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in vp9_xform_quant_dc() local
502 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in vp9_xform_quant() local
584 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in encode_block() local
697 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in encode_block_pass1() local
763 tran_low_t *dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in vp9_encode_block_intra() local
Dvp9_context_tree.h32 tran_low_t *dqcoeff[MAX_MB_PLANE][3]; member
/external/libaom/libaom/av1/encoder/x86/
Dhighbd_block_error_intrin_avx2.c17 int64_t av1_highbd_block_error_avx2(tran_low_t *coeff, tran_low_t *dqcoeff, in av1_highbd_block_error_avx2()
Dhighbd_block_error_intrin_sse2.c17 int64_t av1_highbd_block_error_sse2(tran_low_t *coeff, tran_low_t *dqcoeff, in av1_highbd_block_error_sse2()
Derror_intrin_avx2.c32 int64_t av1_block_error_avx2(const tran_low_t *coeff, const tran_low_t *dqcoeff, in av1_block_error_avx2()
Dav1_quantize_avx2.c109 tran_low_t *dqcoeff, __m256i *eob) { in quantize()
180 tran_low_t *qcoeff, tran_low_t *dqcoeff, in quantize_32x32()
255 tran_low_t *qcoeff, tran_low_t *dqcoeff, in quantize_64x64()
Dav1_highbd_quantize_avx2.c50 tran_low_t *qcoeff, tran_low_t *dqcoeff, in quantize()
/external/libvpx/libvpx/vpx_dsp/arm/
Dquantize_neon.c20 tran_low_t *dqcoeff) { in calculate_dqcoeff_and_store()
169 tran_low_t *dqcoeff) { in calculate_dqcoeff_and_store_32x32()
/external/libaom/libaom/av1/encoder/
Dencodetxb.h30 tran_low_t *dqcoeff; member
Dencodemb.c144 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in av1_xform_quant() local
214 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in encode_block() local
428 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in encode_block_pass1() local
564 tran_low_t *dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in av1_encode_block_intra() local
Dtpl_model.c31 tran_low_t *qcoeff, tran_low_t *dqcoeff, in get_quantize_error()
119 tran_low_t *qcoeff, tran_low_t *dqcoeff, int mi_row, in mode_estimation()
/external/libaom/libaom/aom_dsp/x86/
Dquantize_ssse3.c39 tran_low_t *dqcoeff) { in calculate_dqcoeff_and_store_64x64()
Dhighbd_quantize_intrin_avx2.c68 tran_low_t *dqcoeff, __m256i *eob) { in quantize()
Dquantize_x86.h72 tran_low_t *dqcoeff, in calculate_dqcoeff_and_store_log_scale()
/external/libvpx/libvpx/test/
Dvp9_block_error_test.cc48 const tran_low_t *dqcoeff, intptr_t block_size, in BlockError8BitWrapper()
/external/libaom/libaom/test/
Dquantize_func_test.cc115 tran_low_t *dqcoeff = qcoeff + n_coeffs; in QuantizeRun() local
282 tran_low_t *dqcoeff = qcoeff + n_coeffs; in TEST_P() local
/external/libaom/libaom/av1/common/
Didct.c281 void av1_inv_txfm_add_c(const tran_low_t *dqcoeff, uint8_t *dst, int stride, in av1_inv_txfm_add_c()
305 const tran_low_t *dqcoeff, int plane, in av1_inverse_transform_block()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c75 tran_low_t *dqcoeff, TX_SIZE tx_size, const int16_t *dq, in decode_coefs()
Dvp9_decoder.h56 tran_low_t *dqcoeff[MAX_MB_PLANE]; member

12