From 286977fe9c83cafcc50570fa6b369156dc0c26b9 Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Mon, 14 Nov 2016 01:24:33 +0100 Subject: [PATCH] . --- src/ImageSharp46/Formats/Jpg/Components/Block8x8F.Generated.cs | 3 +-- src/ImageSharp46/Formats/Jpg/Components/Block8x8F.Generated.tt | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/ImageSharp46/Formats/Jpg/Components/Block8x8F.Generated.cs b/src/ImageSharp46/Formats/Jpg/Components/Block8x8F.Generated.cs index 1eb15c952a..2fec402d62 100644 --- a/src/ImageSharp46/Formats/Jpg/Components/Block8x8F.Generated.cs +++ b/src/ImageSharp46/Formats/Jpg/Components/Block8x8F.Generated.cs @@ -37,10 +37,9 @@ namespace ImageSharp.Formats d.V7L = Vector4.Max(Vector4.Min(V7L, maxVec), minVec);d.V7R = Vector4.Max(Vector4.Min(V7R, maxVec), minVec); } + [MethodImpl(MethodImplOptions.AggressiveInlining)] internal void ColorifyInto(ref Block8x8F d) { - - d.V0L = Vector4.Max(Vector4.Min(V0L, CMax4), CMin4) + COff4;d.V0R = Vector4.Max(Vector4.Min(V0R, CMax4), CMin4) + COff4; d.V1L = Vector4.Max(Vector4.Min(V1L, CMax4), CMin4) + COff4;d.V1R = Vector4.Max(Vector4.Min(V1R, CMax4), CMin4) + COff4; d.V2L = Vector4.Max(Vector4.Min(V2L, CMax4), CMin4) + COff4;d.V2R = Vector4.Max(Vector4.Min(V2R, CMax4), CMin4) + COff4; diff --git a/src/ImageSharp46/Formats/Jpg/Components/Block8x8F.Generated.tt b/src/ImageSharp46/Formats/Jpg/Components/Block8x8F.Generated.tt index 390931285b..810c4e9047 100644 --- a/src/ImageSharp46/Formats/Jpg/Components/Block8x8F.Generated.tt +++ b/src/ImageSharp46/Formats/Jpg/Components/Block8x8F.Generated.tt @@ -68,10 +68,9 @@ namespace ImageSharp.Formats #> } + [MethodImpl(MethodImplOptions.AggressiveInlining)] internal void ColorifyInto(ref Block8x8F d) { - - <# PushIndent(" ");