From 1b2f92ee8e3a8bf1d3f5a39bfae92e8136ec370b Mon Sep 17 00:00:00 2001 From: Kyle Siefring Date: Sat, 7 Oct 2017 23:25:03 -0400 Subject: Extend 16 wide AVX2 convolve8 code to support averaging. Also adds vpx_convolve8_avg_horiz_avx2. Change-Id: I38783d972ac26bec77610e9e15a0a058ed498cbf --- test/convolve_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/convolve_test.cc') diff --git a/test/convolve_test.cc b/test/convolve_test.cc index f61e09cea..9f6f795c9 100644 --- a/test/convolve_test.cc +++ b/test/convolve_test.cc @@ -1200,7 +1200,7 @@ INSTANTIATE_TEST_CASE_P(AVX2, ConvolveTest, #else // !CONFIG_VP9_HIGHBITDEPTH const ConvolveFunctions convolve8_avx2( vpx_convolve_copy_c, vpx_convolve_avg_c, vpx_convolve8_horiz_avx2, - vpx_convolve8_avg_horiz_ssse3, vpx_convolve8_vert_avx2, + vpx_convolve8_avg_horiz_avx2, vpx_convolve8_vert_avx2, vpx_convolve8_avg_vert_avx2, vpx_convolve8_avx2, vpx_convolve8_avg_avx2, vpx_scaled_horiz_c, vpx_scaled_avg_horiz_c, vpx_scaled_vert_c, vpx_scaled_avg_vert_c, vpx_scaled_2d_c, vpx_scaled_avg_2d_c, 0); -- cgit v1.2.3