summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2014-03-26 16:15:00 -0700
committerYaowu Xu <yaowu@google.com>2014-03-28 16:40:28 -0700
commit6fc20a8434352793f4ecb09e6369112c92952456 (patch)
tree52e160d86d279170a9fd75a4fc1f120589bd4d79 /test
parentab961ad01b4652fcca6ada68edf80d3dc5f0fbd4 (diff)
downloadlibvpx-6fc20a8434352793f4ecb09e6369112c92952456.tar
libvpx-6fc20a8434352793f4ecb09e6369112c92952456.tar.gz
libvpx-6fc20a8434352793f4ecb09e6369112c92952456.tar.bz2
libvpx-6fc20a8434352793f4ecb09e6369112c92952456.zip
Adjust rt speed steps.
This commit adjusted the speed steps in rt mode to make the steps more evenly spaced on speed and quality, specifically: 1. Merged 3 and 4 into one single step 3 and removed confilicting features. 2. Move 8, 7, 6, 5 to be 7, 6, 5, 4 repsectively. Change-Id: I38d56d61531f3561d772aef953c411c8fb38c063
Diffstat (limited to 'test')
-rw-r--r--test/datarate_test.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/datarate_test.cc b/test/datarate_test.cc
index 8f7cc7a37..1b921f0a1 100644
--- a/test/datarate_test.cc
+++ b/test/datarate_test.cc
@@ -580,8 +580,8 @@ VP8_INSTANTIATE_TEST_CASE(DatarateTestLarge, ALL_TEST_MODES);
VP9_INSTANTIATE_TEST_CASE(DatarateTestVP9Large,
::testing::Values(::libvpx_test::kOnePassGood,
::libvpx_test::kRealTime),
- ::testing::Range(2, 6));
-// TODO(marpan): Speed 6 and 7 fails on one of these tests, for
-// real-time mode. So for now test up to speed 5, and start at 2
+ ::testing::Range(2, 5));
+// TODO(marpan): Speed 5 to 7 fails on one of these tests, for
+// real-time mode. So for now test up to speed 4, and start at 2
// (since speed 0 and 1 are slow). Enable more speeds when issue is fixed.
} // namespace