Lower av1 test psnr threshold

AV1 Realtime encoder stats changed

Bug: None
Change-Id: I50a8d36c45a775b3c0127476fb32c3d68d288508
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/260480
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Marco Paniconi <marpan@google.com>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/main@{#36712}
This commit is contained in:
Jerome Jiang 2022-04-29 15:14:12 +00:00 committed by WebRTC LUCI CQ
parent 13f9c62ec8
commit 0bb7cbc278

View File

@ -100,7 +100,7 @@ TEST_P(VideoCodecTestAv1, Hd) {
{13, 3, 0, 1, 0.3, 0.1, 0, 1}};
std::vector<QualityThresholds> quality_thresholds = {
{35.9, 31.55, 0.925, 0.865}};
{35.9, 31.5, 0.925, 0.865}};
fixture->RunTest(rate_profiles, &rc_thresholds, &quality_thresholds, nullptr);
}