|
| static int | R__build_bl_tree () |
| static int | R__build_bl_tree (tree_internal_state *t_state) |
| static int | R__build_tree () |
| static int | R__build_tree (tree_internal_state *t_state, tree_desc *desc) |
| static int | R__compress_block () |
| static int | R__compress_block (bits_internal_state *state, tree_internal_state *t_state, ct_data *ltree, ct_data *dtree) |
| int | R__ct_init (tree_internal_state *t_state, ush *attr, int *method) |
| int | R__ct_tally (bits_internal_state *state, int dist, int lc) |
| ulg | R__flush_block (bits_internal_state *state, char *buf, ulg stored_len, int eof, int *errorflag) |
| static int | R__gen_bitlen () |
| static int | R__gen_bitlen (tree_internal_state *t_state, tree_desc *desc) |
| static int | R__gen_codes () |
| static int | R__gen_codes (tree_internal_state *t_state, ct_data *tree, int max_code) |
| tree_internal_state * | R__get_thread_tree_state () |
| static int | R__init_block () |
| static int | R__init_block (tree_internal_state *t_state) |
| static int | R__pqdownheap () |
| static int | R__pqdownheap (tree_internal_state *t_state, ct_data *tree, int k) |
| static int | R__scan_tree () |
| static int | R__scan_tree (tree_internal_state *t_state, ct_data *tree, int max_code) |
| static int | R__send_all_trees () |
| static int | R__send_all_trees (bits_internal_state *state, tree_internal_state *t_state, int lcodes, int dcodes, int blcodes) |
| static int | R__send_tree () |
| static int | R__send_tree (bits_internal_state *state, tree_internal_state *t_state, ct_data *tree, int max_code) |
| static int | R__set_file_type () |
| static int | R__set_file_type (tree_internal_state *t_state) |
| int | R__tree_desc_init (tree_desc *tree_description, ct_data *dyn_tree, ct_data *static_tree, int *extra_bits, int extra_base, int elems, int max_length, int max_code) |
| | TTHREAD_TLS_DECLARE (int, tree_state_isInit) |
| | TTHREAD_TLS_DECLARE (tree_internal_state *, tree_state) |
|
| uch | bl_order [19] = {16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15} |
| static int | extra_blbits [19] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7} |
| static int | extra_dbits [30] = {0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13} |
| static int | extra_lbits [29] = {0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0} |