Definition at line 48 of file jchuff.cpp.
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] |
| long* huff_entropy_encoder::ac_count_ptrs[NUM_HUFF_TBLS] |
Definition at line 63 of file jchuff.cpp.
Referenced by encode_mcu_gather(), finish_pass_gather(), jinit_huff_encoder(), and start_pass_huff().
| c_derived_tbl* huff_entropy_encoder::ac_derived_tbls[NUM_HUFF_TBLS] |
Definition at line 59 of file jchuff.cpp.
Referenced by encode_mcu_huff(), jinit_huff_decoder(), jinit_huff_encoder(), start_pass_huff(), and start_pass_huff_decoder().
| long* huff_entropy_encoder::dc_count_ptrs[NUM_HUFF_TBLS] |
Definition at line 62 of file jchuff.cpp.
Referenced by encode_mcu_gather(), finish_pass_gather(), jinit_huff_encoder(), and start_pass_huff().
| c_derived_tbl* huff_entropy_encoder::dc_derived_tbls[NUM_HUFF_TBLS] |
Definition at line 58 of file jchuff.cpp.
Referenced by encode_mcu_huff(), jinit_huff_decoder(), jinit_huff_encoder(), start_pass_huff(), and start_pass_huff_decoder().
| int huff_entropy_encoder::next_restart_num |
Definition at line 55 of file jchuff.cpp.
Referenced by encode_mcu_huff(), and start_pass_huff().
| struct jpeg_entropy_encoder huff_entropy_encoder::pub |
Definition at line 49 of file jchuff.cpp.
Referenced by decode_mcu(), jinit_huff_decoder(), jinit_huff_encoder(), process_restart(), start_pass_huff(), and start_pass_huff_decoder().
| unsigned int huff_entropy_encoder::restarts_to_go |
Definition at line 54 of file jchuff.cpp.
Referenced by decode_mcu(), encode_mcu_gather(), encode_mcu_huff(), process_restart(), start_pass_huff(), and start_pass_huff_decoder().
| savable_state huff_entropy_encoder::saved |
Definition at line 51 of file jchuff.cpp.
Referenced by decode_mcu(), encode_mcu_gather(), encode_mcu_huff(), finish_pass_huff(), process_restart(), start_pass_huff(), and start_pass_huff_decoder().
| Page generated by Doxygen 1.8.14 for MRPT 1.5.7 Git: 5902e14cc Wed Apr 24 15:04:01 2019 +0200 at lun oct 28 01:39:17 CET 2019 |