Home
last modified time | relevance | path

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

12

/external/libaom/libaom/aom_dsp/
Dquantize.c19 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_quantize_b_adaptive_helper_c() argument
68 quant_shift_ptr[rc != 0]) >> in aom_quantize_b_adaptive_helper_c()
110 const int16_t *quant_shift_ptr, in aom_quantize_b_helper_c() argument
154 quant_shift_ptr[rc != 0]) >> in aom_quantize_b_helper_c()
174 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_highbd_quantize_b_adaptive_helper_c() argument
220 const int abs_qcoeff = (int)((tmp2 * quant_shift_ptr[rc != 0]) >> in aom_highbd_quantize_b_adaptive_helper_c()
261 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_highbd_quantize_b_helper_c() argument
303 const int abs_qcoeff = (int)((tmp2 * quant_shift_ptr[rc != 0]) >> in aom_highbd_quantize_b_helper_c()
322 const int16_t *quant_shift_ptr, in aom_quantize_b_adaptive_c() argument
327 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,
58 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
66 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
73 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
80 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
88 const int16_t *quant_shift_ptr,
97 const int16_t *quant_ptr, const int16_t *quant_shift_ptr,
[all …]
Daom_dsp_rtcd_defs.pl531 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
534 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
537 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
540 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
543 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
546 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
551 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
554 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
557 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
560 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
[all …]
/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 …]
/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
55 dequant_ptr, &dequant, quant_shift_ptr, &shift); in aom_quantize_b_adaptive_sse2()
222 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_quantize_b_32x32_adaptive_sse2() argument
263 shift = _mm_load_si128((const __m128i *)quant_shift_ptr); in aom_quantize_b_32x32_adaptive_sse2()
430 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_quantize_b_64x64_adaptive_sse2() argument
471 shift = _mm_load_si128((const __m128i *)quant_shift_ptr); in aom_quantize_b_64x64_adaptive_sse2()
Dhighbd_adaptive_quantize_sse2.c97 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_highbd_quantize_b_adaptive_sse2() argument
135 shift = _mm_load_si128((const __m128i *)quant_shift_ptr); in aom_highbd_quantize_b_adaptive_sse2()
305 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_highbd_quantize_b_32x32_adaptive_sse2() argument
346 shift = _mm_load_si128((const __m128i *)quant_shift_ptr); in aom_highbd_quantize_b_32x32_adaptive_sse2()
521 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_highbd_quantize_b_64x64_adaptive_sse2() argument
562 shift = _mm_load_si128((const __m128i *)quant_shift_ptr); in aom_highbd_quantize_b_64x64_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()
Dhighbd_adaptive_quantize_avx2.c109 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_highbd_quantize_b_adaptive_avx2() argument
141 &quant, dequant_ptr, &dequant, quant_shift_ptr, in aom_highbd_quantize_b_adaptive_avx2()
277 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_highbd_quantize_b_32x32_adaptive_avx2() argument
317 _mm256_cvtepi16_epi32(_mm_load_si128((const __m128i *)quant_shift_ptr)); in aom_highbd_quantize_b_32x32_adaptive_avx2()
/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_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_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_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/common/
Dav1_rtcd_defs.pl220 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
227 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
230 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
295 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *…
304 …, 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()
111 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in highbd_quantize_fp_helper_c() argument
121 (void)quant_shift_ptr; in highbd_quantize_fp_helper_c()
186 const int16_t *quant_ptr, const int16_t *quant_shift_ptr, in av1_quantize_fp_c() argument
191 quant_shift_ptr, qcoeff_ptr, dqcoeff_ptr, dequant_ptr, in av1_quantize_fp_c()
227 const int16_t *quant_shift_ptr, in av1_quantize_fp_32x32_c() argument
232 quant_shift_ptr, qcoeff_ptr, dqcoeff_ptr, dequant_ptr, in av1_quantize_fp_32x32_c()
239 const int16_t *quant_shift_ptr, in av1_quantize_fp_64x64_c() argument
244 quant_shift_ptr, qcoeff_ptr, dqcoeff_ptr, dequant_ptr, in av1_quantize_fp_64x64_c()
[all …]
/external/libaom/libaom/av1/encoder/x86/
Dav1_quantize_avx2.c253 const int16_t *quant_shift_ptr, in av1_quantize_fp_avx2() argument
259 (void)quant_shift_ptr; in av1_quantize_fp_avx2()
329 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in av1_quantize_fp_32x32_avx2() argument
334 (void)quant_shift_ptr; in av1_quantize_fp_32x32_avx2()
408 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in av1_quantize_fp_64x64_avx2() argument
413 (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/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()

12