Home
last modified time | relevance | path

Searched refs:convolve_hi_y (Results 1 – 3 of 3) sorted by relevance

/external/libaom/av1/common/x86/
Dconvolve_sse2.c68 static INLINE __m128i convolve_hi_y(const __m128i *const s, in convolve_hi_y() function
300 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()
Djnt_convolve_sse2.c309 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()
/external/libaom/aom_dsp/x86/
Dconvolve_sse2.h69 static INLINE __m128i convolve_hi_y(const __m128i *const s, in convolve_hi_y() function