Definition at line 46 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 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::ac_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().
long* huff_entropy_encoder::dc_count_ptrs[NUM_HUFF_TBLS] |
Definition at line 61 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 57 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 54 of file jchuff.cpp.
Referenced by encode_mcu_huff(), and start_pass_huff().
struct jpeg_entropy_encoder huff_entropy_encoder::pub |
Definition at line 48 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 53 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 50 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.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |