Change PSNR threshold for av1 test

Bug: None
Change-Id: I47101a6625c2f1704599ea60ad3f2c05370da66e
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254101
Reviewed-by: Erik Språng <sprang@webrtc.org>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/main@{#36151}
This commit is contained in:
Jerome Jiang
2022-03-08 11:58:44 -08:00
committed by WebRTC LUCI CQ
parent 775ce76b66
commit ddcfe405d3

View File

@ -78,7 +78,7 @@ TEST_P(VideoCodecTestAv1, VeryLowBitrate) {
std::vector<RateControlThresholds> rc_thresholds = {
{15, 8, 75, 2, 2, 2, 2, 1}};
std::vector<QualityThresholds> quality_thresholds = {{28, 24.9, 0.70, 0.55}};
std::vector<QualityThresholds> quality_thresholds = {{28, 24.8, 0.70, 0.55}};
fixture->RunTest(rate_profiles, &rc_thresholds, &quality_thresholds, nullptr);
}