Home
last modified time | relevance | path

Searched refs:quant_shift_ptr (Results 1 – 25 of 33) sorted by relevance

12

/external/libaom/libaom/aom_dsp/
Dquantize.c19 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in quantize_b_adaptive_helper_c() argument
68 quant_shift_ptr[rc != 0]) >> in quantize_b_adaptive_helper_c()
110 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in quantize_b_helper_c() argument
153 quant_shift_ptr[rc != 0]) >> in quantize_b_helper_c()
172 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in highbd_quantize_b_adaptive_helper_c() argument
222 const int abs_qcoeff = (int)((tmp2 * quant_shift_ptr[rc != 0]) >> in highbd_quantize_b_adaptive_helper_c()
260 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in highbd_quantize_b_helper_c() argument
302 const int abs_qcoeff = (int)((tmp2 * quant_shift_ptr[rc != 0]) >> in highbd_quantize_b_helper_c()
320 const int16_t *quant_shift_ptr, in aom_quantize_b_adaptive_c() argument
325 quant_ptr, quant_shift_ptr, qcoeff_ptr, in aom_quantize_b_adaptive_c()
[all …]
Dquantize.h26 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
35 const int16_t *quant_shift_ptr,
43 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
50 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
57 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
65 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
72 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
79 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
86 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
94 const int16_t *quant_ptr, const int16_t *quant_shift_ptr,
[all …]
Daom_dsp_rtcd_defs.pl518 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
521 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
524 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
527 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
530 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
535 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
538 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
541 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
/external/libaom/libaom/test/
Dav1_quantize_test.cc28 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
57 DECLARE_ALIGNED(16, int16_t, quant_shift_ptr[8]); in RunQuantizeTest()
83 quant_shift_ptr[j] = rnd.Rand16(); in RunQuantizeTest()
91 quant_shift_ptr[j] = quant_shift_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()
132 DECLARE_ALIGNED(16, int16_t, quant_shift_ptr[8]); in RunEobTest()
159 quant_shift_ptr[j] = rnd.Rand16(); in RunEobTest()
167 quant_shift_ptr[j] = quant_shift_ptr[1]; in RunEobTest()
174 quant_shift_ptr, ref_qcoeff_ptr, ref_dqcoeff_ptr, dequant_ptr, in RunEobTest()
[all …]
Dquantize_func_test.cc33 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, \
41 fn(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, quant_shift_ptr, \
45 fn(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, quant_shift_ptr, \
/external/libvpx/libvpx/vpx_dsp/
Dquantize.c120 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in vpx_quantize_b_c() argument
156 quant_shift_ptr[rc != 0]) >> in vpx_quantize_b_c()
171 const int16_t *quant_shift_ptr, in vpx_highbd_quantize_b_c() argument
207 const int abs_qcoeff = (int)((tmp2 * quant_shift_ptr[rc != 0]) >> 16); in vpx_highbd_quantize_b_c()
220 const int16_t *quant_shift_ptr, in vpx_quantize_b_32x32_c() argument
259 quant_shift_ptr[rc != 0]) >> in vpx_quantize_b_32x32_c()
282 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in vpx_highbd_quantize_b_32x32_c() argument
318 const int abs_qcoeff = (int)((tmp2 * quant_shift_ptr[rc != 0]) >> 15); in vpx_highbd_quantize_b_32x32_c()
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_quantize_intrin_sse2.c22 const int16_t *quant_shift_ptr, in aom_highbd_quantize_b_sse2() argument
82 (uint32_t)((tmp4 * quant_shift_ptr[k != 0]) >> 16); in aom_highbd_quantize_b_sse2()
95 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_highbd_quantize_b_32x32_sse2() argument
142 (uint32_t)((tmp2 * quant_shift_ptr[rc != 0]) >> 15); in aom_highbd_quantize_b_32x32_sse2()
153 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_highbd_quantize_b_64x64_sse2() argument
200 (uint32_t)((tmp2 * quant_shift_ptr[rc != 0]) >> 14); in aom_highbd_quantize_b_64x64_sse2()
Dhighbd_quantize_intrin_avx2.c34 const int16_t *quant_shift_ptr, __m256i *qp) { in init_qp() argument
39 const __m128i quant_shift = _mm_loadu_si128((const __m128i *)quant_shift_ptr); in init_qp()
116 const int16_t *quant_shift_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()
Dquantize_sse2.c24 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_quantize_b_sse2() argument
41 dequant_ptr, &dequant, quant_shift_ptr, &shift); in aom_quantize_b_sse2()
Dadaptive_quantize_sse2.c22 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_quantize_b_adaptive_sse2() argument
65 dequant_ptr, &dequant, quant_shift_ptr, &shift); in aom_quantize_b_adaptive_sse2()
219 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_quantize_b_32x32_adaptive_sse2() argument
268 shift = _mm_load_si128((const __m128i *)quant_shift_ptr); in aom_quantize_b_32x32_adaptive_sse2()
Dquantize_ssse3.c66 const int16_t *quant_shift_ptr, in aom_quantize_b_64x64_ssse3() argument
88 shift = _mm_load_si128((const __m128i *)quant_shift_ptr); in aom_quantize_b_64x64_ssse3()
/external/libvpx/libvpx/vpx_dsp/arm/
Dquantize_neon.c37 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in vpx_quantize_b_neon() argument
54 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_neon()
102 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]); in vpx_quantize_b_neon()
195 const int16_t *quant_shift_ptr, in vpx_quantize_b_32x32_neon() argument
214 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_32x32_neon()
260 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]); in vpx_quantize_b_32x32_neon()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_quantize_intrin_sse2.c24 const int16_t *quant_shift_ptr, in vpx_highbd_quantize_b_sse2() argument
86 (uint32_t)((tmp4 * quant_shift_ptr[k != 0]) >> 16); in vpx_highbd_quantize_b_sse2()
99 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in vpx_highbd_quantize_b_32x32_sse2() argument
149 (uint32_t)((tmp2 * quant_shift_ptr[rc != 0]) >> 15); in vpx_highbd_quantize_b_32x32_sse2()
Dquantize_avx.c26 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in vpx_quantize_b_avx() argument
48 dequant_ptr, &dequant, quant_shift_ptr, &shift); in vpx_quantize_b_avx()
151 const int16_t *quant_shift_ptr, in vpx_quantize_b_32x32_avx() argument
188 shift = _mm_load_si128((const __m128i *)quant_shift_ptr); in vpx_quantize_b_32x32_avx()
Dquantize_ssse3.c23 const int16_t *quant_shift_ptr, in vpx_quantize_b_ssse3() argument
41 dequant_ptr, &dequant, quant_shift_ptr, &shift); in vpx_quantize_b_ssse3()
117 const int16_t *quant_shift_ptr, in vpx_quantize_b_32x32_ssse3() argument
153 shift = _mm_load_si128((const __m128i *)quant_shift_ptr); in vpx_quantize_b_32x32_ssse3()
Dquantize_sse2.c23 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in vpx_quantize_b_sse2() argument
42 dequant_ptr, &dequant, quant_shift_ptr, &shift); in vpx_quantize_b_sse2()
/external/libaom/libaom/av1/encoder/x86/
Dav1_quantize_avx2.c138 const int16_t *quant_shift_ptr, in av1_quantize_fp_avx2() argument
144 (void)quant_shift_ptr; in av1_quantize_fp_avx2()
214 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in av1_quantize_fp_32x32_avx2() argument
219 (void)quant_shift_ptr; in av1_quantize_fp_32x32_avx2()
293 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in av1_quantize_fp_64x64_avx2() argument
298 (void)quant_shift_ptr; in av1_quantize_fp_64x64_avx2()
Dav1_highbd_quantize_avx2.c93 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in av1_highbd_quantize_fp_avx2() argument
98 (void)quant_shift_ptr; in av1_highbd_quantize_fp_avx2()
Dav1_highbd_quantize_sse4.c118 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in av1_highbd_quantize_fp_sse4_1() argument
130 (void)quant_shift_ptr; in av1_highbd_quantize_fp_sse4_1()
Dav1_quantize_sse2.c141 const int16_t *quant_shift_ptr, in av1_quantize_fp_sse2() argument
147 (void)quant_shift_ptr; in av1_quantize_fp_sse2()
/external/libaom/libaom/av1/common/
Dav1_rtcd_defs.pl199 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
202 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
205 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
266 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
276 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
/external/libaom/libaom/av1/encoder/
Dav1_quantize.c39 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in quantize_fp_helper_c() argument
49 (void)quant_shift_ptr; in quantize_fp_helper_c()
110 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in highbd_quantize_fp_helper_c() argument
120 (void)quant_shift_ptr; in highbd_quantize_fp_helper_c()
184 const int16_t *quant_ptr, const int16_t *quant_shift_ptr, in av1_quantize_fp_c() argument
189 quant_shift_ptr, qcoeff_ptr, dqcoeff_ptr, dequant_ptr, in av1_quantize_fp_c()
196 const int16_t *quant_shift_ptr, in av1_quantize_fp_32x32_c() argument
201 quant_shift_ptr, qcoeff_ptr, dqcoeff_ptr, dequant_ptr, in av1_quantize_fp_32x32_c()
208 const int16_t *quant_shift_ptr, in av1_quantize_fp_64x64_c() argument
213 quant_shift_ptr, qcoeff_ptr, dqcoeff_ptr, dequant_ptr, in av1_quantize_fp_64x64_c()
[all …]
/external/libvpx/libvpx/vp8/encoder/mips/mmi/
Dvp8_quantize_mmi.c24 y = ((((x * quant_ptr[rc]) >> 16) + x) * quant_shift_ptr[rc]) >> 16; \
209 const int16_t *quant_shift_ptr = b->quant_shift; in vp8_regular_quantize_b_mmi() local
/external/libvpx/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c100 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in vpx_quantize_b_vsx() argument
112 int16x8_t quant_shift = vec_vsx_ld(0, quant_shift_ptr); in vpx_quantize_b_vsx()
202 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in vpx_quantize_b_32x32_vsx() argument
221 int16x8_t quant_shift = vec_vsx_ld(0, quant_shift_ptr); in vpx_quantize_b_32x32_vsx()
/external/libaom/libaom/av1/encoder/arm/neon/
Dquantize_neon.c28 const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, in av1_quantize_fp_neon() argument
35 (void)quant_shift_ptr; in av1_quantize_fp_neon()

12