From fb01376eca566fd7697d48fdc93ac25b3db56d7f Mon Sep 17 00:00:00 2001 From: "marpan@webrtc.org" Date: Mon, 8 Dec 2014 06:25:51 +0000 Subject: [PATCH] Adjust some parameters for VP9 tests. Needed for the next/upcoming libvpx roll. BUG= TBR=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/32679004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7821 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../codecs/test/videoprocessor_integrationtest.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc index a6fdfc6c9a..4a3a7c7b09 100644 --- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc +++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc @@ -606,7 +606,7 @@ TEST_F(VideoProcessorIntegrationTest, Process0PercentPacketLossVP9) { SetQualityMetrics(&quality_metrics, 37.0, 36.0, 0.93, 0.92); // Metrics for rate control. RateControlMetrics rc_metrics[1]; - SetRateControlMetrics(rc_metrics, 0, 0, 40, 20, 10, 15, 0); + SetRateControlMetrics(rc_metrics, 0, 0, 40, 20, 10, 20, 0); ProcessFramesAndVerify(quality_metrics, rate_profile, process_settings, @@ -627,10 +627,10 @@ TEST_F(VideoProcessorIntegrationTest, Process5PercentPacketLossVP9) { false, true, false); // Metrics for expected quality. QualityMetrics quality_metrics; - SetQualityMetrics(&quality_metrics, 17.0, 15.0, 0.45, 0.38); + SetQualityMetrics(&quality_metrics, 17.0, 14.0, 0.45, 0.37); // Metrics for rate control. RateControlMetrics rc_metrics[1]; - SetRateControlMetrics(rc_metrics, 0, 0, 40, 20, 10, 15, 0); + SetRateControlMetrics(rc_metrics, 0, 0, 40, 20, 10, 20, 0); ProcessFramesAndVerify(quality_metrics, rate_profile, process_settings,