Searched refs:convolve_4tap (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_convolve_avx2.c | 598 __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()
|
D | convolve_avx2.h | 330 static INLINE __m256i convolve_4tap(const __m256i *const s, in convolve_4tap() function
|
/external/libaom/libaom/av1/common/x86/ |
D | convolve_2d_avx2.c | 140 __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()
|
D | jnt_convolve_avx2.c | 709 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()
|