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

#include <dictionary.h>

Data Fields

uint8_t size_bits_by_length [32]
 
uint32_t offsets_by_length [32]
 
size_t data_size
 
const uint8_t * data
 

Field Documentation

◆ data

const uint8_t * data

◆ data_size

size_t data_size

◆ offsets_by_length

uint32_t offsets_by_length

◆ size_bits_by_length

uint8_t size_bits_by_length

Number of bits to encode index of dictionary word in a bucket.

Specification: Appendix A. Static Dictionary Data

Words in a dictionary are bucketed by length. 0 means that there are no words of a given length. Dictionary consists of words with length of [4..24] bytes. Values at [0..3] and [25..31] indices should not be addressed.


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