Definition at line 56 of file jdphuff.c.
Data Fields | |
d_derived_tbl * | ac_derived_tbl |
bitread_perm_state | bitstate |
d_derived_tbl * | derived_tbls [NUM_HUFF_TBLS] |
struct jpeg_entropy_decoder | pub |
unsigned int | restarts_to_go |
savable_state | saved |
Definition at line 71 of file jdphuff.c.
Referenced by decode_mcu_AC_first(), decode_mcu_AC_refine(), and METHODDEF().
Definition at line 62 of file jdphuff.c.
Referenced by decode_mcu_AC_first(), decode_mcu_AC_refine(), decode_mcu_DC_first(), decode_mcu_DC_refine(), METHODDEF(), and process_restart().
d_derived_tbl* phuff_entropy_decoder::derived_tbls[NUM_HUFF_TBLS] |
Definition at line 69 of file jdphuff.c.
Referenced by decode_mcu_DC_first(), jinit_phuff_decoder(), and METHODDEF().
struct jpeg_entropy_decoder phuff_entropy_decoder::pub [read] |
Definition at line 57 of file jdphuff.c.
Referenced by decode_mcu_AC_first(), decode_mcu_AC_refine(), decode_mcu_DC_first(), jinit_phuff_decoder(), METHODDEF(), and process_restart().
unsigned int phuff_entropy_decoder::restarts_to_go |
Definition at line 66 of file jdphuff.c.
Referenced by decode_mcu_AC_first(), decode_mcu_AC_refine(), decode_mcu_DC_first(), decode_mcu_DC_refine(), METHODDEF(), and process_restart().
Definition at line 63 of file jdphuff.c.
Referenced by decode_mcu_AC_first(), decode_mcu_AC_refine(), decode_mcu_DC_first(), METHODDEF(), and process_restart().