Lower hd av1 quality threshold
Bug: None Change-Id: I2b7bfbd8f5a2be13ede11df30272e5b001471453 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/255021 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36180}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
37195cf2e5
commit
aaf9d051c7
@ -100,7 +100,7 @@ TEST_P(VideoCodecTestAv1, Hd) {
|
||||
{13, 3, 0, 1, 0.3, 0.1, 0, 1}};
|
||||
|
||||
std::vector<QualityThresholds> 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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user