Project Alice
Loading...
Searching...
No Matches
ZSTD_fseCTablesMetadata_t Struct Reference

#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
 

Detailed Description

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.

Member Data Documentation

◆ fseTablesBuffer

BYTE ZSTD_fseCTablesMetadata_t::fseTablesBuffer[ZSTD_MAX_FSE_HEADERS_SIZE]

Definition at line 102 of file zstd_compress_internal.h.

◆ fseTablesSize

size_t ZSTD_fseCTablesMetadata_t::fseTablesSize

Definition at line 103 of file zstd_compress_internal.h.

◆ lastCountSize

size_t ZSTD_fseCTablesMetadata_t::lastCountSize

Definition at line 104 of file zstd_compress_internal.h.

◆ llType

symbolEncodingType_e ZSTD_fseCTablesMetadata_t::llType

Definition at line 99 of file zstd_compress_internal.h.

◆ mlType

symbolEncodingType_e ZSTD_fseCTablesMetadata_t::mlType

Definition at line 101 of file zstd_compress_internal.h.

◆ ofType

symbolEncodingType_e ZSTD_fseCTablesMetadata_t::ofType

Definition at line 100 of file zstd_compress_internal.h.


The documentation for this struct was generated from the following file: