Home
last modified time | relevance | path

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

/reactos/sdk/tools/hhpcomp/lzx_compress/
H A Dlzx_layer.c72 typedef struct huff_entry { struct
75 } huff_entry; argument
111 build_huffman_tree(int nelem, int max_code_length, int *freq, huff_entry *tree) in build_huffman_tree()
362 memset(tree, 0, nelem * sizeof(huff_entry)); in build_huffman_tree()
415 huff_entry *main_tree;
416 huff_entry length_tree[NUM_SECONDARY_LENGTHS];
417 huff_entry aligned_tree[LZX_ALIGNED_SIZE];
857 huff_entry *huffe; in lzx_write_compressed_literals()
931 struct huff_entry *tree, uint8_t *prevlengths, in lzx_write_compressed_tree()
939 huff_entry pretree[20]; in lzx_write_compressed_tree()
[all …]