NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Public Member Functions | |
TTreeState () | |
Public Attributes | |
ct_data | dyn_ltree [HEAP_SIZE] |
ct_data | dyn_dtree [2 *D_CODES+1] |
ct_data | static_ltree [L_CODES+2] |
ct_data | static_dtree [D_CODES] |
ct_data | bl_tree [2 *BL_CODES+1] |
tree_desc | l_desc |
tree_desc | d_desc |
tree_desc | bl_desc |
ush | bl_count [MAX_BITS+1] |
int | heap [2 *L_CODES+1] |
int | heap_len |
int | heap_max |
uch | depth [2 *L_CODES+1] |
uch | length_code [MAX_MATCH - MIN_MATCH+1] |
uch | dist_code [512] |
int | base_length [LENGTH_CODES] |
int | base_dist [D_CODES] |
uch far | l_buf [LIT_BUFSIZE] |
ush far | d_buf [DIST_BUFSIZE] |
uch | flag_buf [(LIT_BUFSIZE/8)] |
unsigned | last_lit |
unsigned | last_dist |
unsigned | last_flags |
uch | flags |
uch | flag_bit |
ulg | opt_len |
ulg | static_len |
ulg | cmpr_bytelen |
ulg | cmpr_len_bits |
ulg | input_len |
ush * | file_type |
TTreeState::TTreeState | ( | ) |
Definition at line 468 of file zip.cpp.
References BL_CODES, bl_desc, bl_tree, D_CODES, d_desc, dyn_dtree, dyn_ltree, extra_blbits, extra_dbits, extra_lbits, L_CODES, l_desc, last_dist, last_flags, last_lit, LITERALS, MAX_BITS, MAX_BL_BITS, static_dtree, and static_ltree.
int TTreeState::base_dist[D_CODES] |
Definition at line 436 of file zip.cpp.
Referenced by compress_block(), and ct_init().
int TTreeState::base_length[LENGTH_CODES] |
Definition at line 433 of file zip.cpp.
Referenced by compress_block(), and ct_init().
Definition at line 414 of file zip.cpp.
Referenced by ct_init(), gen_bitlen(), and gen_codes().
tree_desc TTreeState::bl_desc |
Definition at line 412 of file zip.cpp.
Referenced by build_bl_tree(), and TTreeState().
Definition at line 408 of file zip.cpp.
Referenced by build_bl_tree(), init_block(), scan_tree(), send_all_trees(), send_tree(), and TTreeState().
ulg TTreeState::cmpr_bytelen |
Definition at line 458 of file zip.cpp.
Referenced by ct_init(), and flush_block().
ulg TTreeState::cmpr_len_bits |
Definition at line 459 of file zip.cpp.
Referenced by ct_init(), and flush_block().
ush far TTreeState::d_buf[DIST_BUFSIZE] |
Definition at line 440 of file zip.cpp.
Referenced by compress_block(), and ct_tally().
tree_desc TTreeState::d_desc |
Definition at line 411 of file zip.cpp.
Referenced by build_bl_tree(), flush_block(), and TTreeState().
Definition at line 422 of file zip.cpp.
Referenced by build_tree().
Definition at line 401 of file zip.cpp.
Referenced by build_bl_tree(), ct_tally(), flush_block(), init_block(), send_all_trees(), and TTreeState().
Definition at line 400 of file zip.cpp.
Referenced by build_bl_tree(), ct_tally(), flush_block(), init_block(), send_all_trees(), set_file_type(), and TTreeState().
ush* TTreeState::file_type |
Definition at line 464 of file zip.cpp.
Referenced by ct_init(), flush_block(), and set_file_type().
uch TTreeState::flag_bit |
Definition at line 450 of file zip.cpp.
Referenced by ct_tally(), and init_block().
uch TTreeState::flag_buf[(LIT_BUFSIZE/8)] |
Definition at line 442 of file zip.cpp.
Referenced by compress_block(), ct_tally(), and flush_block().
uch TTreeState::flags |
Definition at line 449 of file zip.cpp.
Referenced by ct_tally(), flush_block(), and init_block().
int TTreeState::heap[2 *L_CODES+1] |
Definition at line 416 of file zip.cpp.
Referenced by build_tree(), gen_bitlen(), and pqdownheap().
int TTreeState::heap_len |
Definition at line 417 of file zip.cpp.
Referenced by build_tree(), and pqdownheap().
int TTreeState::heap_max |
Definition at line 418 of file zip.cpp.
Referenced by build_tree(), and gen_bitlen().
ulg TTreeState::input_len |
Definition at line 461 of file zip.cpp.
Referenced by ct_init(), and flush_block().
uch far TTreeState::l_buf[LIT_BUFSIZE] |
Definition at line 439 of file zip.cpp.
Referenced by compress_block(), and ct_tally().
tree_desc TTreeState::l_desc |
Definition at line 410 of file zip.cpp.
Referenced by build_bl_tree(), flush_block(), and TTreeState().
unsigned TTreeState::last_dist |
Definition at line 447 of file zip.cpp.
Referenced by ct_tally(), flush_block(), init_block(), and TTreeState().
unsigned TTreeState::last_flags |
Definition at line 448 of file zip.cpp.
Referenced by ct_tally(), flush_block(), init_block(), and TTreeState().
unsigned TTreeState::last_lit |
Definition at line 446 of file zip.cpp.
Referenced by compress_block(), ct_tally(), flush_block(), init_block(), and TTreeState().
Definition at line 425 of file zip.cpp.
Referenced by compress_block(), ct_init(), and ct_tally().
ulg TTreeState::opt_len |
Definition at line 455 of file zip.cpp.
Referenced by build_bl_tree(), build_tree(), flush_block(), gen_bitlen(), and init_block().
Definition at line 406 of file zip.cpp.
Referenced by ct_init(), flush_block(), TZip::ideflate(), and TTreeState().
ulg TTreeState::static_len |
Definition at line 456 of file zip.cpp.
Referenced by build_bl_tree(), build_tree(), flush_block(), gen_bitlen(), and init_block().
Definition at line 402 of file zip.cpp.
Referenced by ct_init(), flush_block(), and TTreeState().