summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarpan@webrtc.org <marpan@webrtc.org>2014-11-06 02:55:53 +0000
committermarpan@webrtc.org <marpan@webrtc.org>2014-11-06 02:55:53 +0000
commitb831a9e3d5f9f0563d249b726cffa8a070e58aee (patch)
treeb1c54579cb202dc84f2ac0388ae1fcd6dde7ba84
parent10d91f4b2cadc8954771110c3ab33d92ac3ff479 (diff)
downloadwebrtc-b831a9e3d5f9f0563d249b726cffa8a070e58aee.tar.gz
Adjust parameter in vp9 rate control test.
TBR=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/25099004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@7638 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 3c1b5f8f..420ef595 100644
--- a/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
+++ b/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
@@ -662,7 +662,7 @@ TEST_F(VideoProcessorIntegrationTest, ProcessNoLossChangeBitRateVP9) {
RateControlMetrics rc_metrics[3];
SetRateControlMetrics(rc_metrics, 0, 0, 30, 20, 20, 20, 0);
SetRateControlMetrics(rc_metrics, 1, 2, 0, 20, 20, 60, 0);
- SetRateControlMetrics(rc_metrics, 2, 0, 0, 20, 20, 30, 0);
+ SetRateControlMetrics(rc_metrics, 2, 0, 0, 20, 20, 40, 0);
ProcessFramesAndVerify(quality_metrics,
rate_profile,
process_settings,