Home
last modified time | relevance | path

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

/dports/textproc/halibut/halibut-1.2/
H A Dhuffman.c156 int smallestfreq, totalfreq, nactivesyms; in build_huffman_tree() local
256 smallestfreq = -1; in build_huffman_tree()
260 if (smallestfreq < 0 || smallestfreq > freqs[i]) in build_huffman_tree()
261 smallestfreq = freqs[i]; in build_huffman_tree()
265 assert(smallestfreq <= totalfreq / maxprob); in build_huffman_tree()
280 num = totalfreq - smallestfreq * maxprob; in build_huffman_tree()