Project Alice
|
#include <zstd_compress_internal.h>
Public Attributes | |
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()
Definition at line 98 of file zstd_compress_internal.h.
BYTE ZSTD_fseCTablesMetadata_t::fseTablesBuffer[ZSTD_MAX_FSE_HEADERS_SIZE] |
Definition at line 102 of file zstd_compress_internal.h.
size_t ZSTD_fseCTablesMetadata_t::fseTablesSize |
Definition at line 103 of file zstd_compress_internal.h.
size_t ZSTD_fseCTablesMetadata_t::lastCountSize |
Definition at line 104 of file zstd_compress_internal.h.
symbolEncodingType_e ZSTD_fseCTablesMetadata_t::llType |
Definition at line 99 of file zstd_compress_internal.h.
symbolEncodingType_e ZSTD_fseCTablesMetadata_t::mlType |
Definition at line 101 of file zstd_compress_internal.h.
symbolEncodingType_e ZSTD_fseCTablesMetadata_t::ofType |
Definition at line 100 of file zstd_compress_internal.h.