Home
last modified time | relevance | path

Searched refs:round_ptr (Results 1 – 25 of 43) sorted by relevance

12

/external/libvpx/libvpx/vpx_dsp/
Dquantize.c18 const int16_t *round_ptr, const int16_t quant, in vpx_quantize_dc() argument
31 tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX); in vpx_quantize_dc()
42 int skip_block, const int16_t *round_ptr, in vpx_highbd_quantize_dc() argument
55 const int64_t tmp = abs_coeff + round_ptr[0]; in vpx_highbd_quantize_dc()
66 const int16_t *round_ptr, const int16_t quant, in vpx_quantize_dc_32x32() argument
80 tmp = clamp(abs_coeff + ROUND_POWER_OF_TWO(round_ptr[rc != 0], 1), in vpx_quantize_dc_32x32()
92 const int16_t *round_ptr, const int16_t quant, in vpx_highbd_quantize_dc_32x32() argument
107 const int64_t tmp = abs_coeff + ROUND_POWER_OF_TWO(round_ptr[0], 1); in vpx_highbd_quantize_dc_32x32()
119 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_c() argument
154 int tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX); in vpx_quantize_b_c()
[all …]
Dquantize.h22 const int16_t *round_ptr, const int16_t quant_ptr,
26 const int16_t *round_ptr, const int16_t quant_ptr,
32 int skip_block, const int16_t *round_ptr,
37 const int16_t *round_ptr,
/external/libvpx/config/arm64/
Dvp9_rtcd.h43 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
44 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
83 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
86 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
101 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
102 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
105 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
106 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h43 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
44 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
83 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
86 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
101 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
102 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
105 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
106 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
/external/libvpx/config/x86_64/
Dvp9_rtcd.h45 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
46 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
90 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
93 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
111 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
112 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
113 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
116 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
117 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
/external/libvpx/libvpx/vp9/common/
Dvp9_rtcd_defs.pl125 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
128 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
131 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
189 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
191 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
/external/libvpx/libvpx/vp8/encoder/mips/mmi/
Dvp8_quantize_mmi.c23 x += round_ptr[rc]; \
36 const int16_t *round_ptr = b->round; in vp8_fast_quantize_b_mmi() local
191 [round_ptr] "r"((mips_reg)round_ptr), in vp8_fast_quantize_b_mmi()
207 const int16_t *round_ptr = b->round; in vp8_regular_quantize_b_mmi() local
/external/libvpx/config/x86/
Dvp9_rtcd.h45 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
46 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
90 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
93 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
111 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
112 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
115 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c30 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_neon() argument
41 int16x8_t v_round = vmovq_n_s16(round_ptr[1]); in vp9_quantize_fp_neon()
50 v_round = vsetq_lane_s16(round_ptr[0], v_round, 0); in vp9_quantize_fp_neon()
74 v_round = vmovq_n_s16(round_ptr[1]); in vp9_quantize_fp_neon()
121 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_32x32_neon() argument
130 const int16x8_t round = vrshrq_n_s16(vld1q_s16(round_ptr), 1); in vp9_quantize_fp_32x32_neon()
184 const int16x8_t round = vrshrq_n_s16(vmovq_n_s16(round_ptr[1]), 1); in vp9_quantize_fp_32x32_neon()
Dvp9_dct_neon.c23 int skip_block, const int16_t *round_ptr, in vp9_fdct8x8_quant_neon() argument
32 vp9_quantize_fp_neon(temp_buffer, n_coeffs, skip_block, round_ptr, quant_ptr, in vp9_fdct8x8_quant_neon()
/external/libvpx/config/mips64-msa/
Dvp9_rtcd.h43 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
82 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
85 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
100 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
103 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
/external/libvpx/config/mips32-msa/
Dvp9_rtcd.h43 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
82 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
85 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
100 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
103 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
/external/libvpx/config/mips64/
Dvp9_rtcd.h43 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
82 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
85 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
100 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
103 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
/external/libvpx/config/arm/
Dvp9_rtcd.h43 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
82 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
85 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
100 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
103 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
/external/libvpx/config/generic/
Dvp9_rtcd.h43 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
82 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
85 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
100 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
103 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
/external/libvpx/config/mips32/
Dvp9_rtcd.h43 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
82 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
85 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
100 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
103 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
/external/libvpx/config/mips32-dspr2/
Dvp9_rtcd.h43 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
82 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
85 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
100 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
103 …ran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *…
/external/libvpx/libvpx/vpx_dsp/arm/
Dquantize_neon.c20 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_neon() argument
36 const int16x8_t round = vld1q_s16(round_ptr); in vpx_quantize_b_neon()
86 const int16x8_t round = vdupq_n_s16(round_ptr[1]); in vpx_quantize_b_neon()
155 const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_32x32_neon() argument
172 const int16x8_t round = vrshrq_n_s16(vld1q_s16(round_ptr), 1); in vpx_quantize_b_32x32_neon()
230 const int16x8_t round = vrshrq_n_s16(vdupq_n_s16(round_ptr[1]), 1); in vpx_quantize_b_32x32_neon()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c25 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_c() argument
46 int tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX); in vp9_quantize_fp_c()
59 int skip_block, const int16_t *round_ptr, in vp9_highbd_quantize_fp_c() argument
81 const int64_t tmp = abs_coeff + round_ptr[rc != 0]; in vp9_highbd_quantize_fp_c()
94 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_32x32_c() argument
115 abs_coeff += ROUND_POWER_OF_TWO(round_ptr[rc != 0], 1); in vp9_quantize_fp_32x32_c()
130 const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, in vp9_highbd_quantize_fp_32x32_c() argument
150 const int64_t tmp = abs_coeff + ROUND_POWER_OF_TWO(round_ptr[rc != 0], 1); in vp9_highbd_quantize_fp_32x32_c()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_quantize_intrin_sse2.c21 const int16_t *round_ptr, in vpx_highbd_quantize_b_sse2() argument
82 const int64_t tmp3 = abs_coeff[j] + round_ptr[k != 0]; in vpx_highbd_quantize_b_sse2()
97 const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_highbd_quantize_b_32x32_sse2() argument
145 const int64_t tmp1 = abs_coeff + ROUND_POWER_OF_TWO(round_ptr[rc != 0], 1); in vpx_highbd_quantize_b_32x32_sse2()
Dquantize_x86.h18 const int16_t *round_ptr, __m128i *round, in load_b_values() argument
23 *round = _mm_load_si128((const __m128i *)round_ptr); in load_b_values()
Dquantize_avx.c24 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_avx() argument
46 load_b_values(zbin_ptr, &zbin, round_ptr, &round, quant_ptr, &quant, in vpx_quantize_b_avx()
154 const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_32x32_avx() argument
185 round = _mm_load_si128((const __m128i *)round_ptr); in vpx_quantize_b_32x32_avx()
Dquantize_ssse3.c21 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_ssse3() argument
39 load_b_values(zbin_ptr, &zbin, round_ptr, &round, quant_ptr, &quant, in vpx_quantize_b_ssse3()
121 const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_32x32_ssse3() argument
151 round = _mm_load_si128((const __m128i *)round_ptr); in vpx_quantize_b_32x32_ssse3()
Dquantize_sse2.c22 const int16_t *round_ptr, const int16_t *quant_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/vp8/encoder/mips/msa/
Dquantize_msa.c186 int16_t *round_ptr = b->round; in vp8_fast_quantize_b_msa() local
192 *d->eob = fast_quantize_b_msa(coeff_ptr, round_ptr, quant_ptr, dequant_ptr, in vp8_fast_quantize_b_msa()
200 int16_t *round_ptr = b->round; in vp8_regular_quantize_b_msa() local
209 zbin_boost_ptr, coeff_ptr, zbin_ptr, round_ptr, quant_ptr, in vp8_regular_quantize_b_msa()

12