Searched refs:ct_data (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/lib/zlib_deflate/ |
D | deftree.c | 87 static ct_data static_ltree[L_CODES+2]; 94 static ct_data static_dtree[D_CODES]; 115 const ct_data *static_tree; /* static tree or NULL */ 129 {(const ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS}; 137 static void pqdownheap (deflate_state *s, ct_data *tree, int k); 139 static void gen_codes (ct_data *tree, int max_code, ush *bl_count); 141 static void scan_tree (deflate_state *s, ct_data *tree, int max_code); 142 static void send_tree (deflate_state *s, ct_data *tree, int max_code); 146 static void compress_block (deflate_state *s, ct_data *ltree, 147 ct_data *dtree); [all …]
|
D | defutil.h | 49 } ct_data; typedef 59 ct_data *dyn_tree; /* the dynamic tree */
|