Public Attributes | |
| 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 |
| long* huff_entropy_encoder::ac_count_ptrs[NUM_HUFF_TBLS] |
| c_derived_tbl* huff_entropy_encoder::ac_derived_tbls[NUM_HUFF_TBLS] |
| unsigned int huff_entropy_encoder::BE |
| long* huff_entropy_encoder::dc_count_ptrs[NUM_HUFF_TBLS] |
| c_derived_tbl* huff_entropy_encoder::dc_derived_tbls[NUM_HUFF_TBLS] |
| unsigned int huff_entropy_encoder::EOBRUN |
| unsigned int huff_entropy_encoder::restarts_to_go |
1.7.1