Home
last modified time | relevance | path

Searched refs:prepare_coeffs_lowbd (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dconvolve_avx2.c44 prepare_coeffs_lowbd(filter_params_y, subpel_y_q4, coeffs); in av1_convolve_y_sr_avx2()
289 prepare_coeffs_lowbd(filter_params_x, subpel_x_q4, coeffs); in av1_convolve_x_sr_avx2()
Djnt_convolve_avx2.c75 prepare_coeffs_lowbd(filter_params_x, subpel_x_q4, coeffs); in av1_dist_wtd_convolve_x_avx2()
223 prepare_coeffs_lowbd(filter_params_y, subpel_y_q4, coeffs); in av1_dist_wtd_convolve_y_avx2()
636 prepare_coeffs_lowbd(filter_params_x, subpel_x_q4, coeffs_x); in av1_dist_wtd_convolve_2d_avx2()
Dconvolve_2d_avx2.c57 prepare_coeffs_lowbd(filter_params_x, subpel_x_q4, coeffs_h); in av1_convolve_2d_sr_avx2()
/external/libaom/libaom/aom_dsp/x86/
Dconvolve_avx2.h245 static INLINE void prepare_coeffs_lowbd( in prepare_coeffs_lowbd() function