Home
last modified time | relevance | path

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

/dports/devel/liboil/liboil-0.3.17/examples/huffman/
H A Dhuffman.h49 void huffman_add_code (Huffman *huff, unsigned int code, int n_bits, int value);
H A Dhuffman.c23 huffman_add_code (Huffman *huff, unsigned int code, int n_bits, in huffman_add_code() function