From 1f06508350f57b26a8fb4f81023f0494ab18a364 Mon Sep 17 00:00:00 2001 From: Bohan Li Date: Mon, 31 Jan 2022 10:56:04 -0800 Subject: [PATCH] Update av1 video codec test threshold. Bug: webrtc:13638 Change-Id: If17ae2519451953ac3e6054cb6cdc376594fe3d8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250040 Reviewed-by: Marco Paniconi Reviewed-by: Fyodor Kyslov Commit-Queue: Bohan Li Cr-Commit-Position: refs/heads/main@{#35874} --- 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 03ea1b7ec0..af619e1f63 100644 --- a/modules/video_coding/codecs/test/videocodec_test_av1.cc +++ b/modules/video_coding/codecs/test/videocodec_test_av1.cc @@ -99,7 +99,7 @@ TEST_P(VideoCodecTestAv1, Hd) { std::vector rc_thresholds = { {13, 3, 0, 1, 0.3, 0.1, 0, 1}}; - std::vector quality_thresholds = {{36, 31.7, 0.93, 0.87}}; + std::vector quality_thresholds = {{36, 31.6, 0.93, 0.87}}; fixture->RunTest(rate_profiles, &rc_thresholds, &quality_thresholds, nullptr); }