Module huffman

Source
Expand description

This file contains a single struct HuffmanTable that stores Huffman tables needed during BitStream decoding.

Structs§

HuffmanTable
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.