Home
last modified time | relevance | path

Searched refs:ct_data (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/lib/zlib_deflate/
Ddeftree.c88 static ct_data static_ltree[L_CODES+2];
95 static ct_data static_dtree[D_CODES];
116 const ct_data *static_tree; /* static tree or NULL */
130 {(const ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS};
138 static void pqdownheap (deflate_state *s, ct_data *tree, int k);
140 static void gen_codes (ct_data *tree, int max_code, ush *bl_count);
142 static void scan_tree (deflate_state *s, ct_data *tree, int max_code);
143 static void send_tree (deflate_state *s, ct_data *tree, int max_code);
147 static void compress_block (deflate_state *s, ct_data *ltree,
148 ct_data *dtree);
[all …]
Ddefutil.h49 } ct_data; typedef
59 ct_data *dyn_tree; /* the dynamic tree */