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:
@ -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,
|
||||
|
Reference in New Issue
Block a user