Searched refs:ff_huff_gen_len_table (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | huffman.h | 46 int ff_huff_gen_len_table(uint8_t *dst, const uint64_t *stats, int n, int skip0);
|
D | huffman.c | 58 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
|
D | utvideoenc.c | 490 if ((ret = ff_huff_gen_len_table(lengths, counts, 256, 1)) < 0) in encode_plane()
|
D | huffyuvenc.c | 190 if ((ret = ff_huff_gen_len_table(s->len[i], s->stats[i], s->vlc_n, 0)) < 0) in store_huffman_tables()
|