Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dhuffman.c41 typedef struct HeapElem { struct
44 } HeapElem; typedef
46 static void heap_sift(HeapElem *h, int root, int size) in heap_sift()
53 FFSWAP(HeapElem, h[root], h[child]); in heap_sift()
62 HeapElem *h = av_malloc_array(sizeof(*h), stats_size); in ff_huff_gen_len_table()

Completed in 2 milliseconds