| Index: modules/video_coding/codecs/test/videoprocessor_integrationtest_mediacodec.cc
|
| diff --git a/modules/video_coding/codecs/test/videoprocessor_integrationtest_mediacodec.cc b/modules/video_coding/codecs/test/videoprocessor_integrationtest_mediacodec.cc
|
| index aba7657846afae31050aa0913135ecc938c244a4..293ac54e291b837cbb933df6466113a6c1ccbba0 100644
|
| --- a/modules/video_coding/codecs/test/videoprocessor_integrationtest_mediacodec.cc
|
| +++ b/modules/video_coding/codecs/test/videoprocessor_integrationtest_mediacodec.cc
|
| @@ -52,9 +52,9 @@ TEST_F(VideoProcessorIntegrationTestMediaCodec, ForemanCif500kbpsVp8) {
|
| // implementations pass. If this test fails on the bots, disable it and
|
| // ping brandtr@.
|
| std::vector<RateControlThresholds> rc_thresholds;
|
| - AddRateControlThresholds(5, 95, 20, 10, 10, 0, 1, &rc_thresholds);
|
| + AddRateControlThresholds(20, 95, 22, 11, 10, 0, 1, &rc_thresholds);
|
|
|
| - QualityThresholds quality_thresholds(30.0, 15.0, 0.90, 0.40);
|
| + QualityThresholds quality_thresholds(30.0, 14.0, 0.86, 0.39);
|
|
|
| ProcessFramesAndMaybeVerify(rate_profile, &rc_thresholds, &quality_thresholds,
|
| kNoVisualizationParams);
|
|
|