ReactOS 0.4.16-dev-106-g10b08aa
|
Definition at line 392 of file lzx_layer.c.
int lzx_data::aligned_freq_table[LZX_ALIGNED_SIZE] |
Definition at line 412 of file lzx_layer.c.
Referenced by lzx_compress_block().
huff_entry lzx_data::aligned_tree[LZX_ALIGNED_SIZE] |
Definition at line 417 of file lzx_layer.c.
Referenced by lzx_compress_block(), and lzx_write_compressed_literals().
lzx_at_eof_t lzx_data::at_eof |
Definition at line 398 of file lzx_layer.c.
Referenced by lzx_compress_block(), and lzx_init().
uint16_t lzx_data::bit_buf |
Definition at line 419 of file lzx_layer.c.
Referenced by lzx_write_bits().
int lzx_data::bits_in_buf |
Definition at line 420 of file lzx_layer.c.
Referenced by lzx_align_output(), lzx_init(), and lzx_write_bits().
uint32_t* lzx_data::block_codes |
Definition at line 413 of file lzx_layer.c.
Referenced by check_entropy(), lzx_compress_block(), lzx_init(), and lzx_write_compressed_literals().
uint32_t* lzx_data::block_codesp |
Definition at line 414 of file lzx_layer.c.
Referenced by check_entropy(), lzx_compress_block(), lzx_output_literal(), and lzx_write_compressed_literals().
int lzx_data::block_size |
Definition at line 409 of file lzx_layer.c.
Referenced by lzx_compress_block().
lzx_get_bytes_t lzx_data::get_bytes |
Definition at line 397 of file lzx_layer.c.
Referenced by lzx_get_chars(), and lzx_init().
void* lzx_data::in_arg |
Definition at line 394 of file lzx_layer.c.
Referenced by lzx_compress_block(), lzx_get_chars(), and lzx_init().
double lzx_data::last_ratio |
Definition at line 422 of file lzx_layer.c.
Referenced by check_entropy(), and lzx_compress_block().
int lzx_data::left_in_block |
Definition at line 405 of file lzx_layer.c.
Referenced by check_entropy(), lzx_compress_block(), lzx_get_chars(), and lzx_output_literal().
int lzx_data::left_in_frame |
Definition at line 404 of file lzx_layer.c.
Referenced by lzx_compress_block(), and lzx_get_chars().
uint32_t lzx_data::len_compressed_output |
Definition at line 426 of file lzx_layer.c.
Referenced by lzx_align_output(), lzx_finish(), lzx_init(), and lzx_write_bits().
uint32_t lzx_data::len_uncompressed_input |
Definition at line 425 of file lzx_layer.c.
Referenced by lzx_align_output(), lzx_finish(), lzx_init(), and lzx_write_compressed_literals().
int lzx_data::length_freq_table[NUM_SECONDARY_LENGTHS] |
Definition at line 411 of file lzx_layer.c.
Referenced by lzx_compress_block().
huff_entry lzx_data::length_tree[NUM_SECONDARY_LENGTHS] |
Definition at line 416 of file lzx_layer.c.
Referenced by lzx_compress_block(), and lzx_write_compressed_literals().
Definition at line 401 of file lzx_layer.c.
Referenced by check_entropy(), lzx_compress_block(), lzx_finish(), lzx_init(), and lzx_reset().
double lzx_data::main_entropy |
Definition at line 421 of file lzx_layer.c.
Referenced by check_entropy(), and lzx_compress_block().
int* lzx_data::main_freq_table |
Definition at line 410 of file lzx_layer.c.
Referenced by check_entropy(), lzx_compress_block(), lzx_finish(), lzx_init(), and lzx_output_literal().
huff_entry* lzx_data::main_tree |
Definition at line 415 of file lzx_layer.c.
Referenced by lzx_compress_block(), lzx_finish(), lzx_init(), and lzx_write_compressed_literals().
int lzx_data::main_tree_size |
Definition at line 418 of file lzx_layer.c.
Referenced by check_entropy(), lzx_compress_block(), lzx_init(), and lzx_reset().
lzx_mark_frame_t lzx_data::mark_frame |
Definition at line 400 of file lzx_layer.c.
Referenced by lzx_align_output(), and lzx_init().
void* lzx_data::mark_frame_arg |
Definition at line 396 of file lzx_layer.c.
Referenced by lzx_align_output(), and lzx_init().
short lzx_data::need_1bit_header |
Definition at line 427 of file lzx_layer.c.
Referenced by lzx_compress_block(), and lzx_reset().
int lzx_data::num_position_slots |
Definition at line 407 of file lzx_layer.c.
Referenced by lzx_init().
void* lzx_data::out_arg |
Definition at line 395 of file lzx_layer.c.
Referenced by lzx_init(), and lzx_write_bits().
uint8_t lzx_data::prev_length_treelengths[NUM_SECONDARY_LENGTHS] |
Definition at line 424 of file lzx_layer.c.
Referenced by lzx_compress_block(), and lzx_reset().
uint8_t* lzx_data::prev_main_treelengths |
Definition at line 423 of file lzx_layer.c.
Referenced by lzx_compress_block(), lzx_finish(), lzx_init(), and lzx_reset().
lzx_put_bytes_t lzx_data::put_bytes |
Definition at line 399 of file lzx_layer.c.
Referenced by lzx_init(), and lzx_write_bits().
int lzx_data::R0 |
Definition at line 406 of file lzx_layer.c.
Referenced by lzx_reset().
int lzx_data::R1 |
Definition at line 406 of file lzx_layer.c.
Referenced by lzx_reset().
int lzx_data::R2 |
Definition at line 406 of file lzx_layer.c.
Referenced by lzx_reset().
short lzx_data::subdivide |
Definition at line 428 of file lzx_layer.c.
Referenced by check_entropy(), lzx_compress_block(), lzx_get_chars(), and lzx_output_literal().