shithub: libvpx

Download patch

ref: ba5f7a514a6480f593b73c6a59889a2419aba2ee
parent: a3a10a323b242dd4b4d99036b2cd3ca59a8b5310
author: Alex Converse <aconverse@google.com>
date: Tue Apr 12 07:14:10 EDT 2016

Increase active map test coverage from RT speeds 0-5 to 0-8.

This test takes less than 100 ms for each of speeds 6-8.

Change-Id: Ibbeb3004a2607d25dcbf77cb5314ade87809e059

--- a/test/active_map_test.cc
+++ b/test/active_map_test.cc
@@ -85,5 +85,5 @@
 
 VP9_INSTANTIATE_TEST_CASE(ActiveMapTest,
                           ::testing::Values(::libvpx_test::kRealTime),
-                          ::testing::Range(0, 6));
+                          ::testing::Range(0, 9));
 }  // namespace