shithub: libvpx

Download patch

ref: b71ff28a1aa9f9338083feb0063c3bea6c6c5103
parent: 881bef00c7ff77e3cdd138e6e1ba5233deac447a
author: Marco <marpan@google.com>
date: Sat Jan 21 13:12:45 EST 2017

vp9: Small threshold adjustment to unittest BasicRateTargeting444

Due to recent change to speed >=7 from commit:219cdab.

Change-Id: I366e7750ec91119881050ff6c05849504c7959e8

--- a/test/datarate_test.cc
+++ b/test/datarate_test.cc
@@ -759,7 +759,7 @@
     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)