vp9: Small threshold adjustment to unittest BasicRateTargeting444
authorMarco <marpan@google.com>
Sun, 22 Jan 2017 02:12:45 +0000 (18:12 -0800)
committerMarco <marpan@google.com>
Sun, 22 Jan 2017 02:19:45 +0000 (18:19 -0800)
Due to recent change to speed >=7 from commit:219cdab.

Change-Id: I366e7750ec91119881050ff6c05849504c7959e8

test/datarate_test.cc

index e9a8def..e66761f 100644 (file)
@@ -759,7 +759,7 @@ TEST_P(DatarateTestVP9Large, BasicRateTargeting444) {
     ResetModel();
     ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
     ASSERT_GE(static_cast<double>(cfg_.rc_target_bitrate),
-              effective_datarate_[0] * 0.85)
+              effective_datarate_[0] * 0.80)
         << " The datarate for the file exceeds the target by too much!";
     ASSERT_LE(static_cast<double>(cfg_.rc_target_bitrate),
               effective_datarate_[0] * 1.15)