Expand description
This file contains a single struct HuffmanTable that
stores Huffman tables needed during BitStream decoding.
Structs§
- Huffman
Table  - A struct which contains necessary tables for decoding a JPEG huffman encoded bitstream
 
Constants§
- HUFF_
LOOKAHEAD  - Determines how many bits of lookahead we have for our bitstream decoder.