Home
last modified time | relevance | path

Searched refs:zbin_ptr (Results 1 – 25 of 38) sorted by relevance

12

/external/libaom/libaom/aom_dsp/
Dquantize.c17 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_quantize_b_adaptive_helper_c() argument
23 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], log_scale), in aom_quantize_b_adaptive_helper_c()
24 ROUND_POWER_OF_TWO(zbin_ptr[1], log_scale) }; in aom_quantize_b_adaptive_helper_c()
108 const int16_t *zbin_ptr, const int16_t *round_ptr, in aom_quantize_b_helper_c() argument
116 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], log_scale), in aom_quantize_b_helper_c()
117 ROUND_POWER_OF_TWO(zbin_ptr[1], log_scale) }; in aom_quantize_b_helper_c()
172 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_adaptive_helper_c() argument
178 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], log_scale), in aom_highbd_quantize_b_adaptive_helper_c()
179 ROUND_POWER_OF_TWO(zbin_ptr[1], log_scale) }; in aom_highbd_quantize_b_adaptive_helper_c()
259 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_helper_c() argument
[all …]
Dquantize.h24 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr,
32 const int16_t *zbin_ptr,
41 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr,
48 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr,
56 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr,
64 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr,
71 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr,
78 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr,
86 const int16_t *zbin_ptr, const int16_t *round_ptr,
96 const int16_t *zbin_ptr, const int16_t *round_ptr,
[all …]
Daom_dsp_rtcd_defs.pl531 …ize_b/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r…
534 …ptive/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r…
537 …32x32/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r…
540 …ptive/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r…
543 …64x64/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r…
546 …ptive/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r…
551 …ize_b/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r…
554 …ptive/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r…
557 …32x32/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r…
560 …ptive/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r…
[all …]
/external/libaom/libaom/test/
Dav1_quantize_test.cc26 const tran_low_t *coeff_ptr, intptr_t count, const int16_t *zbin_ptr,
54 DECLARE_ALIGNED(16, int16_t, zbin_ptr[8]); in RunQuantizeTest()
82 zbin_ptr[j] = rnd.Rand16(); in RunQuantizeTest()
90 zbin_ptr[j] = zbin_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()
129 DECLARE_ALIGNED(16, int16_t, zbin_ptr[8]); in RunEobTest()
158 zbin_ptr[j] = rnd.Rand16(); in RunEobTest()
166 zbin_ptr[j] = zbin_ptr[1]; in RunEobTest()
173 quanFuncRef(coeff_ptr, count, zbin_ptr, round_ptr, quant_ptr, in RunEobTest()
[all …]
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_quantize_intrin_sse2.c19 const int16_t *zbin_ptr, in aom_highbd_quantize_b_sse2() argument
30 zbins[0] = _mm_set_epi32((int)zbin_ptr[1], (int)zbin_ptr[1], (int)zbin_ptr[1], in aom_highbd_quantize_b_sse2()
31 (int)zbin_ptr[0]); in aom_highbd_quantize_b_sse2()
32 zbins[1] = _mm_set1_epi32((int)zbin_ptr[1]); in aom_highbd_quantize_b_sse2()
93 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_32x32_sse2() argument
103 const int zbin0_tmp = ROUND_POWER_OF_TWO(zbin_ptr[0], 1); in aom_highbd_quantize_b_32x32_sse2()
104 const int zbin1_tmp = ROUND_POWER_OF_TWO(zbin_ptr[1], 1); in aom_highbd_quantize_b_32x32_sse2()
151 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_64x64_sse2() argument
161 const int zbin0_tmp = ROUND_POWER_OF_TWO(zbin_ptr[0], 2); in aom_highbd_quantize_b_64x64_sse2()
162 const int zbin1_tmp = ROUND_POWER_OF_TWO(zbin_ptr[1], 2); in aom_highbd_quantize_b_64x64_sse2()
Dadaptive_quantize_avx2.c18 static INLINE void load_b_values_avx2(const int16_t *zbin_ptr, __m256i *zbin, in load_b_values_avx2() argument
25 *zbin = _mm256_castsi128_si256(_mm_load_si128((const __m128i *)zbin_ptr)); in load_b_values_avx2()
97 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_quantize_b_adaptive_avx2() argument
117 thresh[i] = (zbin_ptr[i] * wt + prescan_add[i]) - 1; in aom_quantize_b_adaptive_avx2()
129 load_b_values_avx2(zbin_ptr, &zbin, round_ptr, &round, quant_ptr, &quant, in aom_quantize_b_adaptive_avx2()
236 (zbin_ptr[rc != 0] * (1 << AOM_QM_BITS) + prescan_add_val)) { in aom_quantize_b_adaptive_avx2()
Dhighbd_adaptive_quantize_avx2.c22 const int16_t *zbin_ptr, __m256i *zbin, const int16_t *round_ptr, in highbd_load_b_values_avx2() argument
26 *zbin = _mm256_cvtepi16_epi32(_mm_load_si128((const __m128i *)zbin_ptr)); in highbd_load_b_values_avx2()
107 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_adaptive_avx2() argument
128 thresh[i] = (zbin_ptr[i] * wt + prescan_add[i]) - 1; in aom_highbd_quantize_b_adaptive_avx2()
140 highbd_load_b_values_avx2(zbin_ptr, &zbin, round_ptr, &round, quant_ptr, in aom_highbd_quantize_b_adaptive_avx2()
264 (zbin_ptr[rc != 0] * (1 << AOM_QM_BITS) + prescan_add_val)) { in aom_highbd_quantize_b_adaptive_avx2()
275 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_32x32_adaptive_avx2() argument
295 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], log_scale), in aom_highbd_quantize_b_32x32_adaptive_avx2()
296 ROUND_POWER_OF_TWO(zbin_ptr[1], log_scale) }; in aom_highbd_quantize_b_32x32_adaptive_avx2()
312 zbin = _mm256_cvtepi16_epi32(_mm_load_si128((const __m128i *)zbin_ptr)); in aom_highbd_quantize_b_32x32_adaptive_avx2()
Dadaptive_quantize_sse2.c20 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_quantize_b_adaptive_sse2() argument
43 thresh[i] = (zbin_ptr[i] * wt + prescan_add[i]) - 1; in aom_quantize_b_adaptive_sse2()
54 load_b_values(zbin_ptr, &zbin, round_ptr, &round, quant_ptr, &quant, in aom_quantize_b_adaptive_sse2()
209 (zbin_ptr[rc != 0] * (1 << AOM_QM_BITS) + prescan_add_val)) { in aom_quantize_b_adaptive_sse2()
220 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_quantize_b_32x32_adaptive_sse2() argument
241 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], log_scale), in aom_quantize_b_32x32_adaptive_sse2()
242 ROUND_POWER_OF_TWO(zbin_ptr[1], log_scale) }; in aom_quantize_b_32x32_adaptive_sse2()
259 zbin = _mm_load_si128((const __m128i *)zbin_ptr); in aom_quantize_b_32x32_adaptive_sse2()
428 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_quantize_b_64x64_adaptive_sse2() argument
449 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], log_scale), in aom_quantize_b_64x64_adaptive_sse2()
[all …]
Dhighbd_quantize_intrin_avx2.c32 static INLINE void init_qp(const int16_t *zbin_ptr, const int16_t *round_ptr, in init_qp() argument
35 const __m128i zbin = _mm_loadu_si128((const __m128i *)zbin_ptr); in init_qp()
113 const int16_t *zbin_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()
Dhighbd_adaptive_quantize_sse2.c95 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_adaptive_sse2() argument
120 thresh[i] = (zbin_ptr[i] * wt + prescan_add[i]) - 1; in aom_highbd_quantize_b_adaptive_sse2()
131 zbin = _mm_load_si128((const __m128i *)zbin_ptr); in aom_highbd_quantize_b_adaptive_sse2()
292 (zbin_ptr[rc != 0] * (1 << AOM_QM_BITS) + prescan_add_val)) { in aom_highbd_quantize_b_adaptive_sse2()
303 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_32x32_adaptive_sse2() argument
324 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], log_scale), in aom_highbd_quantize_b_32x32_adaptive_sse2()
325 ROUND_POWER_OF_TWO(zbin_ptr[1], log_scale) }; in aom_highbd_quantize_b_32x32_adaptive_sse2()
342 zbin = _mm_load_si128((const __m128i *)zbin_ptr); in aom_highbd_quantize_b_32x32_adaptive_sse2()
519 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_64x64_adaptive_sse2() argument
540 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], log_scale), in aom_highbd_quantize_b_64x64_adaptive_sse2()
[all …]
Dquantize_sse2.c22 const int16_t *zbin_ptr, const int16_t *round_ptr, in aom_quantize_b_sse2() argument
40 load_b_values(zbin_ptr, &zbin, round_ptr, &round, quant_ptr, &quant, in aom_quantize_b_sse2()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_quantize_intrin_sse2.c21 int skip_block, const int16_t *zbin_ptr, in vpx_highbd_quantize_b_sse2() argument
32 zbins[0] = _mm_set_epi32((int)zbin_ptr[1], (int)zbin_ptr[1], (int)zbin_ptr[1], in vpx_highbd_quantize_b_sse2()
33 (int)zbin_ptr[0]); in vpx_highbd_quantize_b_sse2()
34 zbins[1] = _mm_set1_epi32((int)zbin_ptr[1]); in vpx_highbd_quantize_b_sse2()
98 const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_highbd_quantize_b_32x32_sse2() argument
107 const int zbin0_tmp = ROUND_POWER_OF_TWO(zbin_ptr[0], 1); in vpx_highbd_quantize_b_32x32_sse2()
108 const int zbin1_tmp = ROUND_POWER_OF_TWO(zbin_ptr[1], 1); in vpx_highbd_quantize_b_32x32_sse2()
Dquantize_avx.c24 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_avx() argument
47 load_b_values(zbin_ptr, &zbin, round_ptr, &round, quant_ptr, &quant, in vpx_quantize_b_avx()
148 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_32x32_avx() argument
174 zbin = _mm_load_si128((const __m128i *)zbin_ptr); in vpx_quantize_b_32x32_avx()
Dquantize_ssse3.c21 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_ssse3() argument
40 load_b_values(zbin_ptr, &zbin, round_ptr, &round, quant_ptr, &quant, in vpx_quantize_b_ssse3()
114 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_32x32_ssse3() argument
139 zbin = _mm_load_si128((const __m128i *)zbin_ptr); in vpx_quantize_b_32x32_ssse3()
Dquantize_sse2.h19 static INLINE void load_b_values(const int16_t *zbin_ptr, __m128i *zbin, in load_b_values() argument
24 *zbin = _mm_load_si128((const __m128i *)zbin_ptr); in load_b_values()
Dquantize_sse2.c21 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_sse2() argument
41 load_b_values(zbin_ptr, &zbin, round_ptr, &round, quant_ptr, &quant, in vpx_quantize_b_sse2()
/external/libvpx/libvpx/vpx_dsp/
Dquantize.c118 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_c() argument
125 const int zbins[2] = { zbin_ptr[0], zbin_ptr[1] }; in vpx_quantize_b_c()
169 int skip_block, const int16_t *zbin_ptr, in vpx_highbd_quantize_b_c() argument
176 const int zbins[2] = { zbin_ptr[0], zbin_ptr[1] }; in vpx_highbd_quantize_b_c()
218 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_32x32_c() argument
224 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], 1), in vpx_quantize_b_32x32_c()
225 ROUND_POWER_OF_TWO(zbin_ptr[1], 1) }; in vpx_quantize_b_32x32_c()
281 const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_highbd_quantize_b_32x32_c() argument
285 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], 1), in vpx_highbd_quantize_b_32x32_c()
286 ROUND_POWER_OF_TWO(zbin_ptr[1], 1) }; in vpx_highbd_quantize_b_32x32_c()
/external/libvpx/libvpx/vpx_dsp/arm/
Dquantize_neon.c35 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_neon() argument
51 const int16x8_t zbin = vld1q_s16(zbin_ptr); in vpx_quantize_b_neon()
99 const int16x8_t zbin = vdupq_n_s16(zbin_ptr[1]); in vpx_quantize_b_neon()
192 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_32x32_neon() argument
211 const int16x8_t zbin = vrshrq_n_s16(vld1q_s16(zbin_ptr), 1); in vpx_quantize_b_32x32_neon()
257 const int16x8_t zbin = vrshrq_n_s16(vdupq_n_s16(zbin_ptr[1]), 1); in vpx_quantize_b_32x32_neon()
/external/libaom/libaom/av1/common/
Dav1_rtcd_defs.pl220 …ze_fp/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r…
227 …32x32/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r…
230 …64x64/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r…
295 …ize_b/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r…
304 …ze_fp/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r…
/external/libaom/libaom/av1/encoder/
Dav1_quantize.c37 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in quantize_fp_helper_c() argument
48 (void)zbin_ptr; in quantize_fp_helper_c()
109 const tran_low_t *coeff_ptr, intptr_t count, const int16_t *zbin_ptr, in highbd_quantize_fp_helper_c() argument
120 (void)zbin_ptr; in highbd_quantize_fp_helper_c()
185 const int16_t *zbin_ptr, const int16_t *round_ptr, in av1_quantize_fp_c() argument
190 quantize_fp_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, in av1_quantize_fp_c()
225 const int16_t *zbin_ptr, const int16_t *round_ptr, in av1_quantize_fp_32x32_c() argument
231 quantize_fp_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, in av1_quantize_fp_32x32_c()
237 const int16_t *zbin_ptr, const int16_t *round_ptr, in av1_quantize_fp_64x64_c() argument
243 quantize_fp_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, in av1_quantize_fp_64x64_c()
[all …]
/external/libaom/libaom/av1/encoder/x86/
Dav1_quantize_avx2.c251 const int16_t *zbin_ptr, const int16_t *round_ptr, in av1_quantize_fp_avx2() argument
258 (void)zbin_ptr; in av1_quantize_fp_avx2()
327 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in av1_quantize_fp_32x32_avx2() argument
333 (void)zbin_ptr; in av1_quantize_fp_32x32_avx2()
406 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in av1_quantize_fp_64x64_avx2() argument
412 (void)zbin_ptr; in av1_quantize_fp_64x64_avx2()
Dav1_highbd_quantize_avx2.c91 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in av1_highbd_quantize_fp_avx2() argument
97 (void)zbin_ptr; in av1_highbd_quantize_fp_avx2()
Dav1_highbd_quantize_sse4.c116 const tran_low_t *coeff_ptr, intptr_t count, const int16_t *zbin_ptr, in av1_highbd_quantize_fp_sse4_1() argument
129 (void)zbin_ptr; in av1_highbd_quantize_fp_sse4_1()
/external/libvpx/libvpx/vp8/encoder/mips/mmi/
Dvp8_quantize_mmi.c21 zbin = zbin_ptr[rc] + *(zbin_boost_ptr++) + zbin_oq_value; \
206 const int16_t *zbin_ptr = b->zbin; in vp8_regular_quantize_b_mmi() local
/external/libvpx/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c98 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_vsx() argument
108 int16x8_t zbin = vec_vsx_ld(0, zbin_ptr); in vpx_quantize_b_vsx()
201 const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_32x32_vsx() argument
217 int16x8_t zbin = vec_vsx_ld(0, zbin_ptr); in vpx_quantize_b_32x32_vsx()

12