/external/libaom/libaom/aom_dsp/ |
D | quantize.c | 17 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in quantize_b_adaptive_helper_c() argument 23 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], log_scale), in quantize_b_adaptive_helper_c() 24 ROUND_POWER_OF_TWO(zbin_ptr[1], log_scale) }; in quantize_b_adaptive_helper_c() 108 const int16_t *zbin_ptr, const int16_t *round_ptr, in quantize_b_helper_c() argument 115 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], log_scale), in quantize_b_helper_c() 116 ROUND_POWER_OF_TWO(zbin_ptr[1], log_scale) }; in quantize_b_helper_c() 170 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in highbd_quantize_b_adaptive_helper_c() argument 177 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], log_scale), in highbd_quantize_b_adaptive_helper_c() 178 ROUND_POWER_OF_TWO(zbin_ptr[1], log_scale) }; in highbd_quantize_b_adaptive_helper_c() 258 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in highbd_quantize_b_helper_c() argument [all …]
|
D | quantize.h | 24 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, 55 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, 63 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, 70 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, 77 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, 84 const int16_t *zbin_ptr, const int16_t *round_ptr, 93 const int16_t *zbin_ptr, const int16_t *round_ptr, [all …]
|
D | aom_dsp_rtcd_defs.pl | 518 …ize_b/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r… 521 …ptive/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r… 524 …32x32/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r… 527 …ptive/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r… 530 …64x64/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r… 535 …ize_b/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r… 538 …32x32/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r… 541 …64x64/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r…
|
/external/libaom/libaom/test/ |
D | av1_quantize_test.cc | 26 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/ |
D | highbd_quantize_intrin_sse2.c | 19 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()
|
D | adaptive_quantize_sse2.c | 20 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_quantize_b_adaptive_sse2() argument 33 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], 0), in aom_quantize_b_adaptive_sse2() 34 ROUND_POWER_OF_TWO(zbin_ptr[1], 0) }; in aom_quantize_b_adaptive_sse2() 64 load_b_values(zbin_ptr, &zbin, round_ptr, &round, quant_ptr, &quant, in aom_quantize_b_adaptive_sse2() 217 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_quantize_b_32x32_adaptive_sse2() argument 233 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], log_scale), in aom_quantize_b_32x32_adaptive_sse2() 234 ROUND_POWER_OF_TWO(zbin_ptr[1], log_scale) }; in aom_quantize_b_32x32_adaptive_sse2() 264 zbin = _mm_load_si128((const __m128i *)zbin_ptr); in aom_quantize_b_32x32_adaptive_sse2()
|
D | highbd_quantize_intrin_avx2.c | 32 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()
|
D | quantize_sse2.c | 22 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()
|
D | quantize_x86.h | 16 static INLINE void load_b_values(const int16_t *zbin_ptr, __m128i *zbin, in load_b_values() argument 21 *zbin = _mm_load_si128((const __m128i *)zbin_ptr); in load_b_values()
|
D | quantize_ssse3.c | 63 const int16_t *zbin_ptr, in aom_quantize_b_64x64_ssse3() argument 84 zbin = _mm_load_si128((const __m128i *)zbin_ptr); in aom_quantize_b_64x64_ssse3()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_quantize_intrin_sse2.c | 21 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()
|
D | quantize_ssse3.c | 21 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()
|
D | quantize_avx.c | 24 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()
|
D | quantize_sse2.h | 19 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()
|
D | quantize_sse2.c | 21 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/ |
D | quantize.c | 118 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/ |
D | quantize_neon.c | 35 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/encoder/x86/ |
D | av1_quantize_avx2.c | 136 const int16_t *zbin_ptr, const int16_t *round_ptr, in av1_quantize_fp_avx2() argument 143 (void)zbin_ptr; in av1_quantize_fp_avx2() 212 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in av1_quantize_fp_32x32_avx2() argument 218 (void)zbin_ptr; in av1_quantize_fp_32x32_avx2() 291 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in av1_quantize_fp_64x64_avx2() argument 297 (void)zbin_ptr; in av1_quantize_fp_64x64_avx2()
|
D | av1_highbd_quantize_avx2.c | 91 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()
|
D | av1_highbd_quantize_sse4.c | 116 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/libaom/libaom/av1/common/ |
D | av1_rtcd_defs.pl | 199 …ze_fp/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r… 202 …32x32/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r… 205 …64x64/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r… 266 …ize_b/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, const int16_t *r… 276 …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/ |
D | av1_quantize.c | 37 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() 108 const tran_low_t *coeff_ptr, intptr_t count, const int16_t *zbin_ptr, in highbd_quantize_fp_helper_c() argument 119 (void)zbin_ptr; in highbd_quantize_fp_helper_c() 183 const int16_t *zbin_ptr, const int16_t *round_ptr, in av1_quantize_fp_c() argument 188 quantize_fp_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, in av1_quantize_fp_c() 194 const int16_t *zbin_ptr, const int16_t *round_ptr, in av1_quantize_fp_32x32_c() argument 200 quantize_fp_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, in av1_quantize_fp_32x32_c() 206 const int16_t *zbin_ptr, const int16_t *round_ptr, in av1_quantize_fp_64x64_c() argument 212 quantize_fp_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, in av1_quantize_fp_64x64_c() [all …]
|
/external/libvpx/libvpx/vp8/encoder/mips/mmi/ |
D | vp8_quantize_mmi.c | 21 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/ |
D | quantize_vsx.c | 98 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()
|
/external/libaom/libaom/av1/encoder/arm/neon/ |
D | quantize_neon.c | 26 int skip_block, const int16_t *zbin_ptr, in av1_quantize_fp_neon() argument 34 (void)zbin_ptr; in av1_quantize_fp_neon()
|