AV1 test: change ssim threshold
Bug: webrtc:12519 Change-Id: Ibdcaa08800d03d289f86e14cc7d94b5f2d3b7117 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/209480 Reviewed-by: Marco Paniconi <marpan@webrtc.org> Commit-Queue: Jerome Jiang <jianj@google.com> Cr-Commit-Position: refs/heads/master@{#33377}
This commit is contained in:
@ -68,7 +68,7 @@ TEST(VideoCodecTestLibaom, VeryLowBitrateAV1) {
|
||||
std::vector<RateControlThresholds> rc_thresholds = {
|
||||
{15, 8, 75, 2, 2, 2, 2, 1}};
|
||||
|
||||
std::vector<QualityThresholds> quality_thresholds = {{28, 25, 0.70, 0.62}};
|
||||
std::vector<QualityThresholds> quality_thresholds = {{28, 25, 0.70, 0.60}};
|
||||
|
||||
fixture->RunTest(rate_profiles, &rc_thresholds, &quality_thresholds, nullptr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user