Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/x86/
Dhighbd_convolve_avx2.c598 __m256i res = convolve_4tap(s, ff); in aom_highbd_filter_block1d4_h4_avx2()
624 __m256i res = convolve_4tap(s, ff); in aom_highbd_filter_block1d4_h4_avx2()
675 __m256i res_even = convolve_4tap(s, ff); in aom_highbd_filter_block1d8_h4_avx2()
683 __m256i res_odd = convolve_4tap(s, ff); in aom_highbd_filter_block1d8_h4_avx2()
712 __m256i res = convolve_4tap(s, ff); in aom_highbd_filter_block1d8_h4_avx2()
1107 const __m256i res_a = convolve_4tap(s, ff); in aom_highbd_filter_block1d4_v4_avx2()
1168 const __m256i res_a = convolve_4tap(s, ff); in aom_highbd_filter_block1d8_v4_avx2()
1173 const __m256i res_b = convolve_4tap(s + 2, ff); in aom_highbd_filter_block1d8_v4_avx2()
Dconvolve_avx2.h330 static INLINE __m256i convolve_4tap(const __m256i *const s, in convolve_4tap() function
/external/libaom/libaom/av1/common/x86/
Dconvolve_2d_avx2.c140 __m256i res_a = convolve_4tap(s, coeffs_v + 1); in av1_convolve_2d_sr_avx2()
141 __m256i res_b = convolve_4tap(s + 3, coeffs_v + 1); in av1_convolve_2d_sr_avx2()
Djnt_convolve_avx2.c709 const __m256i res_a = convolve_4tap(s, coeffs_y + 1); in av1_dist_wtd_convolve_2d_avx2()
714 const __m256i res_b = convolve_4tap(s + 3, coeffs_y + 1); in av1_dist_wtd_convolve_2d_avx2()