Home
last modified time | relevance | path

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

/reactos/sdk/tools/hhpcomp/lzx_compress/
H A Dlzx_layer.c410 int *main_freq_table; member
565 if (lzud->main_freq_table[main_index] != 1) { in check_entropy()
566 freq = (double)lzud->main_freq_table[main_index]-1; in check_entropy()
570 freq = (double)lzud->main_freq_table[main_index]; in check_entropy()
758 lzud->main_freq_table[len_pos_header + NUM_CHARS]++; in lzx_output_match()
782 lzud->main_freq_table[ch]++; in lzx_output_literal()
1086 memset(lzxd->main_freq_table, 0, lzxd->main_tree_size * sizeof(int)); in lzx_compress_block()
1148 lzxd->main_freq_table, lzxd->main_tree); in lzx_compress_block()
1181 memset(lzxd->main_freq_table, 0, lzxd->main_tree_size * sizeof(int)); in lzx_compress_block()
1222 lzxd->main_freq_table = malloc(sizeof(int) * lzxd->main_tree_size); in lzx_init()
[all …]