Home
last modified time | relevance | path

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

/Linux-v6.6/lib/zlib_deflate/
Ddeftree.c83 static ct_data static_ltree[L_CODES+2];
90 static ct_data static_dtree[D_CODES];
111 const ct_data *static_tree; /* static tree or NULL */
125 {(const ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS};
133 static void pqdownheap (deflate_state *s, ct_data *tree, int k);
135 static void gen_codes (ct_data *tree, int max_code, ush *bl_count);
137 static void scan_tree (deflate_state *s, ct_data *tree, int max_code);
138 static void send_tree (deflate_state *s, ct_data *tree, int max_code);
142 static void compress_block (deflate_state *s, ct_data *ltree,
143 ct_data *dtree);
[all …]
Ddefutil.h51 } ct_data; typedef
61 ct_data *dyn_tree; /* the dynamic tree */