Searched refs:convolve_lo_x (Results 1 – 3 of 3) sorted by relevance
48 static INLINE __m128i convolve_lo_x(const __m128i *const s, in convolve_lo_x() function437 const __m128i res_lo = convolve_lo_x(s, coeffs); in av1_convolve_x_sr_sse2()470 const __m128i res_even = convolve_lo_x(s, coeffs); in av1_convolve_x_sr_sse2()477 const __m128i res_odd = convolve_lo_x(s, coeffs); in av1_convolve_x_sr_sse2()
63 const __m128i res_lo = convolve_lo_x(s, coeffs); in av1_dist_wtd_convolve_x_sse2()105 const __m128i res_even = convolve_lo_x(s, coeffs); in av1_dist_wtd_convolve_x_sse2()112 const __m128i res_odd = convolve_lo_x(s, coeffs); in av1_dist_wtd_convolve_x_sse2()
49 static INLINE __m128i convolve_lo_x(const __m128i *const s, in convolve_lo_x() function