Searched refs:HeapElem (Results 1 – 1 of 1) sorted by relevance
39 typedef struct HeapElem { struct42 } HeapElem; typedef44 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()