diff --git a/src/ImageSharp/Formats/Jpeg/Components/Block8x8F.cs b/src/ImageSharp/Formats/Jpeg/Components/Block8x8F.cs index 368fae7a52..2232d4e4c4 100644 --- a/src/ImageSharp/Formats/Jpeg/Components/Block8x8F.cs +++ b/src/ImageSharp/Formats/Jpeg/Components/Block8x8F.cs @@ -573,7 +573,7 @@ namespace SixLabors.ImageSharp.Formats.Jpeg.Components = DivideRoundAvx(ref a.V2L, ref b.V2L); Unsafe.As>(ref a.V3L) - = DivideRoundAvx(ref a.V3L, ref b.V2L); + = DivideRoundAvx(ref a.V3L, ref b.V3L); Unsafe.As>(ref a.V4L) = DivideRoundAvx(ref a.V4L, ref b.V4L);