Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: source/libvpx/test/vp9_avg_test.cc

Issue 897063002: Revert "libvpx: Pull from upstream" (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/libvpx/test/video_source.h ('k') | source/libvpx/test/vp9_encoder_parms_get_to_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/test/vp9_avg_test.cc
diff --git a/source/libvpx/test/vp9_avg_test.cc b/source/libvpx/test/vp9_avg_test.cc
index 252ed4efa5e93d981e2dbdd166a18fa0bca8af0f..fa04528a2413c092d25b06fe24e11381913c623e 100644
--- a/source/libvpx/test/vp9_avg_test.cc
+++ b/source/libvpx/test/vp9_avg_test.cc
@@ -165,14 +165,4 @@ INSTANTIATE_TEST_CASE_P(
#endif
-#if HAVE_NEON
-INSTANTIATE_TEST_CASE_P(
- NEON, AverageTest,
- ::testing::Values(
- make_tuple(16, 16, 0, 8, &vp9_avg_8x8_neon),
- make_tuple(16, 16, 5, 8, &vp9_avg_8x8_neon),
- make_tuple(32, 32, 15, 8, &vp9_avg_8x8_neon)));
-
-#endif
-
} // namespace
« no previous file with comments | « source/libvpx/test/video_source.h ('k') | source/libvpx/test/vp9_encoder_parms_get_to_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698