Home
last modified time | relevance | path

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

/dports/textproc/halibut/halibut-1.2/
H A Dhuffman.h14 void build_huffman_tree(int *freqs, unsigned char *lengths,
H A Dhuffman.c152 void build_huffman_tree(int *freqs, unsigned char *lengths, in build_huffman_tree() function
H A Ddeflate.c488 build_huffman_tree(freqs1, len1, lenof(freqs1), 15); in outblock()
489 build_huffman_tree(freqs2, len2, lenof(freqs2), 15); in outblock()
603 build_huffman_tree(freqs3, len3, lenof(freqs3), 7); in outblock()
H A Dlzx.c321 build_huffman_tree(freqs, huf->lengths, huf->nsyms, max_code_len); in lzx_build_tree()
/dports/audio/py-fmoo-audiotools/audiotools-3.0/src/
H A Dhuffman.c66 build_huffman_tree(struct huffman_frequency* frequencies,
147 build_huffman_tree(struct huffman_frequency* frequencies, in build_huffman_tree() function
456 tree = build_huffman_tree(frequencies, total_frequencies, &error); in compile_br_huffman_table()
492 tree = build_huffman_tree(frequencies, total_frequencies, &error); in compile_bw_huffman_table()
/dports/lang/fpc-source/fpc-3.2.2/packages/chm/src/
H A Dpaslzxcomp.pas246 procedure build_huffman_tree(nelem: longint; max_code_length: longint; freq: plongint; tree: phuff_…
923 build_huffman_tree(LZX_PRETREE_SIZE, 16, @freqs[0], pretree);
1030 build_huffman_tree(LZX_ALIGNED_SIZE, 7, @lzxd^.aligned_freq_table[0], @lzxd^.aligned_tree[0]);
1056 build_huffman_tree(lzxd^.main_tree_size, LZX_MAX_CODE_LENGTH,
1058 build_huffman_tree(NUM_SECONDARY_LENGTHS, 16,
/dports/misc/fpc-chm/fpc-3.2.2/packages/chm/src/
H A Dpaslzxcomp.pas246 procedure build_huffman_tree(nelem: longint; max_code_length: longint; freq: plongint; tree: phuff_…
923 build_huffman_tree(LZX_PRETREE_SIZE, 16, @freqs[0], pretree);
1030 build_huffman_tree(LZX_ALIGNED_SIZE, 7, @lzxd^.aligned_freq_table[0], @lzxd^.aligned_tree[0]);
1056 build_huffman_tree(lzxd^.main_tree_size, LZX_MAX_CODE_LENGTH,
1058 build_huffman_tree(NUM_SECONDARY_LENGTHS, 16,
/dports/archivers/liblzxcomp/lzx_compress/
H A Dlzx_layer.c111 build_huffman_tree(int nelem, int max_code_length, int *freq, huff_entry *tree) in build_huffman_tree() function
1017 build_huffman_tree(LZX_PRETREE_SIZE, 16, freqs, pretree); in lzx_write_compressed_tree()
1118 build_huffman_tree(LZX_ALIGNED_SIZE, 7, lzxd->aligned_freq_table, lzxd->aligned_tree); in lzx_compress_block()
1147 build_huffman_tree(lzxd->main_tree_size, LZX_MAX_CODE_LENGTH, in lzx_compress_block()
1149 build_huffman_tree(NUM_SECONDARY_LENGTHS, 16, in lzx_compress_block()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/lzx/
H A Dlzxc.c136 build_huffman_tree(int nelem, int max_code_length, int *freq, huff_entry *tree) in build_huffman_tree() function
1042 build_huffman_tree(LZX_PRETREE_SIZE, 16, freqs, pretree); in lzx_write_compressed_tree()
1143 build_huffman_tree(LZX_ALIGNED_SIZE, 7, lzxd->aligned_freq_table, lzxd->aligned_tree); in lzxc_compress_block()
1172 build_huffman_tree(lzxd->main_tree_size, LZX_MAX_CODE_LENGTH, in lzxc_compress_block()
1174 build_huffman_tree(NUM_SECONDARY_LENGTHS, 16, in lzxc_compress_block()