Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Unified Diff: webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc

Issue 2769153004: Adjust threshold for vp9 videoprocessor_integrationtest (Closed)
Patch Set: Adjust threshold for vp9 videoprocessor_integrationtest Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
index a88f75e36805e2b792609aff0993634d59ac4867..6529cb3bbf71501f6d7f90528afa46e07f6a8371 100644
--- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
+++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
@@ -157,7 +157,7 @@ TEST_F(VideoProcessorIntegrationTest,
RateControlThresholds rc_thresholds[3];
SetRateControlThresholds(rc_thresholds, 0, 38, 50, 75, 15, 45, 0, 1);
SetRateControlThresholds(rc_thresholds, 1, 10, 0, 40, 10, 30, 0, 0);
- SetRateControlThresholds(rc_thresholds, 2, 5, 0, 30, 5, 20, 0, 0);
+ SetRateControlThresholds(rc_thresholds, 2, 5, 0, 30, 5, 25, 0, 0);
ProcessFramesAndVerify(quality_thresholds, rate_profile, process_settings,
rc_thresholds, nullptr /* visualization_params */);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698