![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include "../common/constants.h"
#include "../common/context.h"
#include "../common/dictionary.h"
#include "../common/platform.h"
#include <brotli/types.h>
#include "./command.h"
#include "./hash.h"
#include "./quality.h"
Go to the source code of this file.
Functions | |
BROTLI_INTERNAL void | BrotliCreateBackwardReferences (size_t num_bytes, size_t position, const uint8_t *ringbuffer, size_t ringbuffer_mask, ContextLut literal_context_lut, const BrotliEncoderParams *params, Hasher *hasher, int *dist_cache, size_t *last_insert_len, Command *commands, size_t *num_commands, size_t *num_literals) |
BROTLI_INTERNAL void BrotliCreateBackwardReferences | ( | size_t | num_bytes, |
size_t | position, | ||
const uint8_t * | ringbuffer, | ||
size_t | ringbuffer_mask, | ||
ContextLut | literal_context_lut, | ||
const BrotliEncoderParams * | params, | ||
Hasher * | hasher, | ||
int * | dist_cache, | ||
size_t * | last_insert_len, | ||
Command * | commands, | ||
size_t * | num_commands, | ||
size_t * | num_literals ) |