Data Fields | |
long * | ac_count_ptrs [NUM_HUFF_TBLS] |
c_derived_tbl * | ac_derived_tbls [NUM_HUFF_TBLS] |
long * | dc_count_ptrs [NUM_HUFF_TBLS] |
c_derived_tbl * | dc_derived_tbls [NUM_HUFF_TBLS] |
int | next_restart_num |
struct jpeg_entropy_encoder | pub |
unsigned int | restarts_to_go |
savable_state | saved |
long* huff_entropy_encoder::ac_count_ptrs[NUM_HUFF_TBLS] |
Referenced by encode_mcu_gather(), finish_pass_gather(), jinit_huff_encoder(), and METHODDEF().
c_derived_tbl* huff_entropy_encoder::ac_derived_tbls[NUM_HUFF_TBLS] |
Referenced by encode_mcu_huff(), jinit_huff_decoder(), jinit_huff_encoder(), METHODDEF(), and start_pass_huff_decoder().
long* huff_entropy_encoder::dc_count_ptrs[NUM_HUFF_TBLS] |
Referenced by encode_mcu_gather(), finish_pass_gather(), jinit_huff_encoder(), and METHODDEF().
c_derived_tbl* huff_entropy_encoder::dc_derived_tbls[NUM_HUFF_TBLS] |
Referenced by encode_mcu_huff(), jinit_huff_decoder(), jinit_huff_encoder(), METHODDEF(), and start_pass_huff_decoder().
int huff_entropy_encoder::next_restart_num |
Referenced by encode_mcu_huff(), and METHODDEF().
struct jpeg_entropy_encoder huff_entropy_encoder::pub |
Referenced by decode_mcu(), jinit_huff_decoder(), jinit_huff_encoder(), METHODDEF(), process_restart(), and start_pass_huff_decoder().
unsigned int huff_entropy_encoder::restarts_to_go |
Referenced by decode_mcu(), encode_mcu_gather(), encode_mcu_huff(), METHODDEF(), process_restart(), and start_pass_huff_decoder().
savable_state huff_entropy_encoder::saved |
Referenced by decode_mcu(), encode_mcu_gather(), encode_mcu_huff(), finish_pass_huff(), METHODDEF(), process_restart(), and start_pass_huff_decoder().