Home
last modified time | relevance | path

Searched defs:quant_ptr (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/external/libaom/aom_dsp/
H A Dquantize.c19 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_adaptive_helper_c()
111 const int16_t *quant_ptr, in aom_quantize_b_helper_c()
176 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_adaptive_helper_c()
264 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_helper_c()
326 const int16_t *quant_ptr, in aom_quantize_b_adaptive_c()
339 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_32x32_adaptive_c()
351 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_64x64_adaptive_c()
364 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_adaptive_c()
376 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_32x32_adaptive_c()
388 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_64x64_adaptive_c()
[all …]
/aosp_15_r20/external/libaom/av1/encoder/arm/
H A Dquantize_neon.c78 const int16_t *quant_ptr, in av1_quantize_fp_neon()
141 const int16_t *round_ptr, const int16_t *quant_ptr, in av1_quantize_lp_neon()
247 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in quantize_fp_no_qmatrix_neon()
325 const int16_t *quant_ptr, in av1_quantize_fp_32x32_neon()
341 const int16_t *quant_ptr, in av1_quantize_fp_64x64_neon()
356 const int16_t *quant_ptr, in aom_quantize_b_neon()
459 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_helper_16x16_neon()
588 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_helper_32x32_neon()
726 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_helper_64x64_neon()
875 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_helper_neon()
[all …]
/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Dhighbd_quantize_neon.c142 const int16_t *round_ptr, const int16_t *quant_ptr, in highbd_quantize_b_neon()
241 const int16_t *quant_ptr, in aom_highbd_quantize_b_neon()
253 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_32x32_neon()
264 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_64x64_neon()
276 const int16_t *round_ptr, const int16_t *quant_ptr, in highbd_quantize_b_adaptive_neon()
402 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_adaptive_neon()
413 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_32x32_adaptive_neon()
424 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_64x64_adaptive_neon()
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dquantize_avx2.c19 const int16_t *quant_ptr, __m256i *quant, in load_b_values_avx2()
124 const int16_t *quant_ptr, in aom_quantize_b_avx2()
209 const int16_t *round_ptr, const int16_t *quant_ptr, in quantize_b_no_qmatrix_avx2()
251 const int16_t *quant_ptr, in aom_quantize_b_32x32_avx2()
265 const int16_t *quant_ptr, in aom_quantize_b_64x64_avx2()
H A Dhighbd_quantize_intrin_avx2.c33 const int16_t *quant_ptr, const int16_t *dequant_ptr, in init_qp()
188 const int16_t *quant_ptr, in aom_highbd_quantize_b_avx2()
226 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_32x32_avx2()
262 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_64x64_avx2()
H A Dhighbd_quantize_intrin_sse2.c22 const int16_t *quant_ptr, in aom_highbd_quantize_b_sse2()
96 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_32x32_sse2()
154 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_64x64_sse2()
H A Dhighbd_adaptive_quantize_avx2.c22 __m256i *round, const int16_t *quant_ptr, __m256i *quant, in highbd_load_b_values_avx2()
107 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_adaptive_avx2()
275 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_32x32_adaptive_avx2()
H A Dadaptive_quantize_sse2.c21 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_adaptive_sse2()
221 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_32x32_adaptive_sse2()
429 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_64x64_adaptive_sse2()
H A Daom_quantize_avx.c33 const int16_t *quant_ptr, in aom_quantize_b_avx()
151 const int16_t *quant_ptr, in aom_quantize_b_32x32_avx()
H A Dadaptive_quantize_avx2.c20 const int16_t *quant_ptr, __m256i *quant, in load_b_values_avx2()
98 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_adaptive_avx2()
H A Dhighbd_adaptive_quantize_sse2.c96 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_adaptive_sse2()
304 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_32x32_adaptive_sse2()
520 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_64x64_adaptive_sse2()
H A Dquantize_sse2.c23 const int16_t *quant_ptr, in aom_quantize_b_sse2()
H A Dquantize_ssse3.c65 const int16_t *quant_ptr, in aom_quantize_b_64x64_ssse3()
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_quantize.c33 const int16_t *quant_ptr = mb_plane->quant_fp; in vp9_quantize_fp_c() local
67 const int16_t *quant_ptr = mb_plane->quant_fp; in vp9_highbd_quantize_fp_c() local
99 const int16_t *quant_ptr = mb_plane->quant_fp; in vp9_quantize_fp_32x32_c() local
133 const int16_t *quant_ptr = mb_plane->quant_fp; in vp9_highbd_quantize_fp_32x32_c() local
/aosp_15_r20/external/libaom/av1/encoder/x86/
H A Dav1_quantize_avx2.c30 static inline void init_qp(const int16_t *round_ptr, const int16_t *quant_ptr, in init_qp()
148 const int16_t *round_ptr, const int16_t *quant_ptr, in av1_quantize_lp_avx2()
226 const int16_t *quant_ptr, in av1_quantize_fp_avx2()
295 const int16_t *round_ptr, const int16_t *quant_ptr, in av1_quantize_fp_32x32_avx2()
377 const int16_t *round_ptr, const int16_t *quant_ptr, in av1_quantize_fp_64x64_avx2()
H A Dav1_highbd_quantize_avx2.c32 static inline void init_qp(const int16_t *round_ptr, const int16_t *quant_ptr, in init_qp()
92 const int16_t *round_ptr, const int16_t *quant_ptr, in av1_highbd_quantize_fp_avx2()
H A Dav1_quantize_sse2.c141 const int16_t *quant_ptr, in av1_quantize_fp_sse2()
255 const int16_t *round_ptr, const int16_t *quant_ptr, in av1_quantize_lp_sse2()
/aosp_15_r20/external/libaom/av1/encoder/
H A Dav1_quantize.c73 const int16_t *round_ptr, const int16_t *quant_ptr, in quantize_fp_helper_c()
128 const int16_t *round_ptr, const int16_t *quant_ptr, in highbd_quantize_fp_helper_c()
204 const int16_t *quant_ptr, const int16_t *quant_shift_ptr, in av1_quantize_fp_c()
214 const int16_t *round_ptr, const int16_t *quant_ptr, in av1_quantize_lp_c()
245 const int16_t *quant_ptr, in av1_quantize_fp_32x32_c()
257 const int16_t *quant_ptr, in av1_quantize_fp_64x64_c()
568 const int16_t *quant_ptr, in av1_highbd_quantize_fp_c()
/aosp_15_r20/external/libvpx/vpx_dsp/
H A Dquantize.c127 const int16_t *quant_ptr = mb_plane->quant; in vpx_quantize_b_c() local
177 const int16_t *quant_ptr = mb_plane->quant; in vpx_highbd_quantize_b_c() local
226 const int16_t *quant_ptr = mb_plane->quant; in vpx_quantize_b_32x32_c() local
287 const int16_t *quant_ptr = mb_plane->quant; in vpx_highbd_quantize_b_32x32_c() local
/aosp_15_r20/external/libvpx/vp8/encoder/mips/mmi/
H A Dvp8_quantize_mmi.c37 const int16_t *quant_ptr = b->quant_fast; in vp8_fast_quantize_b_mmi() local
209 const int16_t *quant_ptr = b->quant; in vp8_regular_quantize_b_mmi() local
/aosp_15_r20/external/libvpx/vp9/encoder/ppc/
H A Dvp9_quantize_vsx.c42 const int16_t *round_ptr, const int16_t *quant_ptr, in vp9_quantize_fp_vsx()
166 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, in vp9_quantize_fp_32x32_vsx()
/aosp_15_r20/external/libvpx/vp8/encoder/
H A Dvp8_quantize.c26 short *quant_ptr = b->quant_fast; in vp8_fast_quantize_b_c() local
59 short *quant_ptr = b->quant; in vp8_regular_quantize_b_c() local
/aosp_15_r20/external/libvpx/vpx_dsp/ppc/
H A Dquantize_vsx.c98 const int16_t *quant_ptr, in vpx_quantize_b_vsx()
197 const int16_t *quant_ptr, in vpx_quantize_b_32x32_vsx()
/aosp_15_r20/external/libvpx/vp8/encoder/mips/msa/
H A Dquantize_msa.c187 int16_t *quant_ptr = b->quant_fast; in vp8_fast_quantize_b_msa() local
201 int16_t *quant_ptr = b->quant; in vp8_regular_quantize_b_msa() local
/aosp_15_r20/external/libaom/test/
H A Dquantize_func_test.cc276 const int16_t *quant_ptr, const int16_t *quant_shift_ptr, in RunQuantizeFunc()
296 const int16_t *quant_ptr, in RunQuantizeFunc()

12