Home
last modified time | relevance | path

Searched refs:quant_ptr (Results 1 – 25 of 73) sorted by relevance

123

/external/libaom/aom_dsp/
Dquantize.c18 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_adaptive_helper_c() argument
67 tmp32 = (int)(((((tmp * quant_ptr[rc != 0]) >> 16) + tmp) * in aom_quantize_b_adaptive_helper_c()
110 const int16_t *quant_ptr, in aom_quantize_b_helper_c() argument
154 tmp32 = (int)(((((tmp * quant_ptr[rc != 0]) >> 16) + tmp) * in aom_quantize_b_helper_c()
175 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_adaptive_helper_c() argument
221 const int64_t tmp2 = ((tmpw * quant_ptr[rc != 0]) >> 16) + tmpw; in aom_highbd_quantize_b_adaptive_helper_c()
263 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_helper_c() argument
305 const int64_t tmp2 = ((tmpw * quant_ptr[rc != 0]) >> 16) + tmpw; in aom_highbd_quantize_b_helper_c()
325 const int16_t *quant_ptr, in aom_quantize_b_adaptive_c() argument
331 quant_ptr, quant_shift_ptr, qcoeff_ptr, in aom_quantize_b_adaptive_c()
[all …]
Dquantize.h28 const int16_t *round_ptr, const int16_t *quant_ptr,
37 const int16_t *quant_ptr,
45 const int16_t *round_ptr, const int16_t *quant_ptr,
52 const int16_t *round_ptr, const int16_t *quant_ptr,
60 const int16_t *round_ptr, const int16_t *quant_ptr,
68 const int16_t *round_ptr, const int16_t *quant_ptr,
75 const int16_t *round_ptr, const int16_t *quant_ptr,
82 const int16_t *round_ptr, const int16_t *quant_ptr,
90 const int16_t *quant_ptr,
100 const int16_t *quant_ptr, const int16_t *quant_shift_ptr,
[all …]
/external/libaom/test/
Dav1_quantize_test.cc27 const int16_t *round_ptr, const int16_t *quant_ptr,
56 DECLARE_ALIGNED(16, int16_t, quant_ptr[8]); in RunQuantizeTest()
86 quant_ptr[j] = static_cast<int16_t>((1 << 16) / dequant_ptr[j]); in RunQuantizeTest()
93 quant_ptr[j] = quant_ptr[1]; in RunQuantizeTest()
96 quanFuncRef(coeff_ptr, count, zbin_ptr, round_ptr, quant_ptr, in RunQuantizeTest()
101 quanFunc(coeff_ptr, count, zbin_ptr, round_ptr, quant_ptr, in RunQuantizeTest()
131 DECLARE_ALIGNED(16, int16_t, quant_ptr[8]); in RunEobTest()
162 quant_ptr[j] = (1 << 16) / dequant_ptr[j]; in RunEobTest()
169 quant_ptr[j] = quant_ptr[1]; in RunEobTest()
173 quanFuncRef(coeff_ptr, count, zbin_ptr, round_ptr, quant_ptr, in RunEobTest()
[all …]
/external/libaom/aom_dsp/arm/
Dhighbd_quantize_neon.c138 const int16_t *round_ptr, const int16_t *quant_ptr, in highbd_quantize_b_neon() argument
143 const int16x4_t v_quant = vld1_s16(quant_ptr); in highbd_quantize_b_neon()
237 const int16_t *quant_ptr, in aom_highbd_quantize_b_neon() argument
242 highbd_quantize_b_neon(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, in aom_highbd_quantize_b_neon()
249 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_32x32_neon() argument
253 highbd_quantize_b_neon(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, in aom_highbd_quantize_b_32x32_neon()
260 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_64x64_neon() argument
264 highbd_quantize_b_neon(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, in aom_highbd_quantize_b_64x64_neon()
272 const int16_t *round_ptr, const int16_t *quant_ptr, in highbd_quantize_b_adaptive_neon() argument
277 const int16x4_t v_quant = vld1_s16(quant_ptr); in highbd_quantize_b_adaptive_neon()
[all …]
/external/libaom/av1/encoder/arm/neon/
Dquantize_neon.c76 const int16_t *quant_ptr, in av1_quantize_fp_neon() argument
90 int16x8_t v_quant = vld1q_s16(quant_ptr); in av1_quantize_fp_neon()
139 const int16_t *round_ptr, const int16_t *quant_ptr, in av1_quantize_lp_neon() argument
147 int16x8_t v_quant = vld1q_s16(quant_ptr); in av1_quantize_lp_neon()
245 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in quantize_fp_no_qmatrix_neon() argument
249 int16x8_t v_quant = vld1q_s16(quant_ptr); in quantize_fp_no_qmatrix_neon()
323 const int16_t *quant_ptr, in av1_quantize_fp_32x32_neon() argument
331 quantize_fp_no_qmatrix_neon(coeff_ptr, n_coeffs, round_ptr, quant_ptr, in av1_quantize_fp_32x32_neon()
339 const int16_t *quant_ptr, in av1_quantize_fp_64x64_neon() argument
347 quantize_fp_no_qmatrix_neon(coeff_ptr, n_coeffs, round_ptr, quant_ptr, in av1_quantize_fp_64x64_neon()
[all …]
/external/libvpx/config/arm64/
Dvp9_rtcd.h87 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
88 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
91 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
92 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
110 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
111 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
114 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
115 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h87 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
88 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
91 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
92 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
110 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
111 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
114 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
115 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
/external/libvpx/vp8/encoder/mips/mmi/
Dvp8_quantize_mmi.c24 y = ((((x * quant_ptr[rc]) >> 16) + x) * quant_shift_ptr[rc]) >> 16; \
37 const int16_t *quant_ptr = b->quant_fast; in vp8_fast_quantize_b_mmi() local
194 [quant_ptr] "r"((mips_reg)quant_ptr), in vp8_fast_quantize_b_mmi()
209 const int16_t *quant_ptr = b->quant; in vp8_regular_quantize_b_mmi() local
/external/libaom/aom_dsp/x86/
Dquantize_avx2.c19 const int16_t *quant_ptr, __m256i *quant, in load_b_values_avx2() argument
43 *quant = _mm256_castsi128_si256(_mm_load_si128((const __m128i *)quant_ptr)); in load_b_values_avx2()
124 const int16_t *quant_ptr, in aom_quantize_b_avx2() argument
133 load_b_values_avx2(zbin_ptr, &v_zbin, round_ptr, &v_round, quant_ptr, in aom_quantize_b_avx2()
209 const int16_t *round_ptr, const int16_t *quant_ptr, in quantize_b_no_qmatrix_avx2() argument
216 load_b_values_avx2(zbin_ptr, &v_zbin, round_ptr, &v_round, quant_ptr, in quantize_b_no_qmatrix_avx2()
251 const int16_t *quant_ptr, in aom_quantize_b_32x32_avx2() argument
258 quant_ptr, quant_shift_ptr, qcoeff_ptr, in aom_quantize_b_32x32_avx2()
265 const int16_t *quant_ptr, in aom_quantize_b_64x64_avx2() argument
272 quant_ptr, quant_shift_ptr, qcoeff_ptr, in aom_quantize_b_64x64_avx2()
Dhighbd_quantize_intrin_avx2.c33 const int16_t *quant_ptr, const int16_t *dequant_ptr, in init_qp() argument
38 const __m128i quant = _mm_loadu_si128((const __m128i *)quant_ptr); in init_qp()
188 const int16_t *quant_ptr, in aom_highbd_quantize_b_avx2() argument
199 init_qp(zbin_ptr, round_ptr, quant_ptr, dequant_ptr, quant_shift_ptr, qp, 0); in aom_highbd_quantize_b_avx2()
226 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_32x32_avx2() argument
235 init_qp(zbin_ptr, round_ptr, quant_ptr, dequant_ptr, quant_shift_ptr, qp, 1); in aom_highbd_quantize_b_32x32_avx2()
262 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_64x64_avx2() argument
271 init_qp(zbin_ptr, round_ptr, quant_ptr, dequant_ptr, quant_shift_ptr, qp, 2); in aom_highbd_quantize_b_64x64_avx2()
Dhighbd_quantize_intrin_sse2.c21 const int16_t *quant_ptr, in aom_highbd_quantize_b_sse2() argument
80 const int64_t tmp4 = ((tmp3 * quant_ptr[k != 0]) >> 16) + tmp3; in aom_highbd_quantize_b_sse2()
95 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_32x32_sse2() argument
141 const int64_t tmp2 = ((tmp1 * quant_ptr[rc != 0]) >> 16) + tmp1; in aom_highbd_quantize_b_32x32_sse2()
153 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_64x64_sse2() argument
199 const int64_t tmp2 = ((tmp1 * quant_ptr[rc != 0]) >> 16) + tmp1; in aom_highbd_quantize_b_64x64_sse2()
/external/libvpx/config/x86_64/
Dvp9_rtcd.h86 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
89 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
107 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
108 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
109 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
112 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
113 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
/external/libvpx/config/x86/
Dvp9_rtcd.h86 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
89 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
107 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
108 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
109 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
112 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
113 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
/external/libvpx/vp9/encoder/x86/
Dvp9_quantize_avx2.c32 const int16_t *round_ptr, __m256i *round, const int16_t *quant_ptr, in load_fp_values_avx2() argument
36 *quant = _mm256_castsi128_si256(_mm_load_si128((const __m128i *)quant_ptr)); in load_fp_values_avx2()
101 const int16_t *round_ptr, const int16_t *quant_ptr, in vp9_quantize_fp_avx2() argument
116 load_fp_values_avx2(round_ptr, &round, quant_ptr, &quant, dequant_ptr, in vp9_quantize_fp_avx2()
207 const int16_t *quant_ptr, in vp9_quantize_fp_32x32_avx2() argument
222 load_fp_values_avx2(round_ptr, &round, quant_ptr, &quant, dequant_ptr, in vp9_quantize_fp_32x32_avx2()
289 const int16_t *round_ptr, __m256i *round, const int16_t *quant_ptr, in highbd_load_fp_values() argument
292 *quant = highbd_init_256(quant_ptr); in highbd_load_fp_values()
328 const int16_t *quant_ptr, in vp9_highbd_quantize_fp_avx2() argument
345 highbd_load_fp_values(round_ptr, &round, quant_ptr, &quant, dequant_ptr, in vp9_highbd_quantize_fp_avx2()
[all …]
/external/libvpx/vpx_dsp/
Dquantize.c118 const int16_t *quant_ptr, const int16_t *quant_shift_ptr, in vpx_quantize_b_c() argument
151 tmp = ((((tmp * quant_ptr[rc != 0]) >> 16) + tmp) * in vpx_quantize_b_c()
166 const int16_t *quant_ptr, in vpx_highbd_quantize_b_c() argument
200 const int64_t tmp2 = ((tmp1 * quant_ptr[rc != 0]) >> 16) + tmp1; in vpx_highbd_quantize_b_c()
213 const int16_t *quant_ptr, in vpx_quantize_b_32x32_c() argument
250 tmp = ((((abs_coeff * quant_ptr[rc != 0]) >> 16) + abs_coeff) * in vpx_quantize_b_32x32_c()
273 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_highbd_quantize_b_32x32_c() argument
307 const int64_t tmp2 = ((tmp1 * quant_ptr[rc != 0]) >> 16) + tmp1; in vpx_highbd_quantize_b_32x32_c()
/external/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c72 const int16_t *quant_ptr, in load_fp_values() argument
77 *quant = vld1q_s16(quant_ptr); in load_fp_values()
121 const int16_t *round_ptr, const int16_t *quant_ptr, in vp9_quantize_fp_neon() argument
132 load_fp_values(round_ptr, quant_ptr, dequant_ptr, &v_round, &v_quant, in vp9_quantize_fp_neon()
191 const int16_t *quant_ptr, in vp9_quantize_fp_32x32_neon() argument
198 int16x8_t quant = vld1q_s16(quant_ptr); in vp9_quantize_fp_32x32_neon()
262 const int16_t *quant_ptr, in vp9_highbd_quantize_fp_neon() argument
268 const int16x4_t v_quant = vld1_s16(quant_ptr); in vp9_highbd_quantize_fp_neon()
353 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_highbd_quantize_fp_32x32_neon() argument
356 const int16x4_t v_quant = vld1_s16(quant_ptr); in vp9_highbd_quantize_fp_32x32_neon()
/external/libvpx/vp9/common/
Dvp9_rtcd_defs.pl131 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
134 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
198 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
201 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
/external/libvpx/vpx_dsp/x86/
Dquantize_sse2.h21 const int16_t *quant_ptr, __m128i *quant, in load_b_values() argument
26 *quant = _mm_load_si128((const __m128i *)quant_ptr); in load_b_values()
33 const int16_t *quant_ptr, __m128i *quant, in load_fp_values() argument
37 *quant = _mm_load_si128((const __m128i *)quant_ptr); in load_fp_values()
Dhighbd_quantize_intrin_avx2.c31 const int16_t *quant_ptr, in init_qp() argument
37 const __m128i quant = _mm_loadu_si128((const __m128i *)quant_ptr); in init_qp()
139 const int16_t *quant_ptr, in vpx_highbd_quantize_b_avx2() argument
149 init_qp(zbin_ptr, round_ptr, quant_ptr, dequant_ptr, quant_shift_ptr, qp, 0); in vpx_highbd_quantize_b_avx2()
226 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_highbd_quantize_b_32x32_avx2() argument
235 init_qp(zbin_ptr, round_ptr, quant_ptr, dequant_ptr, quant_shift_ptr, qp, 1); in vpx_highbd_quantize_b_32x32_avx2()
Dhighbd_quantize_intrin_sse2.c23 const int16_t *quant_ptr, in vpx_highbd_quantize_b_sse2() argument
82 const int64_t tmp4 = ((tmp3 * quant_ptr[k != 0]) >> 16) + tmp3; in vpx_highbd_quantize_b_sse2()
97 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_highbd_quantize_b_32x32_sse2() argument
144 const int64_t tmp2 = ((tmp1 * quant_ptr[rc != 0]) >> 16) + tmp1; in vpx_highbd_quantize_b_32x32_sse2()
/external/libaom/av1/encoder/x86/
Dav1_quantize_avx2.c30 static INLINE void init_qp(const int16_t *round_ptr, const int16_t *quant_ptr, in init_qp() argument
34 const __m128i quant = _mm_loadu_si128((const __m128i *)quant_ptr); in init_qp()
148 const int16_t *round_ptr, const int16_t *quant_ptr, in av1_quantize_lp_avx2() argument
159 _mm256_castsi128_si256(_mm_load_si128((const __m128i *)quant_ptr)); in av1_quantize_lp_avx2()
226 const int16_t *quant_ptr, in av1_quantize_fp_avx2() argument
240 init_qp(round_ptr, quant_ptr, dequant_ptr, log_scale, &thr, qp); in av1_quantize_fp_avx2()
295 const int16_t *round_ptr, const int16_t *quant_ptr, in av1_quantize_fp_32x32_avx2() argument
308 init_qp(round_ptr, quant_ptr, dequant_ptr, log_scale, &thr, qp); in av1_quantize_fp_32x32_avx2()
377 const int16_t *round_ptr, const int16_t *quant_ptr, in av1_quantize_fp_64x64_avx2() argument
390 init_qp(round_ptr, quant_ptr, dequant_ptr, log_scale, &thr, qp); in av1_quantize_fp_64x64_avx2()
Dav1_highbd_quantize_avx2.c32 static INLINE void init_qp(const int16_t *round_ptr, const int16_t *quant_ptr, in init_qp() argument
40 const __m128i quant = _mm_loadu_si128((const __m128i *)quant_ptr); in init_qp()
92 const int16_t *round_ptr, const int16_t *quant_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/vp9/encoder/
Dvp9_quantize.c25 const int16_t *round_ptr, const int16_t *quant_ptr, in vp9_quantize_fp_c() argument
44 tmp = (tmp * quant_ptr[rc != 0]) >> 16; in vp9_quantize_fp_c()
57 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, in vp9_highbd_quantize_fp_c() argument
77 const int abs_qcoeff = (int)((tmp * quant_ptr[rc != 0]) >> 16); in vp9_highbd_quantize_fp_c()
89 const int16_t *round_ptr, const int16_t *quant_ptr, in vp9_quantize_fp_32x32_c() argument
109 tmp = (abs_coeff * quant_ptr[rc != 0]) >> 15; in vp9_quantize_fp_32x32_c()
122 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_highbd_quantize_fp_32x32_c() argument
141 abs_qcoeff = (int)((tmp * quant_ptr[rc != 0]) >> 15); in vp9_highbd_quantize_fp_32x32_c()
/external/libvpx/config/generic/
Dvp9_rtcd.h79 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
82 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
97 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
100 …*coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
/external/libaom/av1/encoder/
Dav1_quantize.c36 int av1_quantize_fp_no_qmatrix(const int16_t quant_ptr[2], in av1_quantize_fp_no_qmatrix()
57 tmp32 = (int)((abs_coeff * quant_ptr[rc != 0]) >> (16 - log_scale)); in av1_quantize_fp_no_qmatrix()
72 const int16_t *round_ptr, const int16_t *quant_ptr, in quantize_fp_helper_c() argument
90 *eob_ptr = av1_quantize_fp_no_qmatrix(quant_ptr, dequant_ptr, round_ptr, in quantize_fp_helper_c()
111 tmp32 = (int)((abs_coeff * wt * quant_ptr[rc != 0]) >> in quantize_fp_helper_c()
127 const int16_t *round_ptr, const int16_t *quant_ptr, in highbd_quantize_fp_helper_c() argument
160 (int)((tmp * quant_ptr[rc != 0] * wt) >> (shift + AOM_QM_BITS)); in highbd_quantize_fp_helper_c()
183 const int quant = quant_ptr[rc01]; in highbd_quantize_fp_helper_c()
203 const int16_t *quant_ptr, const int16_t *quant_shift_ptr, in av1_quantize_fp_c() argument
207 quantize_fp_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, in av1_quantize_fp_c()
[all …]

123