summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarpan@webrtc.org <marpan@webrtc.org>2014-10-10 17:55:57 +0000
committermarpan@webrtc.org <marpan@webrtc.org>2014-10-10 17:55:57 +0000
commit81b081b3442b11161d7b7cc59934d7cb11025de5 (patch)
treebb755cb52fcfe3a17a8f683f0e2d9a9db35e561a
parente172b111ab65b714fc95c649715ede07d0bb4b29 (diff)
downloadwebrtc-81b081b3442b11161d7b7cc59934d7cb11025de5.tar.gz
Adjust/increase rate control thresold for a vp9 test.
TBR=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/27689004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@7423 4adac7df-926f-26a2-2b94-8c16560cd09d
-rw-r--r--modules/video_coding/codecs/test/videoprocessor_integrationtest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc b/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
index 69f4d67a..76b6ef59 100644
--- a/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
+++ b/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
@@ -695,7 +695,7 @@ TEST_F(VideoProcessorIntegrationTest,
SetQualityMetrics(&quality_metrics, 30.0, 18.0, 0.80, 0.40);
// Metrics for rate control.
RateControlMetrics rc_metrics[3];
- SetRateControlMetrics(rc_metrics, 0, 30, 30, 60, 15, 40, 0);
+ SetRateControlMetrics(rc_metrics, 0, 30, 30, 70, 15, 40, 0);
SetRateControlMetrics(rc_metrics, 1, 15, 0, 50, 10, 30, 0);
SetRateControlMetrics(rc_metrics, 2, 5, 0, 38, 10, 30, 0);
ProcessFramesAndVerify(quality_metrics,