tinfl_decompressor

Undocumented in source.

Members

Variables

m_bit_buf
tinfl_bit_buf_t m_bit_buf;
m_check_adler32
mz_uint32 m_check_adler32;
Undocumented in source.
m_code_size_0
mz_uint8[TINFL_MAX_HUFF_SYMBOLS_0] m_code_size_0;
Undocumented in source.
m_code_size_1
mz_uint8[TINFL_MAX_HUFF_SYMBOLS_1] m_code_size_1;
Undocumented in source.
m_code_size_2
mz_uint8[TINFL_MAX_HUFF_SYMBOLS_2] m_code_size_2;
m_counter
mz_uint32 m_counter;
m_dist
mz_uint32 m_dist;
Undocumented in source.
m_dist_from_out_buf_start
size_t m_dist_from_out_buf_start;
m_final
mz_uint32 m_final;
Undocumented in source.
m_len_codes
mz_uint8[TINFL_MAX_HUFF_SYMBOLS_0 + TINFL_MAX_HUFF_SYMBOLS_1 + 137] m_len_codes;
Undocumented in source.
m_look_up
mz_int16[TINFL_FAST_LOOKUP_SIZE][TINFL_MAX_HUFF_TABLES] m_look_up;
m_num_bits
mz_uint32 m_num_bits;
m_num_extra
mz_uint32 m_num_extra;
Undocumented in source.
m_raw_header
mz_uint8[4] m_raw_header;
Undocumented in source.
m_state
mz_uint32 m_state;
Undocumented in source.
m_table_sizes
mz_uint32[TINFL_MAX_HUFF_TABLES] m_table_sizes;
Undocumented in source.
m_tree_0
mz_int16[TINFL_MAX_HUFF_SYMBOLS_0 * 2] m_tree_0;
Undocumented in source.
m_tree_1
mz_int16[TINFL_MAX_HUFF_SYMBOLS_1 * 2] m_tree_1;
Undocumented in source.
m_tree_2
mz_int16[TINFL_MAX_HUFF_SYMBOLS_2 * 2] m_tree_2;
m_type
mz_uint32 m_type;
m_z_adler32
mz_uint32 m_z_adler32;
m_zhdr0
mz_uint32 m_zhdr0;
m_zhdr1
mz_uint32 m_zhdr1;
Undocumented in source.

Meta