Public Attributes | |
BYTE | fseTablesBuffer [ZSTD_MAX_FSE_HEADERS_SIZE] |
size_t | fseTablesSize |
size_t | lastCountSize |
symbolEncodingType_e | llType |
symbolEncodingType_e | mlType |
symbolEncodingType_e | ofType |
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 ZSTD_fseCTablesMetadata_t::fseTablesBuffer[ZSTD_MAX_FSE_HEADERS_SIZE] |
symbolEncodingType_e ZSTD_fseCTablesMetadata_t::llType |
symbolEncodingType_e ZSTD_fseCTablesMetadata_t::mlType |
symbolEncodingType_e ZSTD_fseCTablesMetadata_t::ofType |