summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarpan@webrtc.org <marpan@webrtc.org>2014-11-03 21:26:08 +0000
committermarpan@webrtc.org <marpan@webrtc.org>2014-11-03 21:26:08 +0000
commitafcd610633482a99c5c11ddee9ca8b7c3fd66943 (patch)
treee099ef6593618471a5043d4b00165fa3d538e1fa
parentdd298d88ce8c01f2c3b8d0453f5cf7db48031a5c (diff)
downloadwebrtc-afcd610633482a99c5c11ddee9ca8b7c3fd66943.tar.gz
Update rate control parameter in vp9 test.
TBR=hellner@webrtc.org Review URL: https://webrtc-codereview.appspot.com/27899004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@7599 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 3f446467..73f774d6 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, 55, 70, 15, 40, 0);
+ SetRateControlMetrics(rc_metrics, 0, 35, 55, 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,