Home
last modified time | relevance | path

Searched refs:huffman_groups (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dwebp.c185 HuffReader *huffman_groups; /* reader for each huffman group */ member
233 if (img->huffman_groups) { in image_ctx_free()
236 ff_free_vlc(&img->huffman_groups[i * HUFFMAN_CODES_PER_META_CODE + j].vlc); in image_ctx_free()
238 av_free(img->huffman_groups); in image_ctx_free()
543 return &img->huffman_groups[group * HUFFMAN_CODES_PER_META_CODE]; in get_huffman_group()
601 img->huffman_groups = av_calloc(img->nb_huffman_groups, in decode_entropy_coded_image()
603 sizeof(*img->huffman_groups)); in decode_entropy_coded_image()
604 if (!img->huffman_groups) in decode_entropy_coded_image()
608 hg = &img->huffman_groups[i * HUFFMAN_CODES_PER_META_CODE]; in decode_entropy_coded_image()

Completed in 3 milliseconds