Browse Source

.

af/merge-core
Anton Firszov 10 years ago
parent
commit
286977fe9c
  1. 3
      src/ImageSharp46/Formats/Jpg/Components/Block8x8F.Generated.cs
  2. 3
      src/ImageSharp46/Formats/Jpg/Components/Block8x8F.Generated.tt

3
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;

3
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(" ");

Loading…
Cancel
Save