summaryrefslogtreecommitdiff
path: root/test/vp9_datarate_test.cc
diff options
context:
space:
mode:
authorMarco Paniconi <marpan@google.com>2018-05-14 22:44:52 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-05-14 22:44:52 +0000
commitc73907a09b5d26010b7b4da960748664ff6bbd2c (patch)
tree0443a3da6febf38c6e59f2f933d730fe01da0f6b /test/vp9_datarate_test.cc
parente6859b04acc670366161a69ee136a7190a35df85 (diff)
parent9ebc8605dbb493d25247cf106b8760c6fccbd11d (diff)
downloadlibvpx-c73907a09b5d26010b7b4da960748664ff6bbd2c.tar
libvpx-c73907a09b5d26010b7b4da960748664ff6bbd2c.tar.gz
libvpx-c73907a09b5d26010b7b4da960748664ff6bbd2c.tar.bz2
libvpx-c73907a09b5d26010b7b4da960748664ff6bbd2c.zip
Merge "vp9-realtime: Enable alt_ref at speed 5, for live."
Diffstat (limited to 'test/vp9_datarate_test.cc')
-rw-r--r--test/vp9_datarate_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vp9_datarate_test.cc b/test/vp9_datarate_test.cc
index cb3aad839..e50ebdaca 100644
--- a/test/vp9_datarate_test.cc
+++ b/test/vp9_datarate_test.cc
@@ -294,7 +294,7 @@ TEST_P(DatarateTestVP9Large, BasicRateTargetingVBRLagNonZero) {
ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
ASSERT_GE(effective_datarate_[0], cfg_.rc_target_bitrate * 0.75)
<< " The datarate for the file is lower than target by too much!";
- ASSERT_LE(effective_datarate_[0], cfg_.rc_target_bitrate * 1.30)
+ ASSERT_LE(effective_datarate_[0], cfg_.rc_target_bitrate * 1.35)
<< " The datarate for the file is greater than target by too much!";
}