Module chd::huffman

source ·
Available on huffman_api only.
Expand description

Implementation of the MAME CHD Huffman Decoder.

For format descriptions, see huffman.cpp.

Structs§

Enums§

Functions§

  • Get the size of the lookup array for a given MAX_BITS

Type Aliases§

  • Huffman byte decoder. The encoding parameters for this decoder are NUM_BITS = 256 and MAX_BITS = 16