Skip to content

Commit 0f1618a

Browse files
committed
avifrgbtoyuvtest: increase max_abs_average_diff
The max_abs_average_diff value for DefaultFormat needs to be increased further for Arm, which I missed in the previous commit.
1 parent 1e9ef51 commit 0f1618a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/gtest/avifrgbtoyuvtest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ INSTANTIATE_TEST_SUITE_P(
486486
Values(AVIF_CHROMA_DOWNSAMPLING_AUTOMATIC),
487487
/*add_noise=*/Values(true),
488488
/*rgb_step=*/Values(3),
489-
/*max_abs_average_diff=*/Values(0.32), // The color drift is almost
489+
/*max_abs_average_diff=*/Values(0.35), // The color drift is almost
490490
// centered.
491491
/*min_psnr=*/Values(36.) // Subsampling distortion is acceptable.
492492
));

0 commit comments

Comments
 (0)