Expand description
Bit-by-bit Huffman/VLC decoder (upstream get_vlc2 equivalent strategy).
We intentionally use a tree (bit traversal) instead of a flat lookup table, because MSMPEG4/WMV2 DC tables contain code lengths up to 24 bits.
Structsยง
- VlcTree
- MSB-first VLC tree.