Go to the documentation of this file.
26 #ifndef AVCODEC_HUFFMAN_H
27 #define AVCODEC_HUFFMAN_H
38 #define FF_HUFFMAN_FLAG_HNODE_FIRST 0x01
39 #define FF_HUFFMAN_FLAG_ZERO_COUNT 0x02
40 #define FF_HUFFMAN_BITS 10
42 typedef int (*
HuffCmp)(
const void *va,
const void *vb);