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 <marpan@webrtc.org> Reviewed-by: Fyodor Kyslov <kyslov@google.com> Commit-Queue: Bohan Li <bohanli@google.com> Cr-Commit-Position: refs/heads/main@{#35874}
This commit is contained in:
@ -99,7 +99,7 @@ TEST_P(VideoCodecTestAv1, Hd) {
|
||||
std::vector<RateControlThresholds> rc_thresholds = {
|
||||
{13, 3, 0, 1, 0.3, 0.1, 0, 1}};
|
||||
|
||||
std::vector<QualityThresholds> quality_thresholds = {{36, 31.7, 0.93, 0.87}};
|
||||
std::vector<QualityThresholds> quality_thresholds = {{36, 31.6, 0.93, 0.87}};
|
||||
|
||||
fixture->RunTest(rate_profiles, &rc_thresholds, &quality_thresholds, nullptr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user