Public Attributes | |
| 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] |
Definition at line 24 of file jcphuff.c.
Definition at line 33 of file jcphuff.c.
Referenced by encode_mcu_AC_first(), encode_mcu_AC_refine(), encode_mcu_DC_first(), encode_mcu_DC_refine(), and finish_pass_phuff().
Definition at line 34 of file jcphuff.c.
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::last_dc_val[MAX_COMPS_IN_SCAN] |
Definition at line 43 of file jcphuff.c.
Referenced by encode_mcu_AC_first(), encode_mcu_AC_refine(), and METHODDEF().
| unsigned int phuff_entropy_encoder::EOBRUN |
Definition at line 44 of file jcphuff.c.
Referenced by encode_mcu_AC_first(), encode_mcu_AC_refine(), and METHODDEF().
| unsigned int phuff_entropy_encoder::BE |
Definition at line 46 of file jcphuff.c.
Referenced by encode_mcu_AC_refine(), jinit_phuff_encoder(), and METHODDEF().
| unsigned int phuff_entropy_encoder::restarts_to_go |
Definition at line 49 of file jcphuff.c.
Referenced by encode_mcu_AC_first(), encode_mcu_AC_refine(), encode_mcu_DC_first(), encode_mcu_DC_refine(), and METHODDEF().
Definition at line 50 of file jcphuff.c.
Referenced by encode_mcu_AC_first(), encode_mcu_AC_refine(), encode_mcu_DC_first(), encode_mcu_DC_refine(), and METHODDEF().
| c_derived_tbl* phuff_entropy_encoder::derived_tbls[NUM_HUFF_TBLS] |
| long* phuff_entropy_encoder::count_ptrs[NUM_HUFF_TBLS] |
1.5.1