Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
BrotliTwoPassArena Struct Reference

#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]
 

Field Documentation

◆ cmd_bits

uint16_t cmd_bits

◆ cmd_depth

uint8_t cmd_depth

◆ cmd_histo

uint32_t cmd_histo

◆ lit_bits

uint16_t lit_bits

◆ lit_depth

uint8_t lit_depth

◆ lit_histo

uint32_t lit_histo

◆ tmp_bits

uint16_t tmp_bits

◆ tmp_depth

uint8_t tmp_depth

◆ tmp_tree

HuffmanTree tmp_tree

The documentation for this struct was generated from the following files: