Definition at line 55 of file jchuff.c.
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] |
Definition at line 70 of file jchuff.c.
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] |
Definition at line 66 of file jchuff.c.
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] |
Definition at line 69 of file jchuff.c.
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] |
Definition at line 65 of file jchuff.c.
Referenced by encode_mcu_huff(), jinit_huff_decoder(), jinit_huff_encoder(), METHODDEF(), and start_pass_huff_decoder().
struct jpeg_entropy_encoder huff_entropy_encoder::pub [read] |
Definition at line 56 of file jchuff.c.
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 |
Definition at line 61 of file jchuff.c.
Referenced by decode_mcu(), encode_mcu_gather(), encode_mcu_huff(), METHODDEF(), process_restart(), and start_pass_huff_decoder().
Definition at line 58 of file jchuff.c.
Referenced by decode_mcu(), encode_mcu_gather(), encode_mcu_huff(), finish_pass_huff(), METHODDEF(), process_restart(), and start_pass_huff_decoder().
1.5.5