![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include <zstd_compress_internal.h>
Data Fields | |
| symbolEncodingType_e | llType |
| symbolEncodingType_e | ofType |
| symbolEncodingType_e | mlType |
| BYTE | fseTablesBuffer [ZSTD_MAX_FSE_HEADERS_SIZE] |
| size_t | fseTablesSize |
| size_t | lastCountSize |
ZSTD_fseCTablesMetadata_t : Stores symbol compression modes for a super-block in {ll, ol, ml}Type, and fse tables in fseTablesBuffer. fseTablesSize refers to the size of fse tables in bytes. This metadata is populated in ZSTD_buildBlockEntropyStats_sequences()
| BYTE fseTablesBuffer |
| size_t fseTablesSize |
| size_t lastCountSize |
| symbolEncodingType_e llType |
| symbolEncodingType_e mlType |
| symbolEncodingType_e ofType |