From c93abcb3412ad782ee1a2d1c380a0ffaa8c97f85 Mon Sep 17 00:00:00 2001 From: Jerome Jiang Date: Fri, 6 Mar 2020 15:05:33 -0800 Subject: [PATCH] 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 Reviewed-by: Ilya Nikolaevskiy Cr-Commit-Position: refs/heads/master@{#30719} --- modules/video_coding/codecs/test/videocodec_test_libvpx.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_coding/codecs/test/videocodec_test_libvpx.cc b/modules/video_coding/codecs/test/videocodec_test_libvpx.cc index 244dbc4121..d94d803504 100644 --- a/modules/video_coding/codecs/test/videocodec_test_libvpx.cc +++ b/modules/video_coding/codecs/test/videocodec_test_libvpx.cc @@ -188,7 +188,7 @@ TEST(VideoCodecTestLibvpx, VeryLowBitrateVP9) { std::vector rate_profiles = {{50, 30, 0}}; std::vector rc_thresholds = { - {15, 3, 75, 1, 0.5, 0.4, 1, 1}}; + {15, 3, 75, 1, 0.5, 0.4, 2, 1}}; std::vector quality_thresholds = {{28, 25, 0.80, 0.65}};