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

Inheritance: jpeg_entropy_encoder
Show file Open project: prepare/HTML-Renderer

Public Methods

Method Description
arith_entropy_encoder ( jpeg_compress_struct cinfo ) : System
start_pass ( bool gather_statistics ) : void

Method Details

arith_entropy_encoder() public method

public arith_entropy_encoder ( jpeg_compress_struct cinfo ) : System
cinfo jpeg_compress_struct
return System

start_pass() public method

public start_pass ( bool gather_statistics ) : void
gather_statistics bool
return void