/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/aom_dsp/x86/ |
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 | 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 | adaptive_quantize_sse2.c | 190 const int qcoeff = qcoeff_ptr[rc]; in aom_quantize_b_adaptive_sse2() local 397 const int qcoeff = qcoeff_ptr[rc]; in aom_quantize_b_32x32_adaptive_sse2() local
|
D | highbd_quantize_intrin_avx2.c | 67 const int16_t *iscan_ptr, tran_low_t *qcoeff, in quantize()
|
/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() 180 tran_low_t *qcoeff, tran_low_t *dqcoeff, in quantize_32x32() 255 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/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/ |
D | vp9_encodemb.c | 69 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); in vp9_optimize_b() local 351 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); in vp9_xform_quant_fp() local 427 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); in vp9_xform_quant_dc() local 501 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); in vp9_xform_quant() local 762 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
|
D | vp9_quantize.c | 167 tran_low_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block), in vp9_regular_quantize_b_4x4() local
|
D | vp9_tokenize.c | 365 const tran_low_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); in tokenize_b() local
|
D | vp9_block.h | 31 tran_low_t *qcoeff; member
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_quantize_neon.c | 149 int16x8_t qcoeff = vaddq_s16(coeff_abs, round); in vp9_quantize_fp_32x32_neon() local 203 int16x8_t qcoeff = vaddq_s16(coeff_abs, round); in vp9_quantize_fp_32x32_neon() local
|
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.h | 28 tran_low_t *qcoeff; member
|
D | encodetxb.c | 743 const tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local 1389 tran_low_t *qcoeff, tran_low_t *dqcoeff, uint8_t *levels) { 1445 const tran_low_t *tcoeff, tran_low_t *qcoeff, tran_low_t *dqcoeff, 1504 const int qcoeff = qcoeff_ptr[rc]; local 1527 tran_low_t *qcoeff, tran_low_t *dqcoeff, uint8_t *levels, int sharpness) { 1636 tran_low_t *qcoeff, tran_low_t *dqcoeff, 1665 tran_low_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local 1826 tran_low_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local 1883 int av1_get_txb_entropy_context(const tran_low_t *qcoeff, 1913 const tran_low_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local [all …]
|
D | tpl_model.c | 31 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()
|
D | context_tree.h | 47 tran_low_t *qcoeff[MAX_MB_PLANE]; member
|
/external/libaom/libaom/test/ |
D | quantize_func_test.cc | 114 tran_low_t *qcoeff = dqcoeff_ref + n_coeffs; in QuantizeRun() local 281 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/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 63 tran_low_t *qcoeff, tran_low_t *dqcoeff, in QuantFPWrapper()
|