Home
last modified time | relevance | path

Searched refs:qcoeff_ptr (Results 1 – 25 of 56) sorted by relevance

123

/external/libvpx/libvpx/vpx_dsp/
Dquantize.c20 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_dc() argument
28 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr)); in vpx_quantize_dc()
34 qcoeff_ptr[rc] = (tmp ^ coeff_sign) - coeff_sign; in vpx_quantize_dc()
35 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant; in vpx_quantize_dc()
44 const int16_t quant, tran_low_t *qcoeff_ptr, in vpx_highbd_quantize_dc() argument
49 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr)); in vpx_highbd_quantize_dc()
58 qcoeff_ptr[0] = (tran_low_t)((abs_qcoeff ^ coeff_sign) - coeff_sign); in vpx_highbd_quantize_dc()
59 dqcoeff_ptr[0] = qcoeff_ptr[0] * dequant; in vpx_highbd_quantize_dc()
68 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_dc_32x32() argument
77 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr)); in vpx_quantize_dc_32x32()
[all …]
Dquantize.h23 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr,
27 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr,
33 const int16_t quant, tran_low_t *qcoeff_ptr,
38 tran_low_t *qcoeff_ptr,
/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
29 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr)); in aom_quantize_b_adaptive_helper_c()
70 qcoeff_ptr[rc] = (tmp32 ^ coeff_sign) - coeff_sign; in aom_quantize_b_adaptive_helper_c()
89 if (qcoeff_ptr[rc] == 1 || qcoeff_ptr[rc] == -1) { in aom_quantize_b_adaptive_helper_c()
97 qcoeff_ptr[rc] = 0; in aom_quantize_b_adaptive_helper_c()
111 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in aom_quantize_b_helper_c() argument
122 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr)); in aom_quantize_b_helper_c()
156 qcoeff_ptr[rc] = (tmp32 ^ coeff_sign) - coeff_sign; 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
184 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr)); in aom_highbd_quantize_b_adaptive_helper_c()
[all …]
Dquantize.h26 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
36 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_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,
89 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr,
98 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr,
[all …]
/external/libaom/libaom/aom_dsp/x86/
Dadaptive_quantize_sse2.c22 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_quantize_b_adaptive_sse2() argument
78 _mm_store_si128((__m128i *)(qcoeff_ptr), zero); in aom_quantize_b_adaptive_sse2()
79 _mm_store_si128((__m128i *)(qcoeff_ptr + 4), zero); in aom_quantize_b_adaptive_sse2()
80 _mm_store_si128((__m128i *)(qcoeff_ptr + 8), zero); in aom_quantize_b_adaptive_sse2()
81 _mm_store_si128((__m128i *)(qcoeff_ptr + 12), zero); in aom_quantize_b_adaptive_sse2()
107 store_coefficients(qcoeff0, qcoeff_ptr); in aom_quantize_b_adaptive_sse2()
108 store_coefficients(qcoeff1, qcoeff_ptr + 8); in aom_quantize_b_adaptive_sse2()
138 _mm_store_si128((__m128i *)(qcoeff_ptr + index), zero); in aom_quantize_b_adaptive_sse2()
139 _mm_store_si128((__m128i *)(qcoeff_ptr + index + 4), zero); in aom_quantize_b_adaptive_sse2()
140 _mm_store_si128((__m128i *)(qcoeff_ptr + index + 8), zero); in aom_quantize_b_adaptive_sse2()
[all …]
Dhighbd_adaptive_quantize_sse2.c97 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_highbd_quantize_b_adaptive_sse2() argument
170 _mm_store_si128((__m128i *)(qcoeff_ptr), zero); in aom_highbd_quantize_b_adaptive_sse2()
171 _mm_store_si128((__m128i *)(qcoeff_ptr + 4), zero); in aom_highbd_quantize_b_adaptive_sse2()
195 _mm_store_si128((__m128i *)(qcoeff_ptr), qcoeff0); in aom_highbd_quantize_b_adaptive_sse2()
196 _mm_store_si128((__m128i *)(qcoeff_ptr + 4), qcoeff1); in aom_highbd_quantize_b_adaptive_sse2()
225 _mm_store_si128((__m128i *)(qcoeff_ptr + index), zero); in aom_highbd_quantize_b_adaptive_sse2()
226 _mm_store_si128((__m128i *)(qcoeff_ptr + index + 4), zero); in aom_highbd_quantize_b_adaptive_sse2()
241 _mm_store_si128((__m128i *)(qcoeff_ptr + index), qcoeff0); in aom_highbd_quantize_b_adaptive_sse2()
242 _mm_store_si128((__m128i *)(qcoeff_ptr + index + 4), qcoeff1); in aom_highbd_quantize_b_adaptive_sse2()
258 qcoeff_ptr[rc] = 0; in aom_highbd_quantize_b_adaptive_sse2()
[all …]
Dhighbd_quantize_intrin_sse2.c23 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in aom_highbd_quantize_b_sse2() argument
41 memset(qcoeff_ptr, 0, count * sizeof(*qcoeff_ptr)); in aom_highbd_quantize_b_sse2()
83 qcoeff_ptr[k] = (int)(abs_qcoeff ^ coeff_sign[j]) - coeff_sign[j]; in aom_highbd_quantize_b_sse2()
84 dqcoeff_ptr[k] = qcoeff_ptr[k] * dequant_ptr[k != 0]; 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
114 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr)); in aom_highbd_quantize_b_32x32_sse2()
143 qcoeff_ptr[rc] = (int)(abs_qcoeff ^ coeff_sign) - coeff_sign; in aom_highbd_quantize_b_32x32_sse2()
144 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2; 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
172 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr)); in aom_highbd_quantize_b_64x64_sse2()
[all …]
Dquantize_ssse3.c67 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in aom_quantize_b_64x64_ssse3() argument
108 _mm_store_si128((__m128i *)(qcoeff_ptr), zero); in aom_quantize_b_64x64_ssse3()
109 _mm_store_si128((__m128i *)(qcoeff_ptr + 4), zero); in aom_quantize_b_64x64_ssse3()
110 _mm_store_si128((__m128i *)(qcoeff_ptr + 8), zero); in aom_quantize_b_64x64_ssse3()
111 _mm_store_si128((__m128i *)(qcoeff_ptr + 12), zero); in aom_quantize_b_64x64_ssse3()
135 store_coefficients(qcoeff0, qcoeff_ptr); in aom_quantize_b_64x64_ssse3()
136 store_coefficients(qcoeff1, qcoeff_ptr + 8); in aom_quantize_b_64x64_ssse3()
159 _mm_store_si128((__m128i *)(qcoeff_ptr + index), zero); in aom_quantize_b_64x64_ssse3()
160 _mm_store_si128((__m128i *)(qcoeff_ptr + index + 4), zero); in aom_quantize_b_64x64_ssse3()
161 _mm_store_si128((__m128i *)(qcoeff_ptr + index + 8), zero); in aom_quantize_b_64x64_ssse3()
[all …]
Dhighbd_adaptive_quantize_avx2.c109 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_highbd_quantize_b_adaptive_avx2() argument
158 _mm256_store_si256((__m256i *)(qcoeff_ptr), zero); in aom_highbd_quantize_b_adaptive_avx2()
159 _mm256_store_si256((__m256i *)(qcoeff_ptr + 8), zero); in aom_highbd_quantize_b_adaptive_avx2()
178 highbd_store_coefficients_avx2(qcoeff0, qcoeff1, qcoeff_ptr); in aom_highbd_quantize_b_adaptive_avx2()
198 _mm256_store_si256((__m256i *)(qcoeff_ptr + index), zero); in aom_highbd_quantize_b_adaptive_avx2()
199 _mm256_store_si256((__m256i *)(qcoeff_ptr + index + 8), zero); in aom_highbd_quantize_b_adaptive_avx2()
211 highbd_store_coefficients_avx2(qcoeff0, qcoeff1, qcoeff_ptr + index); in aom_highbd_quantize_b_adaptive_avx2()
230 qcoeff_ptr[rc] = 0; in aom_highbd_quantize_b_adaptive_avx2()
236 if (qcoeff_ptr[rc]) { in aom_highbd_quantize_b_adaptive_avx2()
248 const int qcoeff = qcoeff_ptr[rc]; in aom_highbd_quantize_b_adaptive_avx2()
[all …]
Dadaptive_quantize_avx2.c99 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_quantize_b_adaptive_avx2() argument
142 _mm256_store_si256((__m256i *)(qcoeff_ptr), zero); in aom_quantize_b_adaptive_avx2()
143 _mm256_store_si256((__m256i *)(qcoeff_ptr + 8), zero); in aom_quantize_b_adaptive_avx2()
159 store_coefficients_avx2(qcoeff, qcoeff_ptr); in aom_quantize_b_adaptive_avx2()
174 _mm256_store_si256((__m256i *)(qcoeff_ptr + index), zero); in aom_quantize_b_adaptive_avx2()
175 _mm256_store_si256((__m256i *)(qcoeff_ptr + index + 8), zero); in aom_quantize_b_adaptive_avx2()
184 store_coefficients_avx2(qcoeff, qcoeff_ptr + index); in aom_quantize_b_adaptive_avx2()
202 qcoeff_ptr[rc] = 0; in aom_quantize_b_adaptive_avx2()
208 if (qcoeff_ptr[rc]) { in aom_quantize_b_adaptive_avx2()
220 const int qcoeff0 = qcoeff_ptr[rc]; in aom_quantize_b_adaptive_avx2()
[all …]
Dquantize_sse2.c24 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_quantize_b_sse2() argument
73 store_coefficients(qcoeff0, qcoeff_ptr); in aom_quantize_b_sse2()
74 store_coefficients(qcoeff1, qcoeff_ptr + 8); in aom_quantize_b_sse2()
108 store_coefficients(qcoeff0, qcoeff_ptr + index); in aom_quantize_b_sse2()
109 store_coefficients(qcoeff1, qcoeff_ptr + index + 8); in aom_quantize_b_sse2()
/external/libaom/libaom/av1/encoder/
Dav1_quantize.c29 void av1_quantize_skip(intptr_t n_coeffs, tran_low_t *qcoeff_ptr, in av1_quantize_skip() argument
31 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr)); in av1_quantize_skip()
39 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in quantize_fp_helper_c() argument
52 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr)); in quantize_fp_helper_c()
68 qcoeff_ptr[rc] = (tmp32 ^ coeff_sign) - coeff_sign; in quantize_fp_helper_c()
96 qcoeff_ptr[rc] = (tmp32 ^ coeff_sign) - coeff_sign; in quantize_fp_helper_c()
111 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in highbd_quantize_fp_helper_c() argument
144 qcoeff_ptr[rc] = (tran_low_t)((abs_qcoeff ^ coeff_sign) - coeff_sign); in highbd_quantize_fp_helper_c()
149 qcoeff_ptr[rc] = 0; in highbd_quantize_fp_helper_c()
170 qcoeff_ptr[rc] = (tran_low_t)((abs_qcoeff ^ coeff_sign) - coeff_sign); in highbd_quantize_fp_helper_c()
[all …]
Dav1_quantize.h40 tran_low_t *qcoeff_ptr,
118 void av1_quantize_skip(intptr_t n_coeffs, tran_low_t *qcoeff_ptr,
122 const MACROBLOCK_PLANE *p, tran_low_t *qcoeff_ptr,
127 const MACROBLOCK_PLANE *p, tran_low_t *qcoeff_ptr,
132 const MACROBLOCK_PLANE *p, tran_low_t *qcoeff_ptr,
139 tran_low_t *qcoeff_ptr,
146 tran_low_t *qcoeff_ptr,
153 tran_low_t *qcoeff_ptr,
/external/libvpx/libvpx/vpx_dsp/x86/
Dquantize_avx.c26 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in vpx_quantize_b_avx() argument
63 _mm256_store_si256((__m256i *)(qcoeff_ptr), big_zero); in vpx_quantize_b_avx()
66 _mm256_store_si256((__m256i *)(qcoeff_ptr + 8), big_zero); in vpx_quantize_b_avx()
91 store_tran_low(qcoeff0, qcoeff_ptr); in vpx_quantize_b_avx()
92 store_tran_low(qcoeff1, qcoeff_ptr + 8); in vpx_quantize_b_avx()
115 _mm256_store_si256((__m256i *)(qcoeff_ptr + index), big_zero); in vpx_quantize_b_avx()
118 _mm256_store_si256((__m256i *)(qcoeff_ptr + index + 8), big_zero); in vpx_quantize_b_avx()
133 store_tran_low(qcoeff0, qcoeff_ptr + index); in vpx_quantize_b_avx()
134 store_tran_low(qcoeff1, qcoeff_ptr + index + 8); in vpx_quantize_b_avx()
152 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_32x32_avx() argument
[all …]
Dquantize_ssse3.c24 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_ssse3() argument
68 store_tran_low(qcoeff0, qcoeff_ptr); in vpx_quantize_b_ssse3()
69 store_tran_low(qcoeff1, qcoeff_ptr + 8); in vpx_quantize_b_ssse3()
97 store_tran_low(qcoeff0, qcoeff_ptr + index); in vpx_quantize_b_ssse3()
98 store_tran_low(qcoeff1, qcoeff_ptr + index + 8); in vpx_quantize_b_ssse3()
118 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_32x32_ssse3() argument
172 _mm_store_si128((__m128i *)(qcoeff_ptr), zero); in vpx_quantize_b_32x32_ssse3()
173 _mm_store_si128((__m128i *)(qcoeff_ptr + 8), zero); in vpx_quantize_b_32x32_ssse3()
177 _mm_store_si128((__m128i *)(qcoeff_ptr + 4), zero); in vpx_quantize_b_32x32_ssse3()
178 _mm_store_si128((__m128i *)(qcoeff_ptr + 12), zero); in vpx_quantize_b_32x32_ssse3()
[all …]
Dhighbd_quantize_intrin_sse2.c25 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_highbd_quantize_b_sse2() argument
45 memset(qcoeff_ptr, 0, count * sizeof(*qcoeff_ptr)); in vpx_highbd_quantize_b_sse2()
87 qcoeff_ptr[k] = (int)(abs_qcoeff ^ coeff_sign[j]) - coeff_sign[j]; in vpx_highbd_quantize_b_sse2()
88 dqcoeff_ptr[k] = qcoeff_ptr[k] * dequant_ptr[k != 0]; 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
121 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr)); in vpx_highbd_quantize_b_32x32_sse2()
150 qcoeff_ptr[rc] = (int)(abs_qcoeff ^ coeff_sign) - coeff_sign; in vpx_highbd_quantize_b_32x32_sse2()
151 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2; in vpx_highbd_quantize_b_32x32_sse2()
Dquantize_sse2.c23 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in vpx_quantize_b_sse2() argument
74 store_tran_low(qcoeff0, qcoeff_ptr); in vpx_quantize_b_sse2()
75 store_tran_low(qcoeff1, qcoeff_ptr + 8); in vpx_quantize_b_sse2()
105 store_tran_low(qcoeff0, qcoeff_ptr + index); in vpx_quantize_b_sse2()
106 store_tran_low(qcoeff1, qcoeff_ptr + index + 8); in vpx_quantize_b_sse2()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c26 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, in vp9_quantize_fp_c() argument
35 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr)); in vp9_quantize_fp_c()
49 qcoeff_ptr[rc] = (tmp ^ coeff_sign) - coeff_sign; in vp9_quantize_fp_c()
50 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0]; in vp9_quantize_fp_c()
60 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, in vp9_highbd_quantize_fp_c() argument
71 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr)); in vp9_highbd_quantize_fp_c()
83 qcoeff_ptr[rc] = (tran_low_t)(abs_qcoeff ^ coeff_sign) - coeff_sign; in vp9_highbd_quantize_fp_c()
84 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0]; in vp9_highbd_quantize_fp_c()
95 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, in vp9_quantize_fp_32x32_c() argument
104 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr)); in vp9_quantize_fp_32x32_c()
[all …]
/external/libvpx/libvpx/vp8/encoder/mips/mmi/
Dvp8_quantize_mmi.c27 qcoeff_ptr[rc] = x; \
38 int16_t *qcoeff_ptr = d->qcoeff; in vp8_fast_quantize_b_mmi() local
189 [qcoeff_ptr] "r"((mips_reg)qcoeff_ptr), in vp8_fast_quantize_b_mmi()
210 int16_t *qcoeff_ptr = d->qcoeff; in vp8_regular_quantize_b_mmi() local
239 : [qcoeff_ptr]"r"(qcoeff_ptr), [dqcoeff_ptr]"r"(dqcoeff_ptr) in vp8_regular_quantize_b_mmi()
/external/libaom/libaom/av1/encoder/x86/
Dav1_quantize_avx2.c164 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, in av1_quantize_lp_avx2() argument
173 qcoeff_ptr += n_coeffs; in av1_quantize_lp_avx2()
203 _mm256_storeu_si256((__m256i *)(qcoeff_ptr + n_coeffs), qcoeff256); in av1_quantize_lp_avx2()
232 _mm256_storeu_si256((__m256i *)(qcoeff_ptr + n_coeffs), qcoeff256); in av1_quantize_lp_avx2()
238 store_zero_tran_low(qcoeff_ptr + n_coeffs); in av1_quantize_lp_avx2()
254 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in av1_quantize_fp_avx2() argument
270 quantize(&thr, qp, &coeff, iscan_ptr, qcoeff_ptr, dqcoeff_ptr, &eob); in av1_quantize_fp_avx2()
273 qcoeff_ptr += step; in av1_quantize_fp_avx2()
282 quantize(&thr, qp, &coeff, iscan_ptr, qcoeff_ptr, dqcoeff_ptr, &eob); in av1_quantize_fp_avx2()
285 qcoeff_ptr += step; in av1_quantize_fp_avx2()
[all …]
/external/libvpx/libvpx/vp8/decoder/
Ddetokenize.c151 short *qcoeff_ptr; in vp8_decode_mb_tokens() local
159 qcoeff_ptr = &x->qcoeff[0]; in vp8_decode_mb_tokens()
167 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr + 24 * 16); in vp8_decode_mb_tokens()
184 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), skip_dc, qcoeff_ptr); in vp8_decode_mb_tokens()
190 qcoeff_ptr += 16; in vp8_decode_mb_tokens()
201 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr); in vp8_decode_mb_tokens()
206 qcoeff_ptr += 16; in vp8_decode_mb_tokens()
/external/libvpx/libvpx/vp9/encoder/ppc/
Dvp9_quantize_vsx.c43 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, in vp9_quantize_fp_vsx() argument
66 vec_vsx_st(qcoeff0, 0, qcoeff_ptr); in vp9_quantize_fp_vsx()
82 vec_vsx_st(qcoeff1, 16, qcoeff_ptr); in vp9_quantize_fp_vsx()
113 vec_vsx_st(qcoeff0, off0, qcoeff_ptr); in vp9_quantize_fp_vsx()
120 vec_vsx_st(qcoeff1, off1, qcoeff_ptr); in vp9_quantize_fp_vsx()
127 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vp9_quantize_fp_vsx()
169 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, in vp9_quantize_fp_32x32_vsx() argument
208 vec_vsx_st(qcoeff0, 0, qcoeff_ptr); in vp9_quantize_fp_32x32_vsx()
227 vec_vsx_st(qcoeff1, 16, qcoeff_ptr); in vp9_quantize_fp_32x32_vsx()
268 vec_vsx_st(qcoeff0, off0, qcoeff_ptr); in vp9_quantize_fp_32x32_vsx()
[all …]
/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
130 vec_vsx_st(qcoeff0, 0, qcoeff_ptr); in vpx_quantize_b_vsx()
136 vec_vsx_st(qcoeff1, 16, qcoeff_ptr); in vpx_quantize_b_vsx()
170 vec_vsx_st(qcoeff0, off0, qcoeff_ptr); in vpx_quantize_b_vsx()
171 vec_vsx_st(qcoeff1, off1, qcoeff_ptr); in vpx_quantize_b_vsx()
172 vec_vsx_st(qcoeff2, off2, qcoeff_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
250 vec_vsx_st(qcoeff0, 0, qcoeff_ptr); in vpx_quantize_b_32x32_vsx()
251 vec_vsx_st(qcoeff1, 16, qcoeff_ptr); in vpx_quantize_b_32x32_vsx()
283 vec_vsx_st(qcoeff0, off0, qcoeff_ptr); in vpx_quantize_b_32x32_vsx()
[all …]
/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
89 store_s16q_to_tran_low(qcoeff_ptr, qcoeff); in vpx_quantize_b_neon()
90 qcoeff_ptr += 8; in vpx_quantize_b_neon()
140 store_s16q_to_tran_low(qcoeff_ptr, qcoeff); in vpx_quantize_b_neon()
141 qcoeff_ptr += 8; in vpx_quantize_b_neon()
196 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_32x32_neon() argument
249 store_s16q_to_tran_low(qcoeff_ptr, qcoeff); in vpx_quantize_b_32x32_neon()
250 qcoeff_ptr += 8; in vpx_quantize_b_32x32_neon()
298 store_s16q_to_tran_low(qcoeff_ptr, qcoeff); in vpx_quantize_b_32x32_neon()
299 qcoeff_ptr += 8; in vpx_quantize_b_32x32_neon()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_quantize_sse2.c22 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, in vp9_quantize_fp_sse2() argument
38 qcoeff_ptr += n_coeffs; in vp9_quantize_fp_sse2()
82 store_tran_low(qcoeff0, qcoeff_ptr + n_coeffs); in vp9_quantize_fp_sse2()
83 store_tran_low(qcoeff1, qcoeff_ptr + n_coeffs + 8); in vp9_quantize_fp_sse2()
151 store_tran_low(qcoeff0, qcoeff_ptr + n_coeffs); in vp9_quantize_fp_sse2()
152 store_tran_low(qcoeff1, qcoeff_ptr + n_coeffs + 8); in vp9_quantize_fp_sse2()
160 store_zero_tran_low(qcoeff_ptr + n_coeffs); in vp9_quantize_fp_sse2()
161 store_zero_tran_low(qcoeff_ptr + n_coeffs + 8); in vp9_quantize_fp_sse2()

123