Searched refs:convolve_hi_y (Results 1 – 3 of 3) sorted by relevance
68 static INLINE __m128i convolve_hi_y(const __m128i *const s, in convolve_hi_y() function300 res_hi = convolve_hi_y(s, coeffs); // Filter high index pixels in av1_convolve_y_sr_sse2()314 res_hi = convolve_hi_y(s + 1, coeffs); // Filter high index pixels in av1_convolve_y_sr_sse2()
309 res_hi = convolve_hi_y(s, coeffs); // Filter high index pixels in av1_dist_wtd_convolve_y_sse2()339 res_hi = convolve_hi_y(s + 1, coeffs); // Filter high index pixels in av1_dist_wtd_convolve_y_sse2()
69 static INLINE __m128i convolve_hi_y(const __m128i *const s, in convolve_hi_y() function