Home
last modified time | relevance | path

Searched defs:mb_plane (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/libvpx/vp9/encoder/x86/
H A Dvp9_quantize_avx2.c34 const struct macroblock_plane *mb_plane, __m256i *round, __m256i *quant, in load_fp_values_avx2()
105 const struct macroblock_plane *const mb_plane, in vp9_quantize_fp_avx2()
209 const struct macroblock_plane *const mb_plane, in vp9_quantize_fp_32x32_avx2()
290 const struct macroblock_plane *mb_plane, __m256i *round, __m256i *quant, in highbd_load_fp_values()
329 const struct macroblock_plane *const mb_plane, in vp9_highbd_quantize_fp_avx2()
394 const struct macroblock_plane *const mb_plane, tran_low_t *qcoeff_ptr, in vp9_highbd_quantize_fp_32x32_avx2()
H A Dvp9_quantize_ssse3.c24 const struct macroblock_plane *const mb_plane, in vp9_quantize_fp_ssse3()
123 const struct macroblock_plane *const mb_plane, in vp9_quantize_fp_32x32_ssse3()
H A Dvp9_quantize_sse2.c24 const struct macroblock_plane *const mb_plane, in vp9_quantize_fp_sse2()
/aosp_15_r20/external/libvpx/test/
H A Dvp9_quantize_test.cc59 const macroblock_plane *const mb_plane, in Quant32x32Wrapper()
76 const macroblock_plane *const mb_plane, tran_low_t *qcoeff, in QuantFPWrapper()
317 const struct macroblock_plane *const mb_plane, in quant_fp_nz()
393 const struct macroblock_plane *mb_plane, in quantize_fp_nz_c()
402 const struct macroblock_plane *mb_plane, in quantize_fp_32x32_nz_c()
/aosp_15_r20/external/libvpx/vp9/encoder/arm/neon/
H A Dvp9_quantize_neon.c74 const struct macroblock_plane *mb_plane, const int16_t *dequant_ptr, in load_fp_values()
121 const struct macroblock_plane *mb_plane, in vp9_quantize_fp_neon()
189 const struct macroblock_plane *mb_plane, in vp9_quantize_fp_32x32_neon()
259 const struct macroblock_plane *mb_plane, in vp9_highbd_quantize_fp_neon()
349 const struct macroblock_plane *mb_plane, tran_low_t *qcoeff_ptr, in vp9_highbd_quantize_fp_32x32_neon()
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_quantize.c27 const struct macroblock_plane *const mb_plane, in vp9_quantize_fp_c()
60 const struct macroblock_plane *const mb_plane, in vp9_highbd_quantize_fp_c()
93 const struct macroblock_plane *const mb_plane, in vp9_quantize_fp_32x32_c()
128 const struct macroblock_plane *const mb_plane, tran_low_t *qcoeff_ptr, in vp9_highbd_quantize_fp_32x32_c()
/aosp_15_r20/external/libvpx/vpx_dsp/x86/
H A Dquantize_sse2.h20 static INLINE void load_b_values(const struct macroblock_plane *const mb_plane, in load_b_values()
33 const struct macroblock_plane *const mb_plane, __m128i *zbin, in load_b_values32x32()
59 static INLINE void load_fp_values(const struct macroblock_plane *mb_plane, in load_fp_values()
H A Dhighbd_quantize_intrin_avx2.c32 const struct macroblock_plane *const mb_plane, const int16_t *dequant_ptr, in init_qp()
137 const struct macroblock_plane *const mb_plane, in vpx_highbd_quantize_b_avx2()
222 const tran_low_t *coeff_ptr, const struct macroblock_plane *const mb_plane, in vpx_highbd_quantize_b_32x32_avx2()
H A Dquantize_avx2.c20 const struct macroblock_plane *mb_plane, __m256i *zbin, __m256i *round, in load_b_values_avx2()
159 const struct macroblock_plane *const mb_plane, in vpx_quantize_b_avx2()
256 const struct macroblock_plane *const mb_plane, in vpx_quantize_b_32x32_avx2()
H A Dquantize_ssse3.c23 const struct macroblock_plane *const mb_plane, in vpx_quantize_b_ssse3()
109 const struct macroblock_plane *const mb_plane, in vpx_quantize_b_32x32_ssse3()
H A Dquantize_avx.c26 const struct macroblock_plane *const mb_plane, in vpx_quantize_b_avx()
142 const struct macroblock_plane *const mb_plane, in vpx_quantize_b_32x32_avx()
H A Dhighbd_quantize_intrin_sse2.c22 const struct macroblock_plane *mb_plane, in vpx_highbd_quantize_b_sse2()
97 const tran_low_t *coeff_ptr, const struct macroblock_plane *const mb_plane, in vpx_highbd_quantize_b_32x32_sse2()
H A Dquantize_sse2.c22 const struct macroblock_plane *const mb_plane, in vpx_quantize_b_sse2()
/aosp_15_r20/external/libvpx/vpx_dsp/
H A Dquantize.c119 const struct macroblock_plane *const mb_plane, in vpx_quantize_b_c()
169 const struct macroblock_plane *const mb_plane, in vpx_highbd_quantize_b_c()
217 const struct macroblock_plane *const mb_plane, in vpx_quantize_b_32x32_c()
279 const tran_low_t *coeff_ptr, const struct macroblock_plane *const mb_plane, in vpx_highbd_quantize_b_32x32_c()
/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Dquantize_neon.c74 const struct macroblock_plane *const mb_plane, in vpx_quantize_b_neon()
215 const struct macroblock_plane *mb_plane, in vpx_quantize_b_32x32_neon()
H A Dhighbd_quantize_neon.c99 const struct macroblock_plane *const mb_plane, in vpx_highbd_quantize_b_neon()
224 const tran_low_t *coeff_ptr, const struct macroblock_plane *const mb_plane, in vpx_highbd_quantize_b_32x32_neon()
/aosp_15_r20/external/libvpx/vpx_dsp/loongarch/
H A Dquantize_lsx.c95 const struct macroblock_plane *const mb_plane, in vpx_quantize_b_lsx()
171 const struct macroblock_plane *const mb_plane, in vpx_quantize_b_32x32_lsx()