fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

huff_entropy_encoder Struct Reference

Collaboration diagram for huff_entropy_encoder:

List of all members.

Public Attributes

struct jpeg_entropy_encoder pub
savable_state saved
unsigned int restarts_to_go
int next_restart_num
c_derived_tbldc_derived_tbls [NUM_HUFF_TBLS]
c_derived_tblac_derived_tbls [NUM_HUFF_TBLS]
long * dc_count_ptrs [NUM_HUFF_TBLS]
long * ac_count_ptrs [NUM_HUFF_TBLS]

Detailed Description

Definition at line 55 of file jchuff.c.


Member Data Documentation

Definition at line 70 of file jchuff.c.

Referenced by encode_mcu_gather(), finish_pass_gather(), jinit_huff_encoder(), and METHODDEF().

Definition at line 69 of file jchuff.c.

Referenced by encode_mcu_gather(), finish_pass_gather(), jinit_huff_encoder(), and METHODDEF().

Definition at line 62 of file jchuff.c.

Referenced by encode_mcu_huff(), and METHODDEF().


The documentation for this struct was generated from the following file: