/external/libvpx/libvpx/vpx_dsp/arm/ |
D | quantize_neon.c | 18 static INLINE void calculate_dqcoeff_and_store(const int16x8_t qcoeff, in calculate_dqcoeff_and_store() 70 int16x8_t qcoeff = vshrq_n_s16(vqdmulhq_s16(rounded, quant), 1); in vpx_quantize_b_neon() local 120 int16x8_t qcoeff = vshrq_n_s16(vqdmulhq_s16(rounded, quant), 1); in vpx_quantize_b_neon() local 167 static INLINE void calculate_dqcoeff_and_store_32x32(const int16x8_t qcoeff, in calculate_dqcoeff_and_store_32x32() 230 int16x8_t qcoeff = vshrq_n_s16(vqdmulhq_s16(rounded, quant), 1); in vpx_quantize_b_32x32_neon() local 278 int16x8_t qcoeff = vshrq_n_s16(vqdmulhq_s16(rounded, quant), 1); in vpx_quantize_b_32x32_neon() local
|
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_highbd_quantize_sse4.c | 24 __m128i *qcoeff, __m128i *dquan, in quantize_coeff_phase1() 46 static INLINE void quantize_coeff_phase2(__m128i *qcoeff, __m128i *dquan, in quantize_coeff_phase2() 121 __m128i coeff[2], qcoeff[3], dequant[2], qparam[4], coeff_sign; in av1_highbd_quantize_fp_sse4_1() local
|
D | av1_quantize_avx2.c | 30 static INLINE void write_zero(tran_low_t *qcoeff) { in write_zero() 108 const int16_t *iscan_ptr, tran_low_t *qcoeff, in quantize() 295 tran_low_t *qcoeff, tran_low_t *dqcoeff, in quantize_32x32() 370 tran_low_t *qcoeff, tran_low_t *dqcoeff, in quantize_64x64()
|
D | av1_quantize_sse2.c | 36 tran_low_t *qcoeff, intptr_t offset) { in write_qcoeff() 57 static INLINE void write_zero(tran_low_t *qcoeff, intptr_t offset) { in write_zero()
|
D | av1_highbd_quantize_avx2.c | 50 tran_low_t *qcoeff, tran_low_t *dqcoeff, in quantize()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | adaptive_quantize_avx2.c | 57 static INLINE void update_mask0_avx2(__m256i *qcoeff, __m256i *threshold, in update_mask0_avx2() 76 __m256i tmp, qcoeff; in calculate_qcoeff_avx2() local 83 static INLINE __m256i calculate_dqcoeff_avx2(__m256i qcoeff, __m256i dequant) { in calculate_dqcoeff_avx2() 109 __m256i coeff, qcoeff; in aom_quantize_b_adaptive_avx2() local
|
D | quantize_x86.h | 42 __m128i tmp, qcoeff; in calculate_qcoeff() local 54 __m128i tmp, tmp1, qcoeff; in calculate_qcoeff_log_scale() local 65 static INLINE __m128i calculate_dqcoeff(__m128i qcoeff, __m128i dequant) { in calculate_dqcoeff() 69 static INLINE void calculate_dqcoeff_and_store_log_scale(__m128i qcoeff, in calculate_dqcoeff_and_store_log_scale()
|
D | highbd_adaptive_quantize_avx2.c | 80 __m256i tmp, qcoeff; in highbd_calculate_qcoeff_avx2() local 87 static INLINE __m256i highbd_calculate_dqcoeff_avx2(__m256i qcoeff, in highbd_calculate_dqcoeff_avx2() 93 __m256i qcoeff, __m256i dequant, const int log_scale) { in highbd_calculate_dqcoeff_log_scale_avx2() 248 const int qcoeff = qcoeff_ptr[rc]; in aom_highbd_quantize_b_adaptive_avx2() local 434 const int qcoeff = qcoeff_ptr[rc]; in aom_highbd_quantize_b_32x32_adaptive_avx2() local
|
D | quantize_ssse3.c | 25 __m128i tmp, qcoeff, tmp1; in calculate_qcoeff_64x64() local 36 static INLINE void calculate_dqcoeff_and_store_64x64(const __m128i qcoeff, in calculate_dqcoeff_and_store_64x64()
|
D | highbd_adaptive_quantize_sse2.c | 50 __m128i tmp, qcoeff; in highbd_calculate_qcoeff() local 86 static INLINE __m128i highbd_calculate_dqcoeff(__m128i qcoeff, __m128i dequant, in highbd_calculate_dqcoeff() 276 const int qcoeff = qcoeff_ptr[rc]; in aom_highbd_quantize_b_adaptive_sse2() local 493 const int qcoeff = qcoeff_ptr[rc]; in aom_highbd_quantize_b_32x32_adaptive_sse2() local 709 const int qcoeff = qcoeff_ptr[rc]; in aom_highbd_quantize_b_64x64_adaptive_sse2() local
|
D | adaptive_quantize_sse2.c | 193 const int qcoeff = qcoeff_ptr[rc]; in aom_quantize_b_adaptive_sse2() local 402 const int qcoeff = qcoeff_ptr[rc]; in aom_quantize_b_32x32_adaptive_sse2() local 610 const int qcoeff = qcoeff_ptr[rc]; in aom_quantize_b_64x64_adaptive_sse2() local
|
D | highbd_quantize_intrin_avx2.c | 67 const int16_t *iscan_ptr, tran_low_t *qcoeff, in quantize()
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | quantize_vsx.c | 43 int16x8_t qcoeff = vec_mulhi(rounded, quant); in quantize_coeff() local 56 int16x8_t qcoeff = vec_mulhi(rounded, quant); in quantize_coeff_32() local 69 static INLINE int16x8_t dequantize_coeff_32(int16x8_t qcoeff, in dequantize_coeff_32() 81 static INLINE int16x8_t nonzero_scanindex(int16x8_t qcoeff, bool16x8_t mask, in nonzero_scanindex()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | quantize_sse2.h | 40 __m128i tmp, qcoeff; in calculate_qcoeff() local 47 static INLINE void calculate_dqcoeff_and_store(__m128i qcoeff, __m128i dequant, in calculate_dqcoeff_and_store()
|
D | quantize_ssse3.h | 20 static INLINE void calculate_dqcoeff_and_store_32x32(const __m128i qcoeff, in calculate_dqcoeff_and_store_32x32()
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_quantize_neon.c | 29 static INLINE void calculate_dqcoeff_and_store(const int16x8_t qcoeff, in calculate_dqcoeff_and_store() 165 int16x8_t qcoeff = vqaddq_s16(coeff_abs, round); in vp9_quantize_fp_32x32_neon() local 222 int16x8_t qcoeff = vqaddq_s16(coeff_abs, round); in vp9_quantize_fp_32x32_neon() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 73 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); in vp9_optimize_b() local 355 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); in vp9_xform_quant_fp() local 433 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); in vp9_xform_quant_dc() local 507 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); in vp9_xform_quant() local 817 tran_low_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); in vp9_encode_block_intra() local
|
D | vp9_context_tree.h | 31 tran_low_t *qcoeff[MAX_MB_PLANE][3]; member
|
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.h | 32 tran_low_t *qcoeff; member
|
D | encodetxb.c | 739 const int qcoeff = qcoeff_ptr[rc]; local 763 const tran_low_t *const qcoeff = p->qcoeff + BLOCK_OFFSET(block); local 889 tran_low_t *qcoeff = p->qcoeff + BLOCK_OFFSET(block); local 951 tran_low_t *qcoeff = p->qcoeff + BLOCK_OFFSET(block); local 1505 tran_low_t *qcoeff, tran_low_t *dqcoeff, uint8_t *levels, 1562 const tran_low_t *tcoeff, tran_low_t *qcoeff, tran_low_t *dqcoeff, 1614 tran_low_t *qcoeff, tran_low_t *dqcoeff, uint8_t *levels, int sharpness, 1724 tran_low_t *qcoeff, tran_low_t *dqcoeff, 1756 tran_low_t *qcoeff = p->qcoeff + block_offset; local 1924 tran_low_t *qcoeff = p->qcoeff + block_offset; local [all …]
|
D | context_tree.h | 36 tran_low_t *qcoeff[MAX_MB_PLANE]; member
|
D | tpl_model.c | 36 tran_low_t *qcoeff, in get_quantize_error() 85 static int rate_estimator(const tran_low_t *qcoeff, int eob, TX_SIZE tx_size) { in rate_estimator() 103 tran_low_t *qcoeff, tran_low_t *dqcoeff, int bw, int bh, TX_SIZE tx_size, in txfm_quant_rdcost()
|
/external/libaom/libaom/test/ |
D | quantize_func_test.cc | 116 tran_low_t *qcoeff = dqcoeff_ref + n_coeffs; in QuantizeRun() local 283 tran_low_t *qcoeff = dqcoeff_ref + n_coeffs; in TEST_P() local
|
/external/libvpx/libvpx/vp9/encoder/ppc/ |
D | vp9_quantize_vsx.c | 155 static INLINE int16x8_t dequantize_coeff_32(int16x8_t qcoeff, in dequantize_coeff_32()
|
/external/libaom/libaom/av1/encoder/arm/neon/ |
D | quantize_neon.c | 121 static INLINE void calculate_dqcoeff_lp_and_store(const int16x8_t qcoeff, in calculate_dqcoeff_lp_and_store()
|