Adjust parameter for VP9 resize unittest.

Needed for upcoming libvpx roll.

TBR=stefan@webrtc.org
BUG=

Review URL: https://codereview.webrtc.org/1432773005 .

Cr-Commit-Position: refs/heads/master@{#10611}
This commit is contained in:
Marco
2015-11-11 13:42:07 -08:00
parent 9b5ee9c0d9
commit 6b14f9377d

View File

@ -746,7 +746,7 @@ TEST_F(VideoProcessorIntegrationTest, ProcessNoLossSpatialResizeFrameDropVP9) {
SetQualityMetrics(&quality_metrics, 25.0, 13.0, 0.70, 0.40);
// Metrics for rate control.
RateControlMetrics rc_metrics[1];
SetRateControlMetrics(rc_metrics, 0, 185, 70, 130, 15, 80, 1, 1);
SetRateControlMetrics(rc_metrics, 0, 190, 70, 135, 15, 80, 1, 1);
ProcessFramesAndVerify(quality_metrics,
rate_profile,
process_settings,