![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include "compress_fragment.h"
#include <string.h>
#include <brotli/types.h>
#include "../common/platform.h"
#include "brotli_bit_stream.h"
#include "entropy_encode.h"
#include "fast_log.h"
#include "find_match_length.h"
#include "write_bits.h"
Macros | |
#define | MAX_DISTANCE (long)BROTLI_MAX_BACKWARD_LIMIT(18) |
#define | MIN_RATIO 980 |
#define | FOR_TABLE_BITS_(X) |
#define | BAKE_METHOD_PARAM_(B) |
#define | CASE_(B) |
Functions | |
void | BrotliCompressFragmentFast (BrotliOnePassArena *s, const uint8_t *input, size_t input_size, BROTLI_BOOL is_last, int *table, size_t table_size, size_t *storage_ix, uint8_t *storage) |
#define BAKE_METHOD_PARAM_ | ( | B | ) |
#define CASE_ | ( | B | ) |
#define FOR_TABLE_BITS_ | ( | X | ) |
#define MAX_DISTANCE (long)BROTLI_MAX_BACKWARD_LIMIT(18) |
#define MIN_RATIO 980 |
void BrotliCompressFragmentFast | ( | BrotliOnePassArena * | s, |
const uint8_t * | input, | ||
size_t | input_size, | ||
BROTLI_BOOL | is_last, | ||
int * | table, | ||
size_t | table_size, | ||
size_t * | storage_ix, | ||
uint8_t * | storage ) |