Go to the source code of this file.
|
size_t | ZSTD_noCompressLiterals (void *dst, size_t dstCapacity, const void *src, size_t srcSize) |
|
size_t | ZSTD_compressRleLiteralsBlock (void *dst, size_t dstCapacity, const void *src, size_t srcSize) |
|
size_t | ZSTD_compressLiterals (ZSTD_hufCTables_t const *prevHuf, ZSTD_hufCTables_t *nextHuf, ZSTD_strategy strategy, int disableLiteralCompression, void *dst, size_t dstCapacity, const void *src, size_t srcSize, void *entropyWorkspace, size_t entropyWorkspaceSize, const int bmi2, unsigned suspectUncompressible) |
|
◆ ZSTD_compressLiterals()
size_t ZSTD_compressLiterals |
( |
ZSTD_hufCTables_t const * | prevHuf, |
|
|
ZSTD_hufCTables_t * | nextHuf, |
|
|
ZSTD_strategy | strategy, |
|
|
int | disableLiteralCompression, |
|
|
void * | dst, |
|
|
size_t | dstCapacity, |
|
|
const void * | src, |
|
|
size_t | srcSize, |
|
|
void * | entropyWorkspace, |
|
|
size_t | entropyWorkspaceSize, |
|
|
const int | bmi2, |
|
|
unsigned | suspectUncompressible ) |
◆ ZSTD_compressRleLiteralsBlock()
size_t ZSTD_compressRleLiteralsBlock |
( |
void * | dst, |
|
|
size_t | dstCapacity, |
|
|
const void * | src, |
|
|
size_t | srcSize ) |
◆ ZSTD_noCompressLiterals()
size_t ZSTD_noCompressLiterals |
( |
void * | dst, |
|
|
size_t | dstCapacity, |
|
|
const void * | src, |
|
|
size_t | srcSize ) |