Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhuffman.h43 int ff_huff_build_tree(AVCodecContext *avctx, VLC *vlc, int nb_codes, int nb_bits,
Dhuffman.c157 int ff_huff_build_tree(AVCodecContext *avctx, VLC *vlc, int nb_codes, int nb_bits, in ff_huff_build_tree() function
Dfraps.c102 if ((ret = ff_huff_build_tree(s->avctx, &vlc, 256, VLC_BITS, in fraps2_decode_plane()
Dvp6.c277 return ff_huff_build_tree(s->avctx, vlc, size, FF_HUFFMAN_BITS, in vp6_build_huff_tree()