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)  

phuff_entropy_encoder Struct Reference

Collaboration diagram for phuff_entropy_encoder:

List of all members.

Public Attributes

struct jpeg_entropy_encoder pub
boolean gather_statistics
JOCTETnext_output_byte
size_t free_in_buffer
INT32 put_buffer
int put_bits
j_compress_ptr cinfo
int last_dc_val [MAX_COMPS_IN_SCAN]
int ac_tbl_no
unsigned int EOBRUN
unsigned int BE
char * bit_buffer
unsigned int restarts_to_go
int next_restart_num
c_derived_tblderived_tbls [NUM_HUFF_TBLS]
long * count_ptrs [NUM_HUFF_TBLS]

Detailed Description

Definition at line 24 of file jcphuff.c.


Member Data Documentation

Definition at line 45 of file jcphuff.c.

Referenced by encode_mcu_AC_refine(), and METHODDEF().

Definition at line 37 of file jcphuff.c.

Referenced by METHODDEF().

long* phuff_entropy_encoder::count_ptrs[NUM_HUFF_TBLS]

Definition at line 59 of file jcphuff.c.

Referenced by finish_pass_gather_phuff(), jinit_phuff_encoder(), and METHODDEF().

Definition at line 28 of file jcphuff.c.

Referenced by METHODDEF().

int phuff_entropy_encoder::last_dc_val[MAX_COMPS_IN_SCAN]

Definition at line 40 of file jcphuff.c.

Referenced by encode_mcu_DC_first(), METHODDEF(), and process_restart().

Definition at line 36 of file jcphuff.c.

Referenced by METHODDEF().

Definition at line 35 of file jcphuff.c.

Referenced by METHODDEF().


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