Tune vp9 quality scaler parameters

BUG=webrtc:7662

Review-Url: https://codereview.webrtc.org/2939573002
Cr-Commit-Position: refs/heads/master@{#18575}
This commit is contained in:
glaznev
2017-06-13 11:34:49 -07:00
committed by Commit Bot
parent 0c61a36f49
commit da4eba1e0a

View File

@ -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(