Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhuffman.c39 typedef struct HeapElem { struct
42 } HeapElem; typedef
44 static void heap_sift(HeapElem *h, int root, int size) in heap_sift()
51 FFSWAP(HeapElem, h[root], h[child]); in heap_sift()
60 HeapElem *h = av_malloc_array(sizeof(*h), stats_size); in ff_huff_gen_len_table()