VP9 test: change threshold to allow resizing for twice
Recent change in libvpx allows a second resize for low resolution. Bug: None Change-Id: I45a7ce376b274778b2fa183346de1993ef43bde7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/169941 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30719}
This commit is contained in:
@ -188,7 +188,7 @@ TEST(VideoCodecTestLibvpx, VeryLowBitrateVP9) {
|
||||
std::vector<RateProfile> rate_profiles = {{50, 30, 0}};
|
||||
|
||||
std::vector<RateControlThresholds> rc_thresholds = {
|
||||
{15, 3, 75, 1, 0.5, 0.4, 1, 1}};
|
||||
{15, 3, 75, 1, 0.5, 0.4, 2, 1}};
|
||||
|
||||
std::vector<QualityThresholds> quality_thresholds = {{28, 25, 0.80, 0.65}};
|
||||
|
||||
|
Reference in New Issue
Block a user