Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhuffman.h46 int ff_huff_gen_len_table(uint8_t *dst, const uint64_t *stats, int n, int skip0);
Dhuffman.c58 int ff_huff_gen_len_table(uint8_t *dst, const uint64_t *stats, int stats_size, int skip0) in ff_huff_gen_len_table() function
Dutvideoenc.c490 if ((ret = ff_huff_gen_len_table(lengths, counts, 256, 1)) < 0) in encode_plane()
Dhuffyuvenc.c190 if ((ret = ff_huff_gen_len_table(s->len[i], s->stats[i], s->vlc_n, 0)) < 0) in store_huffman_tables()