shithub: libvpx

Download patch

ref: 83a2bfd7dcf41af188df464377f9a80504758685
parent: a082c562d0635d39a3beff5c2737d75132628bec
parent: fff358fb068b0e7796734806ea53083fbe80056d
author: Jerome Jiang <jianj@google.com>
date: Fri May 5 21:28:15 EDT 2017

Merge "Change target bitrate thresh in denoiser test."

--- a/test/datarate_test.cc
+++ b/test/datarate_test.cc
@@ -1041,7 +1041,7 @@
   ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
   ASSERT_GE(effective_datarate_[0], cfg_.rc_target_bitrate * 0.85)
       << " The datarate for the file is lower than target by too much!";
-  ASSERT_LE(effective_datarate_[0], cfg_.rc_target_bitrate * 1.28)
+  ASSERT_LE(effective_datarate_[0], cfg_.rc_target_bitrate * 1.29)
       << " The datarate for the file is greater than target by too much!";
 }