mirror of
https://github.com/google/brotli.git
synced 2025-01-03 21:51:07 +00:00
1447345cbb
This change removes the redundant HCLEN, HLENINC and HLEN fields from the encoding of the complex Huffman codes and derives these from an invariant of the code length sequence. Based on a patch by Robert Obryk. |
||
---|---|---|
.. | ||
bit_reader.c | ||
bit_reader.h | ||
context.h | ||
decode.c | ||
decode.h | ||
huffman.c | ||
huffman.h | ||
Makefile | ||
prefix.h | ||
README | ||
safe_malloc.c | ||
safe_malloc.h | ||
streams.c | ||
streams.h | ||
types.h |
This directory holds the decoder for brotli compression format. Brotli is proposed to be used at the byte-compression level in WOFF 2.0 format.