Adjust threshold for vp9 videoprocessor_integrationtest

Needed for new libvpx roll.

TBR=marpan@webrtc.org
BUG=None

Review-Url: https://codereview.webrtc.org/2769153004
Cr-Commit-Position: refs/heads/master@{#17366}
This commit is contained in:
jianj
2017-03-23 13:10:00 -07:00
committed by Commit bot
parent d12a8e1c8e
commit f1dbf70ffc

View File

@ -157,7 +157,7 @@ TEST_F(VideoProcessorIntegrationTest,
RateControlThresholds rc_thresholds[3]; RateControlThresholds rc_thresholds[3];
SetRateControlThresholds(rc_thresholds, 0, 38, 50, 75, 15, 45, 0, 1); SetRateControlThresholds(rc_thresholds, 0, 38, 50, 75, 15, 45, 0, 1);
SetRateControlThresholds(rc_thresholds, 1, 10, 0, 40, 10, 30, 0, 0); SetRateControlThresholds(rc_thresholds, 1, 10, 0, 40, 10, 30, 0, 0);
SetRateControlThresholds(rc_thresholds, 2, 5, 0, 30, 5, 20, 0, 0); SetRateControlThresholds(rc_thresholds, 2, 5, 0, 30, 5, 25, 0, 0);
ProcessFramesAndVerify(quality_thresholds, rate_profile, process_settings, ProcessFramesAndVerify(quality_thresholds, rate_profile, process_settings,
rc_thresholds, nullptr /* visualization_params */); rc_thresholds, nullptr /* visualization_params */);
} }