Home
last modified time | relevance | path

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

/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dhuffman.c40 ret = huffman_tree_build(m); in huffman_tree_load()
45 huffman_node_t *huffman_tree_build ( htsmsg_t *m ) in huffman_tree_build() function
H A Dhuffman.h34 huffman_node_t *huffman_tree_build ( htsmsg_t *codes );
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/epggrab/module/
H A Dopentv.c870 dict->codes = huffman_tree_build(m); in _opentv_dict_load_one()