C# Class BitMiracle.LibJpeg.Classic.Internal.jpeg_upsampler

Upsampling (note that upsampler must also call color converter)
Show file Open project: prepare/HTML-Renderer

Protected Properties

Property Type Description
m_need_context_rows bool

Public Methods

Method Description
NeedContextRows ( ) : bool
start_pass ( ) : void
upsample ( ComponentBuffer input_buf, int &in_row_group_ctr, int in_row_groups_avail, byte output_buf, int &out_row_ctr, int out_rows_avail ) : void

Method Details

NeedContextRows() public method

public NeedContextRows ( ) : bool
return bool

start_pass() public abstract method

public abstract start_pass ( ) : void
return void

upsample() public abstract method

public abstract upsample ( ComponentBuffer input_buf, int &in_row_group_ctr, int in_row_groups_avail, byte output_buf, int &out_row_ctr, int out_rows_avail ) : void
input_buf ComponentBuffer
in_row_group_ctr int
in_row_groups_avail int
output_buf byte
out_row_ctr int
out_rows_avail int
return void

Property Details

m_need_context_rows protected property

protected bool m_need_context_rows
return bool