Searched refs:ff_huff_build_tree (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | huffman.h | 44 int ff_huff_build_tree(void *logctx, VLC *vlc, int nb_codes, int nb_bits,
|
H A D | huffman.c | 159 int ff_huff_build_tree(void *logctx, VLC *vlc, int nb_codes, int nb_bits, in ff_huff_build_tree() function
|
H A D | fraps.c | 102 if ((ret = ff_huff_build_tree(s->avctx, &vlc, 256, VLC_BITS, in fraps2_decode_plane()
|
H A D | vp6.c | 280 return ff_huff_build_tree(s->avctx, vlc, size, FF_HUFFMAN_BITS, in vp6_build_huff_tree()
|
Completed in 3 milliseconds