Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
compress_fragment_two_pass.h File Reference
#include <brotli/types.h>
#include "../common/constants.h"
#include "../common/platform.h"
#include "entropy_encode.h"

Go to the source code of this file.

Data Structures

struct  BrotliTwoPassArena
 

Typedefs

typedef struct BrotliTwoPassArena BrotliTwoPassArena
 

Functions

BROTLI_INTERNAL 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)
 

Typedef Documentation

◆ BrotliTwoPassArena

typedef struct BrotliTwoPassArena BrotliTwoPassArena

Function Documentation

◆ BrotliCompressFragmentTwoPass()

BROTLI_INTERNAL 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 )