Adjust H264 QP thresholds.
NOTRY=True BUG= Review-Url: https://codereview.webrtc.org/2228683002 Cr-Commit-Position: refs/heads/master@{#13680}
This commit is contained in:
parent
5afa3539b4
commit
6a450105cd
@ -38,8 +38,8 @@ static const int kQvgaNumPixels = 400 * 300; // 320x240
|
||||
const int QualityScaler::kLowVp8QpThreshold = 29;
|
||||
const int QualityScaler::kBadVp8QpThreshold = 95;
|
||||
|
||||
const int QualityScaler::kLowH264QpThreshold = 22;
|
||||
const int QualityScaler::kBadH264QpThreshold = 35;
|
||||
const int QualityScaler::kLowH264QpThreshold = 32;
|
||||
const int QualityScaler::kBadH264QpThreshold = 42;
|
||||
|
||||
QualityScaler::QualityScaler() : low_qp_threshold_(-1) {}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user