BitMiracle.LibJpeg.Classic.Internal.my_upsampler.noop_upsample C# (CSharp) Method

noop_upsample() private static method

This is a no-op version used for "uninteresting" components. These components will not be referenced by color conversion.
private static noop_upsample ( ) : void
return void
        private static void noop_upsample()
        {
            // do nothing
        }