]> granicus.if.org Git - libvpx/commitdiff
Add Neon AvgPredTestHBD test suite
authorSalome Thirot <salome.thirot@arm.com>
Fri, 10 Feb 2023 10:29:24 +0000 (10:29 +0000)
committerSalome Thirot <salome.thirot@arm.com>
Mon, 13 Feb 2023 20:23:09 +0000 (20:23 +0000)
Add test suite for vpx_highbd_comp_avg_pred_neon.

Change-Id: I5c31e0e990661ee3b8030bb517829c088fceae4d

test/comp_avg_pred_test.cc

index 70aeab8d7e35c59ecbb89a30a107535bba7d47f0..f747c3524e93937f17f42584428d0f21ee42ebec 100644 (file)
@@ -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