Data Fields | |
struct jpeg_entropy_encoder | pub |
savable_state | saved |
unsigned int | restarts_to_go |
int | next_restart_num |
c_derived_tbl * | dc_derived_tbls [NUM_HUFF_TBLS] |
c_derived_tbl * | ac_derived_tbls [NUM_HUFF_TBLS] |
long * | dc_count_ptrs [NUM_HUFF_TBLS] |
long * | ac_count_ptrs [NUM_HUFF_TBLS] |
boolean | gather_statistics |
JOCTET * | next_output_byte |
size_t | free_in_buffer |
j_compress_ptr | cinfo |
int | ac_tbl_no |
unsigned int | EOBRUN |
unsigned int | BE |
char * | bit_buffer |
Definition at line 81 of file jchuff.c.