webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Macros | |
#define | BROTLI_REVERSE_BITS_MAX 8 |
#define | BROTLI_REVERSE_BITS_BASE 0 |
#define | BROTLI_REVERSE_BITS_LOWEST (1U << (BROTLI_REVERSE_BITS_MAX - 1 + BROTLI_REVERSE_BITS_BASE)) |
Functions | |
void | BrotliBuildCodeLengthsHuffmanTable (HuffmanCode *table, const uint8_t *const code_lengths, uint16_t *count) |
uint32_t | BrotliBuildHuffmanTable (HuffmanCode *root_table, int root_bits, const uint16_t *const symbol_lists, uint16_t *count) |
uint32_t | BrotliBuildSimpleHuffmanTable (HuffmanCode *table, int root_bits, uint16_t *val, uint32_t num_symbols) |
#define BROTLI_REVERSE_BITS_BASE 0 |
#define BROTLI_REVERSE_BITS_LOWEST (1U << (BROTLI_REVERSE_BITS_MAX - 1 + BROTLI_REVERSE_BITS_BASE)) |
#define BROTLI_REVERSE_BITS_MAX 8 |
void BrotliBuildCodeLengthsHuffmanTable | ( | HuffmanCode * | table, |
const uint8_t *const | code_lengths, | ||
uint16_t * | count | ||
) |
uint32_t BrotliBuildHuffmanTable | ( | HuffmanCode * | root_table, |
int | root_bits, | ||
const uint16_t *const | symbol_lists, | ||
uint16_t * | count | ||
) |
uint32_t BrotliBuildSimpleHuffmanTable | ( | HuffmanCode * | table, |
int | root_bits, | ||
uint16_t * | val, | ||
uint32_t | num_symbols | ||
) |