Adaptive Huffman coding

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression }} '''Adaptive Huffman coding''' is a class of data compression algorithms based on Huffman coding. Adaptive Huffm...")
 

Latest revision as of 11:29, 12 September 2020

File Format
Name Adaptive Huffman coding
Ontology

Adaptive Huffman coding is a class of data compression algorithms based on Huffman coding.

Adaptive Huffman is also known as dynamic Huffman, but dynamic Huffman is sometimes used more generally, to mean something like "any format in which the Huffman codebook can be changed".

[edit] Discussion

With adaptive Huffman coding, the Huffman codebook is not stored in the file. Instead, it is constructed and re-optimized automatically as each successive encoded symbol (e.g. byte) in a stream is compressed or decompressed.

[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox