From da4eba1e0a57e21775e7f9ca00cafdc297d81214 Mon Sep 17 00:00:00 2001 From: glaznev Date: Tue, 13 Jun 2017 11:34:49 -0700 Subject: [PATCH] Tune vp9 quality scaler parameters BUG=webrtc:7662 Review-Url: https://codereview.webrtc.org/2939573002 Cr-Commit-Position: refs/heads/master@{#18575} --- webrtc/modules/video_coding/utility/quality_scaler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/modules/video_coding/utility/quality_scaler.cc b/webrtc/modules/video_coding/utility/quality_scaler.cc index 3709ee3bf5..8be4a65bc2 100644 --- a/webrtc/modules/video_coding/utility/quality_scaler.cc +++ b/webrtc/modules/video_coding/utility/quality_scaler.cc @@ -43,7 +43,7 @@ static const int kHighVp8QpThreshold = 95; // bitstream range of [0, 255] and not the user-level range of [0,63]. // Current VP9 settings are mapped from VP8 thresholds above. static const int kLowVp9QpThreshold = 96; -static const int kHighVp9QpThreshold = 208; +static const int kHighVp9QpThreshold = 185; static const int kMinFramesNeededToScale = 2 * 30; static VideoEncoder::QpThresholds CodecTypeToDefaultThresholds(