![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include "./huffman.h"
#include <string.h>
#include "../common/constants.h"
#include "../common/platform.h"
#include <brotli/types.h>
Macros | |
#define | BROTLI_REVERSE_BITS_MAX 8 |
#define | BROTLI_REVERSE_BITS_BASE 0 |
#define | BROTLI_REVERSE_BITS_LOWEST ((brotli_reg_t)1 << (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 ((brotli_reg_t)1 << (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 ) |