Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhuffman.c139 static int build_huff_tree(VLC *vlc, Node *nodes, int head, int flags, int nb_bits) in build_huff_tree() function
195 if (build_huff_tree(vlc, nodes, nb_codes * 2 - 2, flags, nb_bits) < 0) { in ff_huff_build_tree()