HeapElem           44 libavcodec/huffman.c static void heap_sift(HeapElem *h, int root, int size)
HeapElem           51 libavcodec/huffman.c             FFSWAP(HeapElem, h[root], h[child]);
HeapElem           60 libavcodec/huffman.c     HeapElem *h  = av_malloc_array(sizeof(*h), stats_size);