Searched refs:build_huff (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | utvideodec.c | 48 static int build_huff(UtvideoContext *c, const uint8_t *src, VLC *vlc, in build_huff() function 102 if ((ret = build_huff(c, huff, &vlc, &fsym, 1024)) < 0) { in decode_plane10() 106 if (fsym >= 0) { // build_huff reported a symbol to fill slices with in decode_plane10() 262 if (build_huff(c, src, &vlc, &fsym, 256)) { in decode_plane() 266 if (fsym >= 0) { // build_huff reported a symbol to fill slices with in decode_plane()
|
H A D | agm.c | 1016 static int build_huff(const uint8_t *bitlen, VLC *vlc) in build_huff() function 1083 if ((ret = build_huff(lens, &s->vlc)) < 0) in decode_huffman2()
|
Completed in 4 milliseconds