summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Jiang <jianj@google.com>2017-03-08 23:14:27 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-08 23:14:27 +0000
commit834f26c3b98a99945d0e675956818a79a924998a (patch)
tree04398696af30a697b0bfe7a41cefe514481527d5
parent42a1b310e14fcf0560bbb76afdc721a0583d6b6b (diff)
parentc4c0331f65424fabd10b56c97dc8dfac68b1bccb (diff)
downloadlibvpx-834f26c3b98a99945d0e675956818a79a924998a.tar
libvpx-834f26c3b98a99945d0e675956818a79a924998a.tar.gz
libvpx-834f26c3b98a99945d0e675956818a79a924998a.tar.bz2
libvpx-834f26c3b98a99945d0e675956818a79a924998a.zip
Merge "Shift speed 2 from non-large VP9 tests to large ones."
-rw-r--r--test/vp9_ethread_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/vp9_ethread_test.cc b/test/vp9_ethread_test.cc
index 1947d05f7..ddd6d12be 100644
--- a/test/vp9_ethread_test.cc
+++ b/test/vp9_ethread_test.cc
@@ -422,7 +422,7 @@ INSTANTIATE_TEST_CASE_P(
::testing::Values(::libvpx_test::kTwoPassGood,
::libvpx_test::kOnePassGood,
::libvpx_test::kRealTime),
- ::testing::Range(2, 9), // cpu_used
+ ::testing::Range(3, 9), // cpu_used
::testing::Range(0, 3), // tile_columns
::testing::Range(2, 5))); // threads
@@ -434,7 +434,7 @@ INSTANTIATE_TEST_CASE_P(
::testing::Values(::libvpx_test::kTwoPassGood,
::libvpx_test::kOnePassGood,
::libvpx_test::kRealTime),
- ::testing::Range(0, 2), // cpu_used
+ ::testing::Range(0, 3), // cpu_used
::testing::Range(0, 3), // tile_columns
::testing::Range(2, 5))); // threads