Searched refs:ff_huff_build_tree (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | huffman.h | 43 int ff_huff_build_tree(AVCodecContext *avctx, VLC *vlc, int nb_codes, int nb_bits,
|
D | huffman.c | 157 int ff_huff_build_tree(AVCodecContext *avctx, VLC *vlc, int nb_codes, int nb_bits, in ff_huff_build_tree() function
|
D | fraps.c | 102 if ((ret = ff_huff_build_tree(s->avctx, &vlc, 256, VLC_BITS, in fraps2_decode_plane()
|
D | vp6.c | 277 return ff_huff_build_tree(s->avctx, vlc, size, FF_HUFFMAN_BITS, in vp6_build_huff_tree()
|