Home
last modified time | relevance | path

Searched refs:huff_smallest_node (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Didcinvideo.c86 static int huff_smallest_node(hnode *hnodes, int num_hnodes) { in huff_smallest_node() function
131 node->children[0] = huff_smallest_node(hnodes, num_hnodes); in huff_build_tree()
135 node->children[1] = huff_smallest_node(hnodes, num_hnodes); in huff_build_tree()

Completed in 1 milliseconds