summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoryuanhecai <yuanhecai@loongson.cn>2022-03-30 14:04:10 +0800
committeryuanhecai <yuanhecai@loongson.cn>2022-03-31 20:35:22 +0800
commit8ff9f66b8de7bcec70296c1f304ab409330c3525 (patch)
tree441ce874589b18045dd890a9719adf3d248384e9 /test
parentd4060647213d51125457ae151a2402bf95ebdf71 (diff)
downloadlibvpx-8ff9f66b8de7bcec70296c1f304ab409330c3525.tar
libvpx-8ff9f66b8de7bcec70296c1f304ab409330c3525.tar.gz
libvpx-8ff9f66b8de7bcec70296c1f304ab409330c3525.tar.bz2
libvpx-8ff9f66b8de7bcec70296c1f304ab409330c3525.zip
vp9[loongarch]: Optimize vpx_convolve8_avg_horiz_c
1. vpx_convolve8_avg_horiz_lsx Bug: webm:1755 Change-Id: I0b6520be0afa1689da329f56ec6cd95c1730250c
Diffstat (limited to 'test')
-rw-r--r--test/convolve_test.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/convolve_test.cc b/test/convolve_test.cc
index a631ec77f..5189be647 100644
--- a/test/convolve_test.cc
+++ b/test/convolve_test.cc
@@ -1452,10 +1452,10 @@ INSTANTIATE_TEST_SUITE_P(MSA, ConvolveTest,
#if HAVE_LSX
const ConvolveFunctions convolve8_lsx(
vpx_convolve_copy_c, vpx_convolve_avg_lsx, vpx_convolve8_horiz_lsx,
- vpx_convolve8_avg_horiz_c, vpx_convolve8_vert_lsx, vpx_convolve8_avg_vert_c,
- vpx_convolve8_lsx, vpx_convolve8_avg_lsx, 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);
+ vpx_convolve8_avg_horiz_lsx, vpx_convolve8_vert_lsx,
+ vpx_convolve8_avg_vert_c, vpx_convolve8_lsx, vpx_convolve8_avg_lsx,
+ 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);
const ConvolveParam kArrayConvolve8_lsx[] = { ALL_SIZES(convolve8_lsx) };
INSTANTIATE_TEST_SUITE_P(LSX, ConvolveTest,