BitMiracle.LibJpeg.Classic.Internal.my_merged_upsampler.start_pass C# (CSharp) Méthode

start_pass() public méthode

Initialize for an upsampling pass.
public start_pass ( ) : void
Résultat void
        public override void start_pass()
        {
            /* Mark the spare buffer empty */
            m_spare_full = false;

            /* Initialize total-height counter for detecting bottom of image */
            m_rows_to_go = m_cinfo.m_output_height;
        }