![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include "compress_fragment_two_pass.h"
#include <string.h>
#include <brotli/types.h>
#include "../common/constants.h"
#include "../common/platform.h"
#include "bit_cost.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 0.98 |
#define | SAMPLE_RATE 43 |
#define | FOR_TABLE_BITS_(X) |
#define | BAKE_METHOD_PARAM_(B) |
#define | CASE_(B) |
Functions | |
void | BrotliCompressFragmentTwoPass (BrotliTwoPassArena *s, const uint8_t *input, size_t input_size, BROTLI_BOOL is_last, uint32_t *command_buf, uint8_t *literal_buf, 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 0.98 |
#define SAMPLE_RATE 43 |
void BrotliCompressFragmentTwoPass | ( | BrotliTwoPassArena * | s, |
const uint8_t * | input, | ||
size_t | input_size, | ||
BROTLI_BOOL | is_last, | ||
uint32_t * | command_buf, | ||
uint8_t * | literal_buf, | ||
int * | table, | ||
size_t | table_size, | ||
size_t * | storage_ix, | ||
uint8_t * | storage ) |