#include "deflate.h"
Go to the source code of this file.
Classes | |
| struct | static_tree_desc_s |
Macros | |
| #define | DIST_CODE_LEN 512 /* see definition of array dist_code below */ |
| #define | END_BLOCK 256 |
| #define | MAX_BL_BITS 7 |
| #define | pqremove(s, tree, top) |
| #define | put_short(s, w) |
| #define | REP_3_6 16 |
| #define | REPZ_11_138 18 |
| #define | REPZ_3_10 17 |
| #define | send_bits(s, value, length) |
| #define | send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) |
| #define | smaller(tree, n, m, depth) |
| #define | SMALLEST 1 |
Variables | |
| uch | _dist_code [DIST_CODE_LEN] |
| uch | _length_code [MAX_MATCH-MIN_MATCH+1] |
| int | base_dist [D_CODES] |
| int | base_length [LENGTH_CODES] |
| const uch | bl_order [BL_CODES] = {16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15} |
| const int | extra_blbits [BL_CODES] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7} |
| const int | extra_dbits [D_CODES] = {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} |
| const int | extra_lbits [LENGTH_CODES] = {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} |
| const static_tree_desc | static_bl_desc |
| const static_tree_desc | static_d_desc |
| ct_data | static_dtree [D_CODES] |
| const static_tree_desc | static_l_desc |
| ct_data | static_ltree [L_CODES+2] |
| #define DIST_CODE_LEN 512 /* see definition of array dist_code below */ |
Definition at line 81 of file bloaty/third_party/zlib/trees.c.
| #define END_BLOCK 256 |
Definition at line 50 of file bloaty/third_party/zlib/trees.c.
| #define MAX_BL_BITS 7 |
Definition at line 47 of file bloaty/third_party/zlib/trees.c.
| #define pqremove | ( | s, | |
| tree, | |||
| top | |||
| ) |
| #define put_short | ( | s, | |
| w | |||
| ) |
Definition at line 174 of file bloaty/third_party/zlib/trees.c.
| #define REP_3_6 16 |
Definition at line 53 of file bloaty/third_party/zlib/trees.c.
| #define REPZ_11_138 18 |
Definition at line 59 of file bloaty/third_party/zlib/trees.c.
| #define REPZ_3_10 17 |
Definition at line 56 of file bloaty/third_party/zlib/trees.c.
Definition at line 211 of file bloaty/third_party/zlib/trees.c.
Definition at line 161 of file bloaty/third_party/zlib/trees.c.
| #define smaller | ( | tree, | |
| n, | |||
| m, | |||
| depth | |||
| ) |
| #define SMALLEST 1 |
Definition at line 422 of file bloaty/third_party/zlib/trees.c.
| void ZLIB_INTERNAL _tr_align | ( | deflate_state * | s | ) |
Definition at line 896 of file bloaty/third_party/zlib/trees.c.
| void ZLIB_INTERNAL _tr_flush_bits | ( | deflate_state * | s | ) |
Definition at line 886 of file bloaty/third_party/zlib/trees.c.
| void ZLIB_INTERNAL _tr_flush_block | ( | deflate_state * | s, |
| charf * | buf, | ||
| ulg | stored_len, | ||
| int | last | ||
| ) |
Definition at line 911 of file bloaty/third_party/zlib/trees.c.
| void ZLIB_INTERNAL _tr_init | ( | deflate_state * | s | ) |
Definition at line 379 of file bloaty/third_party/zlib/trees.c.
| void ZLIB_INTERNAL _tr_stored_block | ( | deflate_state * | s, |
| charf * | buf, | ||
| ulg | stored_len, | ||
| int | last | ||
| ) |
Definition at line 863 of file bloaty/third_party/zlib/trees.c.
| int ZLIB_INTERNAL _tr_tally | ( | deflate_state * | s, |
| unsigned | dist, | ||
| unsigned | lc | ||
| ) |
Definition at line 1014 of file bloaty/third_party/zlib/trees.c.
| void bi_flush | ( | deflate_state * | s | ) |
Definition at line 1173 of file bloaty/third_party/zlib/trees.c.
| unsigned bi_reverse | ( | unsigned | code, |
| int | len | ||
| ) |
Definition at line 1158 of file bloaty/third_party/zlib/trees.c.
| void bi_windup | ( | deflate_state * | s | ) |
Definition at line 1190 of file bloaty/third_party/zlib/trees.c.
| int build_bl_tree | ( | deflate_state * | s | ) |
Definition at line 799 of file bloaty/third_party/zlib/trees.c.
| void build_tree | ( | deflate_state * | s, |
| tree_desc * | desc | ||
| ) |
Definition at line 615 of file bloaty/third_party/zlib/trees.c.
| void compress_block | ( | deflate_state * | s, |
| const ct_data * | ltree, | ||
| const ct_data * | dtree | ||
| ) |
Definition at line 1064 of file bloaty/third_party/zlib/trees.c.
| int detect_data_type | ( | deflate_state * | s | ) |
Definition at line 1124 of file bloaty/third_party/zlib/trees.c.
| void gen_bitlen | ( | deflate_state * | s, |
| tree_desc * | desc | ||
| ) |
Definition at line 486 of file bloaty/third_party/zlib/trees.c.
Definition at line 572 of file bloaty/third_party/zlib/trees.c.
| void init_block | ( | deflate_state * | s | ) |
Definition at line 407 of file bloaty/third_party/zlib/trees.c.
| void init_block OF | ( | (deflate_state *s) | ) |
| void compress_block OF | ( | (deflate_state *s, const ct_data *ltree, const ct_data *dtree) | ) |
| void pqdownheap OF | ( | (deflate_state *s, ct_data *tree, int k) | ) |
| void scan_tree OF | ( | (deflate_state *s, ct_data *tree, int max_code) | ) |
| void send_all_trees OF | ( | (deflate_state *s, int lcodes, int dcodes, int blcodes) | ) |
| void gen_bitlen OF | ( | (deflate_state *s, tree_desc *desc) | ) |
| unsigned bi_reverse OF | ( | (unsigned value, int length) | ) |
| void tr_static_init OF | ( | (void) | ) |
| void pqdownheap | ( | deflate_state * | s, |
| ct_data * | tree, | ||
| int | k | ||
| ) |
Definition at line 451 of file bloaty/third_party/zlib/trees.c.
| void scan_tree | ( | deflate_state * | s, |
| ct_data * | tree, | ||
| int | max_code | ||
| ) |
Definition at line 703 of file bloaty/third_party/zlib/trees.c.
| void send_all_trees | ( | deflate_state * | s, |
| int | lcodes, | ||
| int | dcodes, | ||
| int | blcodes | ||
| ) |
Definition at line 834 of file bloaty/third_party/zlib/trees.c.
| void send_tree | ( | deflate_state * | s, |
| ct_data * | tree, | ||
| int | max_code | ||
| ) |
Definition at line 748 of file bloaty/third_party/zlib/trees.c.
| void tr_static_init | ( | ) |
Definition at line 232 of file bloaty/third_party/zlib/trees.c.
| uch _dist_code[DIST_CODE_LEN] |
Definition at line 98 of file bloaty/third_party/zlib/trees.c.
Definition at line 104 of file bloaty/third_party/zlib/trees.c.
Definition at line 110 of file bloaty/third_party/zlib/trees.c.
| int base_length[LENGTH_CODES] |
Definition at line 107 of file bloaty/third_party/zlib/trees.c.
Definition at line 72 of file bloaty/third_party/zlib/trees.c.
Definition at line 69 of file bloaty/third_party/zlib/trees.c.
| const int extra_dbits[D_CODES] = {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} |
Definition at line 66 of file bloaty/third_party/zlib/trees.c.
| const int extra_lbits[LENGTH_CODES] = {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} |
Definition at line 63 of file bloaty/third_party/zlib/trees.c.
| const static_tree_desc static_bl_desc |
Definition at line 131 of file bloaty/third_party/zlib/trees.c.
| const static_tree_desc static_d_desc |
Definition at line 128 of file bloaty/third_party/zlib/trees.c.
Definition at line 93 of file bloaty/third_party/zlib/trees.c.
| const static_tree_desc static_l_desc |
Definition at line 125 of file bloaty/third_party/zlib/trees.c.
Definition at line 86 of file bloaty/third_party/zlib/trees.c.