Definition at line 19 of file jcphuff.cpp.
Public Attributes | |
struct jpeg_entropy_encoder | pub |
boolean | gather_statistics |
JOCTET * | next_output_byte |
size_t | free_in_buffer |
INT32 | put_buffer |
int | put_bits |
j_compress_ptr | cinfo |
int | last_dc_val [MAX_COMPS_IN_SCAN] |
int | ac_tbl_no |
unsigned int | EOBRUN |
unsigned int | BE |
char * | bit_buffer |
unsigned int | restarts_to_go |
int | next_restart_num |
c_derived_tbl * | derived_tbls [NUM_HUFF_TBLS] |
long * | count_ptrs [NUM_HUFF_TBLS] |
int phuff_entropy_encoder::ac_tbl_no |
Definition at line 38 of file jcphuff.cpp.
Referenced by encode_mcu_AC_first(), encode_mcu_AC_refine(), and start_pass_phuff().
unsigned int phuff_entropy_encoder::BE |
Definition at line 40 of file jcphuff.cpp.
Referenced by encode_mcu_AC_refine(), and start_pass_phuff().
char* phuff_entropy_encoder::bit_buffer |
Definition at line 41 of file jcphuff.cpp.
Referenced by encode_mcu_AC_refine(), jinit_phuff_encoder(), and start_pass_phuff().
j_compress_ptr phuff_entropy_encoder::cinfo |
Definition at line 32 of file jcphuff.cpp.
Referenced by start_pass_phuff().
long* phuff_entropy_encoder::count_ptrs[NUM_HUFF_TBLS] |
Definition at line 54 of file jcphuff.cpp.
Referenced by finish_pass_gather_phuff(), jinit_phuff_encoder(), and start_pass_phuff().
c_derived_tbl* phuff_entropy_encoder::derived_tbls[NUM_HUFF_TBLS] |
Definition at line 51 of file jcphuff.cpp.
Referenced by decode_mcu_DC_first(), jinit_phuff_decoder(), jinit_phuff_encoder(), start_pass_phuff(), and start_pass_phuff_decoder().
unsigned int phuff_entropy_encoder::EOBRUN |
Definition at line 39 of file jcphuff.cpp.
Referenced by decode_mcu_AC_first(), decode_mcu_AC_refine(), encode_mcu_AC_first(), encode_mcu_AC_refine(), process_restart(), start_pass_phuff(), and start_pass_phuff_decoder().
size_t phuff_entropy_encoder::free_in_buffer |
Definition at line 29 of file jcphuff.cpp.
Referenced by encode_mcu_AC_first(), encode_mcu_AC_refine(), encode_mcu_DC_first(), encode_mcu_DC_refine(), and finish_pass_phuff().
boolean phuff_entropy_encoder::gather_statistics |
Definition at line 23 of file jcphuff.cpp.
Referenced by start_pass_phuff().
int phuff_entropy_encoder::last_dc_val[MAX_COMPS_IN_SCAN] |
Definition at line 35 of file jcphuff.cpp.
Referenced by encode_mcu_DC_first(), process_restart(), start_pass_phuff(), and start_pass_phuff_decoder().
JOCTET* phuff_entropy_encoder::next_output_byte |
Definition at line 28 of file jcphuff.cpp.
Referenced by encode_mcu_AC_first(), encode_mcu_AC_refine(), encode_mcu_DC_first(), encode_mcu_DC_refine(), and finish_pass_phuff().
int phuff_entropy_encoder::next_restart_num |
Definition at line 45 of file jcphuff.cpp.
Referenced by encode_mcu_AC_first(), encode_mcu_AC_refine(), encode_mcu_DC_first(), encode_mcu_DC_refine(), and start_pass_phuff().
struct jpeg_entropy_encoder phuff_entropy_encoder::pub |
Definition at line 20 of file jcphuff.cpp.
Referenced by decode_mcu_AC_first(), decode_mcu_AC_refine(), decode_mcu_DC_first(), jinit_phuff_decoder(), jinit_phuff_encoder(), process_restart(), start_pass_phuff(), and start_pass_phuff_decoder().
int phuff_entropy_encoder::put_bits |
Definition at line 31 of file jcphuff.cpp.
Referenced by start_pass_phuff().
INT32 phuff_entropy_encoder::put_buffer |
Definition at line 30 of file jcphuff.cpp.
Referenced by start_pass_phuff().
unsigned int phuff_entropy_encoder::restarts_to_go |
Definition at line 44 of file jcphuff.cpp.
Referenced by decode_mcu_AC_first(), decode_mcu_AC_refine(), decode_mcu_DC_first(), decode_mcu_DC_refine(), encode_mcu_AC_first(), encode_mcu_AC_refine(), encode_mcu_DC_first(), encode_mcu_DC_refine(), process_restart(), start_pass_phuff(), and start_pass_phuff_decoder().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |