/external/libaom/libaom/aom_dsp/ |
D | quantize.c | 20 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in quantize_b_adaptive_helper_c() argument 34 prescan_add[i] = ROUND_POWER_OF_TWO(dequant_ptr[i] * EOB_FACTOR, 7); in quantize_b_adaptive_helper_c() 73 (dequant_ptr[rc != 0] * iwt + (1 << (AOM_QM_BITS - 1))) >> in quantize_b_adaptive_helper_c() 94 ROUND_POWER_OF_TWO(dequant_ptr[rc != 0] * factor, 7); in quantize_b_adaptive_helper_c() 111 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in quantize_b_helper_c() argument 158 (dequant_ptr[rc != 0] * iwt + (1 << (AOM_QM_BITS - 1))) >> in quantize_b_helper_c() 173 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in highbd_quantize_b_adaptive_helper_c() argument 190 prescan_add[i] = ROUND_POWER_OF_TWO(dequant_ptr[i] * EOB_FACTOR, 7); in highbd_quantize_b_adaptive_helper_c() 226 (dequant_ptr[rc != 0] * iwt + (1 << (AOM_QM_BITS - 1))) >> AOM_QM_BITS; in highbd_quantize_b_adaptive_helper_c() 244 ROUND_POWER_OF_TWO(dequant_ptr[rc != 0] * factor, 7); in highbd_quantize_b_adaptive_helper_c() [all …]
|
D | quantize.h | 27 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, 37 const int16_t *dequant_ptr, uint16_t *eob_ptr, 44 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, 51 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, 58 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, 66 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, 73 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, 80 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, 87 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, 96 const int16_t *dequant_ptr, uint16_t *eob_ptr, [all …]
|
/external/libaom/libaom/test/ |
D | av1_quantize_test.cc | 29 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, 62 DECLARE_ALIGNED(16, int16_t, dequant_ptr[8]); in RunQuantizeTest() 85 dequant_ptr[j] = abs(rnd(dequantRange)); in RunQuantizeTest() 86 quant_ptr[j] = (1 << 16) / dequant_ptr[j]; in RunQuantizeTest() 87 round_ptr[j] = (abs(rnd(roundFactorRange)) * dequant_ptr[j]) >> 7; in RunQuantizeTest() 92 dequant_ptr[j] = dequant_ptr[1]; in RunQuantizeTest() 97 quant_shift_ptr, ref_qcoeff_ptr, ref_dqcoeff_ptr, dequant_ptr, in RunQuantizeTest() 102 quant_shift_ptr, qcoeff_ptr, dqcoeff_ptr, dequant_ptr, &eob, in RunQuantizeTest() 137 DECLARE_ALIGNED(16, int16_t, dequant_ptr[8]); in RunEobTest() 161 dequant_ptr[j] = abs(rnd(dequantRange)); in RunEobTest() [all …]
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_quantize_neon.c | 32 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vp9_quantize_fp_neon() argument 43 int16x8_t v_dequant = vmovq_n_s16(dequant_ptr[1]); in vp9_quantize_fp_neon() 52 v_dequant = vsetq_lane_s16(dequant_ptr[0], v_dequant, 0); in vp9_quantize_fp_neon() 76 v_dequant = vmovq_n_s16(dequant_ptr[1]); in vp9_quantize_fp_neon() 128 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_quantize_fp_32x32_neon() argument 136 const int16x4_t dequant = vld1_s16(dequant_ptr); in vp9_quantize_fp_32x32_neon() 138 const int16x8_t dequant_thresh = vshrq_n_s16(vld1q_s16(dequant_ptr), 2); in vp9_quantize_fp_32x32_neon() 168 dqcoeff_1 = vmull_n_s16(vget_high_s16(qcoeff), dequant_ptr[1]); in vp9_quantize_fp_32x32_neon() 191 vshrq_n_s16(vmovq_n_s16(dequant_ptr[1]), 2); in vp9_quantize_fp_32x32_neon() 212 dqcoeff_0 = vmull_n_s16(vget_low_s16(qcoeff), dequant_ptr[1]); in vp9_quantize_fp_32x32_neon() [all …]
|
D | vp9_dct_neon.c | 25 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vp9_fdct8x8_quant_neon() argument 33 qcoeff_ptr, dqcoeff_ptr, dequant_ptr, eob_ptr, scan, in vp9_fdct8x8_quant_neon()
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 45 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 46 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 47 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 91 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 94 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 112 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 113 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 114 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 117 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 118 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_…
|
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_highbd_quantize_sse4.c | 119 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_highbd_quantize_fp_sse4_1() argument 142 qparam[2] = xx_set_64_from_32i(dequant_ptr[1], dequant_ptr[0]); in av1_highbd_quantize_fp_sse4_1() 143 qparam[3] = _mm_set_epi32(dequant_ptr[1], dequant_ptr[1], dequant_ptr[1], in av1_highbd_quantize_fp_sse4_1() 144 dequant_ptr[0]); in av1_highbd_quantize_fp_sse4_1() 153 qparam[2] = xx_set1_64_from_32i(dequant_ptr[1]); in av1_highbd_quantize_fp_sse4_1() 154 qparam[3] = _mm_set1_epi32(dequant_ptr[1]); in av1_highbd_quantize_fp_sse4_1()
|
D | av1_quantize_avx2.c | 46 const int16_t *dequant_ptr, int log_scale, in init_qp() argument 50 const __m128i dequant = _mm_loadu_si128((const __m128i *)dequant_ptr); in init_qp() 140 const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_fp_avx2() argument 151 init_qp(round_ptr, quant_ptr, dequant_ptr, log_scale, &thr, qp); in av1_quantize_fp_avx2() 215 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_fp_32x32_avx2() argument 226 init_qp(round_ptr, quant_ptr, dequant_ptr, log_scale, &thr, qp); in av1_quantize_fp_32x32_avx2() 294 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_fp_64x64_avx2() argument 305 init_qp(round_ptr, quant_ptr, dequant_ptr, log_scale, &thr, qp); in av1_quantize_fp_64x64_avx2()
|
D | av1_highbd_quantize_avx2.c | 33 const int16_t *dequant_ptr, int log_scale, in init_qp() argument 41 const __m128i dequant = _mm_loadu_si128((const __m128i *)dequant_ptr); in init_qp() 94 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_highbd_quantize_fp_avx2() argument 102 init_qp(round_ptr, quant_ptr, dequant_ptr, log_scale, qp); in av1_highbd_quantize_fp_avx2()
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 43 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 44 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 86 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 89 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 107 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 108 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 111 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 112 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_…
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 43 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 44 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 86 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 89 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 107 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 108 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 111 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 112 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_…
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_rtcd_defs.pl | 131 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 134 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 137 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 195 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 197 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_…
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 45 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 46 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 47 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 91 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 94 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 112 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 113 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 116 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_…
|
/external/libvpx/libvpx/vp8/encoder/mips/mmi/ |
D | vp8_quantize_mmi.c | 28 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; \ 40 const int16_t *dequant_ptr = d->dequant; in vp8_fast_quantize_b_mmi() local 190 [dequant_ptr] "r"((mips_reg)dequant_ptr), in vp8_fast_quantize_b_mmi() 212 const int16_t *dequant_ptr = d->dequant; in vp8_regular_quantize_b_mmi() local
|
/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 121 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vpx_quantize_b_c() argument 159 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0]; in vpx_quantize_b_c() 173 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_highbd_quantize_b_c() argument 209 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0]; in vpx_highbd_quantize_b_c() 222 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_quantize_b_32x32_c() argument 268 clamp(qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2, INT16_MIN, INT16_MAX); in vpx_quantize_b_32x32_c() 270 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2; in vpx_quantize_b_32x32_c() 283 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_highbd_quantize_b_32x32_c() argument 320 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2; in vpx_highbd_quantize_b_32x32_c()
|
/external/libaom/libaom/av1/encoder/ |
D | av1_quantize.c | 40 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in quantize_fp_helper_c() argument 58 const int32_t thresh = (int32_t)(dequant_ptr[rc != 0]); in quantize_fp_helper_c() 70 (tmp32 * dequant_ptr[rc != 0]) >> log_scale; in quantize_fp_helper_c() 85 (dequant_ptr[rc != 0] * iwt + (1 << (AOM_QM_BITS - 1))) >> in quantize_fp_helper_c() 91 (dequant_ptr[rc != 0] << (AOM_QM_BITS - (1 + log_scale)))) { in quantize_fp_helper_c() 111 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in highbd_quantize_fp_helper_c() argument 132 (dequant_ptr[rc != 0] * iwt + (1 << (AOM_QM_BITS - 1))) >> in highbd_quantize_fp_helper_c() 138 (dequant_ptr[rc != 0] << (AOM_QM_BITS - (1 + log_scale)))) { in highbd_quantize_fp_helper_c() 164 if ((abs_coeff << (1 + log_scale)) >= dequant_ptr[rc01]) { in highbd_quantize_fp_helper_c() 166 const int dequant = dequant_ptr[rc01]; in highbd_quantize_fp_helper_c() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 27 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vp9_quantize_fp_c() argument 50 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0]; in vp9_quantize_fp_c() 62 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_highbd_quantize_fp_c() argument 84 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0]; in vp9_highbd_quantize_fp_c() 97 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_quantize_fp_32x32_c() argument 114 if (abs_coeff >= (dequant_ptr[rc != 0] >> 2)) { in vp9_quantize_fp_32x32_c() 119 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2; in vp9_quantize_fp_32x32_c() 131 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_highbd_quantize_fp_32x32_c() argument 149 if (abs_coeff >= (dequant_ptr[rc != 0] >> 2)) { in vp9_highbd_quantize_fp_32x32_c() 153 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2; in vp9_highbd_quantize_fp_32x32_c()
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 43 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 82 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 85 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 100 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 103 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_…
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_quantize_intrin_sse2.c | 24 const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_sse2() argument 84 dqcoeff_ptr[k] = qcoeff_ptr[k] * dequant_ptr[k != 0]; in aom_highbd_quantize_b_sse2() 96 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_32x32_sse2() argument 144 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2; in aom_highbd_quantize_b_32x32_sse2() 154 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_64x64_sse2() argument 202 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 4; in aom_highbd_quantize_b_64x64_sse2()
|
D | adaptive_quantize_sse2.c | 23 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_adaptive_sse2() argument 38 prescan_add[i] = ROUND_POWER_OF_TWO(dequant_ptr[i] * EOB_FACTOR, 7); in aom_quantize_b_adaptive_sse2() 65 dequant_ptr, &dequant, quant_shift_ptr, &shift); in aom_quantize_b_adaptive_sse2() 205 ROUND_POWER_OF_TWO(dequant_ptr[rc != 0] * factor, 7); in aom_quantize_b_adaptive_sse2() 220 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_32x32_adaptive_sse2() argument 238 prescan_add[i] = ROUND_POWER_OF_TWO(dequant_ptr[i] * EOB_FACTOR, 7); in aom_quantize_b_32x32_adaptive_sse2() 267 dequant = _mm_load_si128((const __m128i *)dequant_ptr); in aom_quantize_b_32x32_adaptive_sse2() 412 ROUND_POWER_OF_TWO(dequant_ptr[rc != 0] * factor, 7); in aom_quantize_b_32x32_adaptive_sse2()
|
D | highbd_quantize_intrin_avx2.c | 33 const int16_t *quant_ptr, const int16_t *dequant_ptr, in init_qp() argument 38 const __m128i dequant = _mm_loadu_si128((const __m128i *)dequant_ptr); in init_qp() 118 const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_avx2() argument 124 init_qp(zbin_ptr, round_ptr, quant_ptr, dequant_ptr, quant_shift_ptr, qp); in aom_highbd_quantize_b_avx2()
|
/external/libaom/libaom/av1/encoder/arm/neon/ |
D | quantize_neon.c | 29 int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, in av1_quantize_fp_neon() argument 47 int16x8_t v_dequant = vmovq_n_s16(dequant_ptr[1]); in av1_quantize_fp_neon() 51 v_dequant = vsetq_lane_s16(dequant_ptr[0], v_dequant, 0); in av1_quantize_fp_neon() 75 v_dequant = vmovq_n_s16(dequant_ptr[1]); in av1_quantize_fp_neon()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | quantize_neon.c | 38 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vpx_quantize_b_neon() argument 55 const int16x8_t dequant = vld1q_s16(dequant_ptr); in vpx_quantize_b_neon() 103 const int16x8_t dequant = vdupq_n_s16(dequant_ptr[1]); in vpx_quantize_b_neon() 197 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_quantize_b_32x32_neon() argument 215 const int16x8_t dequant = vld1q_s16(dequant_ptr); in vpx_quantize_b_32x32_neon() 261 const int16x8_t dequant = vdupq_n_s16(dequant_ptr[1]); in vpx_quantize_b_32x32_neon()
|
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 167 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in quant_fp_nz() argument 171 const int thr = dequant_ptr[1] >> (1 + is_32x32); in quant_fp_nz() 212 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0]; in quant_fp_nz() 215 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2; in quant_fp_nz() 217 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0]; in quant_fp_nz() 240 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in quantize_fp_nz_c() argument 244 dqcoeff_ptr, dequant_ptr, eob_ptr, scan, iscan, 0); in quantize_fp_nz_c() 250 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in quantize_fp_32x32_nz_c() argument 254 dqcoeff_ptr, dequant_ptr, eob_ptr, scan, iscan, 1); in quantize_fp_32x32_nz_c()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_quantize_intrin_sse2.c | 26 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_highbd_quantize_b_sse2() argument 88 dqcoeff_ptr[k] = qcoeff_ptr[k] * dequant_ptr[k != 0]; in vpx_highbd_quantize_b_sse2() 100 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_highbd_quantize_b_32x32_sse2() argument 151 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2; in vpx_highbd_quantize_b_32x32_sse2()
|