| bit_reader.c |
Bit reading helpers |
2282 |
| bit_reader.h |
Bit reading helpers |
14792 |
| decode.c |
We need the slack region for the following reasons:
- doing up to two 16-byte copies for fast backward copying
- inserting transformed dictionary word:
255 prefix + 32 base + 255 suffix |
107780 |
| huffman.c |
Utilities for building Huffman decoding tables. |
11948 |
| huffman.h |
Utilities for building Huffman decoding tables. |
4080 |
| prefix.c |
IWYU pragma: keep |
2529 |
| prefix.h |
Lookup tables to map prefix codes to value ranges. This is used during
decoding of the block lengths, literal insertion lengths and copy lengths. |
1250 |
| prefix_inc.h |
|
30933 |
| state.c |
When BROTLI_REPORTING is defined extra reporting module have to be linked. |
5871 |
| state.h |
Brotli state for partial streaming decoding. |
12452 |
| static_init.c |
BROTLI_STATIC_INIT_NONE |
1444 |
| static_init.h |
Central point for static initialization. |
840 |