summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalome Thirot <salome.thirot@arm.com>2023-02-10 10:29:24 +0000
committerSalome Thirot <salome.thirot@arm.com>2023-02-13 20:23:09 +0000
commitb17993ca673f284c99b789b207c80df50f8c4429 (patch)
treec0d0568a42829520cdaa59a2c134034753804663
parente03217c9d543d2f1053b45e11f6c323794c80e9a (diff)
downloadlibvpx-b17993ca673f284c99b789b207c80df50f8c4429.tar
libvpx-b17993ca673f284c99b789b207c80df50f8c4429.tar.gz
libvpx-b17993ca673f284c99b789b207c80df50f8c4429.tar.bz2
libvpx-b17993ca673f284c99b789b207c80df50f8c4429.zip
Add Neon AvgPredTestHBD test suite
Add test suite for vpx_highbd_comp_avg_pred_neon. Change-Id: I5c31e0e990661ee3b8030bb517829c088fceae4d
-rw-r--r--test/comp_avg_pred_test.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/comp_avg_pred_test.cc b/test/comp_avg_pred_test.cc
index 70aeab8d7..f747c3524 100644
--- a/test/comp_avg_pred_test.cc
+++ b/test/comp_avg_pred_test.cc
@@ -260,5 +260,11 @@ INSTANTIATE_TEST_SUITE_P(
::testing::Values(&highbd_wrapper<vpx_highbd_comp_avg_pred_sse2>));
#endif // HAVE_SSE2
+#if HAVE_NEON
+INSTANTIATE_TEST_SUITE_P(
+ NEON, AvgPredTestHBD,
+ ::testing::Values(&highbd_wrapper<vpx_highbd_comp_avg_pred_neon>));
+#endif // HAVE_NEON
+
#endif // CONFIG_VP9_HIGHBITDEPTH
} // namespace