From aaf9d051c7760f285005a2b24bc710a29b630364 Mon Sep 17 00:00:00 2001 From: Jerome Jiang Date: Fri, 11 Mar 2022 08:34:32 -0800 Subject: [PATCH] Lower hd av1 quality threshold MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: None Change-Id: I2b7bfbd8f5a2be13ede11df30272e5b001471453 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/255021 Reviewed-by: Erik Språng Commit-Queue: Erik Språng Cr-Commit-Position: refs/heads/main@{#36180} --- modules/video_coding/codecs/test/videocodec_test_av1.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_coding/codecs/test/videocodec_test_av1.cc b/modules/video_coding/codecs/test/videocodec_test_av1.cc index f53afde14b..30472915a9 100644 --- a/modules/video_coding/codecs/test/videocodec_test_av1.cc +++ b/modules/video_coding/codecs/test/videocodec_test_av1.cc @@ -100,7 +100,7 @@ TEST_P(VideoCodecTestAv1, Hd) { {13, 3, 0, 1, 0.3, 0.1, 0, 1}}; std::vector quality_thresholds = { - {36, 31.55, 0.925, 0.865}}; + {35.9, 31.55, 0.925, 0.865}}; fixture->RunTest(rate_profiles, &rc_thresholds, &quality_thresholds, nullptr); }