Change key frame mismatch threshold for VP9 in unit test.

Change the threshold in ProcessNoLossChangeBitRateVP9.

Bug: webrtc:8442
Change-Id: Ic924a60f60c57cc2c990430cb6c70fdbefec97f4
Reviewed-on: https://webrtc-review.googlesource.com/15840
Commit-Queue: Rasmus Brandt <brandtr@webrtc.org>
Reviewed-by: Rasmus Brandt <brandtr@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20436}
This commit is contained in:
Jerome Jiang
2017-10-25 15:59:07 -07:00
committed by Commit Bot
parent eae3e65394
commit f7eea2a6bc

View File

@ -129,7 +129,7 @@ TEST_F(VideoProcessorIntegrationTestLibvpx, ProcessNoLossChangeBitRateVP9) {
{700, 30, 200},
{500, 30, kNumFramesLong + 1}};
std::vector<RateControlThresholds> rc_thresholds = {{0, 30, 20, 20, 35, 0, 1},
std::vector<RateControlThresholds> rc_thresholds = {{0, 35, 20, 20, 35, 0, 1},
{2, 0, 20, 20, 60, 0, 0},
{0, 0, 25, 20, 40, 0, 0}};