From e1745cbb7cbfdd5afc0a8fc414297be532c13f4d Mon Sep 17 00:00:00 2001 From: "marpan@webrtc.org" Date: Thu, 6 Nov 2014 02:55:53 +0000 Subject: [PATCH] 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@7638 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../video_coding/codecs/test/videoprocessor_integrationtest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc index 3c1b5f8fd..420ef595e 100644 --- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc +++ b/webrtc/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,