![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include <compress_fragment_two_pass.h>
Data Fields | |
| uint32_t | lit_histo [256] |
| uint8_t | lit_depth [256] |
| uint16_t | lit_bits [256] |
| uint32_t | cmd_histo [128] |
| uint8_t | cmd_depth [128] |
| uint16_t | cmd_bits [128] |
| HuffmanTree | tmp_tree [2 *BROTLI_NUM_LITERAL_SYMBOLS+1] |
| uint8_t | tmp_depth [BROTLI_NUM_COMMAND_SYMBOLS] |
| uint16_t | tmp_bits [64] |
| uint16_t cmd_bits |
| uint8_t cmd_depth |
| uint32_t cmd_histo |
| uint16_t lit_bits |
| uint8_t lit_depth |
| uint32_t lit_histo |
| uint16_t tmp_bits |
| uint8_t tmp_depth |
| HuffmanTree tmp_tree |