Home
last modified time | relevance | path

Searched defs:coeff_ptr (Results 1 – 25 of 51) sorted by relevance

123

/external/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()
108 void aom_quantize_b_helper_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in aom_quantize_b_helper_c()
174 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_adaptive_helper_c()
262 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_helper_c()
322 void aom_quantize_b_adaptive_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in aom_quantize_b_adaptive_c()
337 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_quantize_b_32x32_adaptive_c()
349 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_quantize_b_64x64_adaptive_c()
362 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_adaptive_c()
374 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_32x32_adaptive_c()
386 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_64x64_adaptive_c()
[all …]
/external/libaom/aom_dsp/x86/
Dquantize_avx2.c52 static INLINE __m256i load_coefficients_avx2(const tran_low_t *coeff_ptr) { in load_coefficients_avx2()
59 tran_low_t *coeff_ptr) { in store_coefficients_avx2()
68 const tran_low_t *coeff_ptr, tran_low_t *qcoeff_ptr, in quantize_b_logscale0_16()
122 void aom_quantize_b_avx2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in aom_quantize_b_avx2()
166 const tran_low_t *coeff_ptr, tran_low_t *qcoeff_ptr, in quantize_b_logscale_16()
208 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in quantize_b_no_qmatrix_avx2()
248 void aom_quantize_b_32x32_avx2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in aom_quantize_b_32x32_avx2()
262 void aom_quantize_b_64x64_avx2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in aom_quantize_b_64x64_avx2()
Dhighbd_quantize_intrin_avx2.c119 const __m256i *qp, const tran_low_t *coeff_ptr, const int16_t *iscan_ptr, in quantize_logscale()
154 const tran_low_t *coeff_ptr, in quantize()
185 void aom_highbd_quantize_b_avx2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in aom_highbd_quantize_b_avx2()
225 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_32x32_avx2()
261 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_64x64_avx2()
Dhighbd_quantize_intrin_sse2.c18 void aom_highbd_quantize_b_sse2(const tran_low_t *coeff_ptr, intptr_t count, in aom_highbd_quantize_b_sse2()
94 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_32x32_sse2()
152 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_64x64_sse2()
Dadaptive_quantize_avx2.c39 static INLINE __m256i load_coefficients_avx2(const tran_low_t *coeff_ptr) { in load_coefficients_avx2()
88 tran_low_t *coeff_ptr) { in store_coefficients_avx2()
97 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_quantize_b_adaptive_avx2()
/external/libaom/av1/encoder/x86/
Dav1_quantize_avx2.c64 static INLINE __m256i load_coefficients_avx2(const tran_low_t *coeff_ptr) { in load_coefficients_avx2()
71 tran_low_t *coeff_ptr) { in store_coefficients_avx2()
102 const int16_t *coeff_ptr, const int16_t *iscan_ptr, int16_t *qcoeff_ptr, in quantize_lp_16_first()
124 const int16_t *coeff_ptr, intptr_t n_coeffs, const int16_t *iscan_ptr, in quantize_lp_16()
147 void av1_quantize_lp_avx2(const int16_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_lp_avx2()
199 const __m256i *thr, const __m256i *qp, const tran_low_t *coeff_ptr, in quantize_fp_16()
224 void av1_quantize_fp_avx2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_avx2()
266 const __m256i *thr, const __m256i *qp, const tran_low_t *coeff_ptr, in quantize_fp_32x32()
294 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in av1_quantize_fp_32x32_avx2()
335 const tran_low_t *coeff_ptr, in quantize_fp_64x64()
[all …]
Dav1_quantize_sse2.c73 const tran_low_t *coeff_ptr, intptr_t n_coeffs, in quantize()
139 void av1_quantize_fp_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_sse2()
193 const int16_t *coeff_ptr, intptr_t n_coeffs, in quantize_lp()
254 void av1_quantize_lp_sse2(const int16_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_lp_sse2()
/external/libvpx/vpx_dsp/
Dquantize.c18 void vpx_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, in vpx_quantize_dc()
41 void vpx_highbd_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, in vpx_highbd_quantize_dc()
65 void vpx_quantize_dc_32x32(const tran_low_t *coeff_ptr, in vpx_quantize_dc_32x32()
90 void vpx_highbd_quantize_dc_32x32(const tran_low_t *coeff_ptr, in vpx_highbd_quantize_dc_32x32()
116 void vpx_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_c()
164 void vpx_highbd_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_highbd_quantize_b_c()
211 void vpx_quantize_b_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_32x32_c()
272 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in vpx_highbd_quantize_b_32x32_c()
/external/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c97 const int16x8_t *v_dequant, const tran_low_t *coeff_ptr, in quantize_fp_8()
120 void vp9_quantize_fp_neon(const tran_low_t *coeff_ptr, intptr_t count, in vp9_quantize_fp_neon()
155 const tran_low_t *coeff_ptr, const int16_t *iscan_ptr, in quantize_fp_32x32_8()
189 void vp9_quantize_fp_32x32_neon(const tran_low_t *coeff_ptr, intptr_t count, in vp9_quantize_fp_32x32_neon()
235 highbd_quantize_fp_4(const tran_low_t *coeff_ptr, tran_low_t *qcoeff_ptr, in highbd_quantize_fp_4()
260 void vp9_highbd_quantize_fp_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_highbd_quantize_fp_neon()
318 highbd_quantize_fp_32x32_4(const tran_low_t *coeff_ptr, tran_low_t *qcoeff_ptr, in highbd_quantize_fp_32x32_4()
352 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, in vp9_highbd_quantize_fp_32x32_neon()
/external/libaom/av1/encoder/
Dav1_quantize.c40 const tran_low_t *coeff_ptr, in av1_quantize_fp_no_qmatrix()
71 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in quantize_fp_helper_c()
126 const tran_low_t *coeff_ptr, intptr_t count, const int16_t *zbin_ptr, in highbd_quantize_fp_helper_c()
201 void av1_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_c()
212 void av1_quantize_lp_c(const int16_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_lp_c()
242 void av1_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_32x32_c()
254 void av1_quantize_fp_64x64_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_64x64_c()
266 void av1_quantize_fp_facade(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_facade()
302 void av1_quantize_b_facade(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_b_facade()
374 static void quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, in quantize_dc()
[all …]
/external/libvpx/vp9/encoder/x86/
Dvp9_quantize_avx2.c76 const __m256i *thr, const tran_low_t *coeff_ptr, const int16_t *iscan_ptr, in quantize_fp_16()
100 void vp9_quantize_fp_avx2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_avx2()
152 const __m256i *thr, const tran_low_t *coeff_ptr, const int16_t *iscan_ptr, in quantize_fp_32x32_16_no_nzflag()
174 const __m256i *thr, const tran_low_t *coeff_ptr, const int16_t *iscan_ptr, in quantize_fp_32x32_16()
205 void vp9_quantize_fp_32x32_avx2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_32x32_avx2()
309 const tran_low_t *coeff_ptr, const int16_t *iscan_ptr, in highbd_quantize_fp()
326 void vp9_highbd_quantize_fp_avx2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_highbd_quantize_fp_avx2()
372 const __m256i *thr, const tran_low_t *coeff_ptr, const int16_t *iscan_ptr, in highbd_quantize_fp_32x32()
393 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, in vp9_highbd_quantize_fp_32x32_avx2()
Dvp9_quantize_ssse3.c21 void vp9_quantize_fp_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_ssse3()
121 void vp9_quantize_fp_32x32_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_32x32_ssse3()
/external/libvpx/vpx_dsp/x86/
Dquantize_avx2.c51 load_coefficients_avx2(const tran_low_t *coeff_ptr) { in load_coefficients_avx2()
64 tran_low_t *coeff_ptr) { in store_coefficients_avx2()
79 quantize_b_16(const tran_low_t *coeff_ptr, tran_low_t *qcoeff_ptr, in quantize_b_16()
153 void vpx_quantize_b_avx2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_avx2()
195 const tran_low_t *coeff_ptr, tran_low_t *qcoeff_ptr, in quantize_b_32x32_16()
253 void vpx_quantize_b_32x32_avx2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_32x32_avx2()
Dhighbd_quantize_intrin_avx2.c104 const tran_low_t *coeff_ptr, in quantize()
136 void vpx_highbd_quantize_b_avx2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_highbd_quantize_b_avx2()
190 const __m256i *qp, const tran_low_t *coeff_ptr, const int16_t *iscan_ptr, in quantize_b_32x32()
225 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in vpx_highbd_quantize_b_32x32_avx2()
/external/libaom/av1/encoder/arm/neon/
Dquantize_neon.c55 static INLINE uint16x8_t quantize_fp_8(const tran_low_t *coeff_ptr, in quantize_fp_8()
74 void av1_quantize_fp_neon(const tran_low_t *coeff_ptr, intptr_t count, in av1_quantize_fp_neon()
119 static INLINE uint16x8_t quantize_lp_8(const int16_t *coeff_ptr, in quantize_lp_8()
138 void av1_quantize_lp_neon(const int16_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_lp_neon()
179 const tran_low_t *coeff_ptr, tran_low_t *qcoeff_ptr, in quantize_fp_logscale_8()
211 const tran_low_t *coeff_ptr, tran_low_t *qcoeff_ptr, in quantize_fp_logscale2_8()
244 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, in quantize_fp_no_qmatrix_neon()
320 void av1_quantize_fp_32x32_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_32x32_neon()
336 void av1_quantize_fp_64x64_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_64x64_neon()
352 void aom_quantize_b_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in aom_quantize_b_neon()
[all …]
Dav1_highbd_quantize_neon.c19 static INLINE uint16x4_t quantize_4(const tran_low_t *coeff_ptr, in quantize_4()
86 const tran_low_t *coeff_ptr, intptr_t count, const int16_t *zbin_ptr, in av1_highbd_quantize_fp_neon()
/external/libaom/aom_dsp/arm/
Dhighbd_quantize_neon.c32 quantize_4(const tran_low_t *coeff_ptr, tran_low_t *qcoeff_ptr, in quantize_4()
137 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in highbd_quantize_b_neon()
234 void aom_highbd_quantize_b_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in aom_highbd_quantize_b_neon()
248 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_32x32_neon()
259 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_64x64_neon()
271 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in highbd_quantize_b_adaptive_neon()
397 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_adaptive_neon()
408 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_32x32_adaptive_neon()
419 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_64x64_adaptive_neon()
/external/libvpx/vp8/encoder/mips/msa/
Dencodeopt_msa.c15 int32_t vp8_block_error_msa(int16_t *coeff_ptr, int16_t *dq_coeff_ptr) { in vp8_block_error_msa()
44 int16_t *coeff_ptr, *dq_coeff_ptr; in vp8_mbblock_error_msa() local
110 int16_t *coeff_ptr, *dq_coeff_ptr; in vp8_mbuverror_msa() local
Dquantize_msa.c15 static int8_t fast_quantize_b_msa(int16_t *coeff_ptr, int16_t *round, in fast_quantize_b_msa()
82 int16_t *zbin_boost, int16_t *coeff_ptr, int16_t *zbin, int16_t *round, in exact_regular_quantize_b_msa()
185 int16_t *coeff_ptr = b->coeff; in vp8_fast_quantize_b_msa() local
198 int16_t *coeff_ptr = b->coeff; in vp8_regular_quantize_b_msa() local
/external/libvpx/vpx_dsp/arm/
Dquantize_neon.c35 quantize_b_neon(const tran_low_t *coeff_ptr, tran_low_t *qcoeff_ptr, in quantize_b_neon()
71 void vpx_quantize_b_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_neon()
178 quantize_b_32x32_neon(const tran_low_t *coeff_ptr, tran_low_t *qcoeff_ptr, in quantize_b_32x32_neon()
216 void vpx_quantize_b_32x32_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_32x32_neon()
Dhighbd_quantize_neon.c71 highbd_quantize_b_neon(const tran_low_t *coeff_ptr, tran_low_t *qcoeff_ptr, in highbd_quantize_b_neon()
96 void vpx_highbd_quantize_b_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_highbd_quantize_b_neon()
201 const tran_low_t *coeff_ptr, tran_low_t *qcoeff_ptr, in highbd_quantize_b_32x32_neon()
227 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in vpx_highbd_quantize_b_32x32_neon()
/external/libvpx/vp8/encoder/mips/mmi/
Dvp8_quantize_mmi.c35 const int16_t *coeff_ptr = b->coeff; in vp8_fast_quantize_b_mmi() local
206 const int16_t *coeff_ptr = b->coeff; in vp8_regular_quantize_b_mmi() local
/external/libvpx/vp9/encoder/
Dvp9_quantize.c24 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_c()
55 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_highbd_quantize_fp_c()
88 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_32x32_c()
121 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, in vp9_highbd_quantize_fp_32x32_c()
/external/libvpx/vp8/encoder/x86/
Dvp8_enc_stubs_sse2.c18 short *coeff_ptr = mb->block[0].coeff; in vp8_mbblock_error_sse2() local
/external/libvpx/vp9/encoder/mips/msa/
Dvp9_error_msa.c89 int64_t vp9_block_error_msa(const tran_low_t *coeff_ptr, in vp9_block_error_msa()

123