vp8-intergationtest: Adjust a parameter in resize test.
Needed for new libvpx roll. TBR=stefan@webrtc.org Review URL: https://codereview.webrtc.org/1877113003 . Cr-Commit-Position: refs/heads/master@{#12324}
This commit is contained in:
@ -961,7 +961,7 @@ TEST_F(VideoProcessorIntegrationTest,
|
||||
SetQualityMetrics(&quality_metrics, 25.0, 15.0, 0.70, 0.40);
|
||||
// Metrics for rate control.
|
||||
RateControlMetrics rc_metrics[1];
|
||||
SetRateControlMetrics(rc_metrics, 0, 160, 60, 120, 20, 70, 1, 2);
|
||||
SetRateControlMetrics(rc_metrics, 0, 160, 80, 120, 20, 70, 1, 2);
|
||||
ProcessFramesAndVerify(quality_metrics, rate_profile, process_settings,
|
||||
rc_metrics);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user