Conscience Core
Public Attributes | List of all members
ZSTD_fseCTables_t Struct Reference

Public Attributes

FSE_CTable offcodeCTable [FSE_CTABLE_SIZE_U32(OffFSELog, MaxOff)]
 
FSE_CTable matchlengthCTable [FSE_CTABLE_SIZE_U32(MLFSELog, MaxML)]
 
FSE_CTable litlengthCTable [FSE_CTABLE_SIZE_U32(LLFSELog, MaxLL)]
 
FSE_repeat offcode_repeatMode
 
FSE_repeat matchlength_repeatMode
 
FSE_repeat litlength_repeatMode
 

Member Data Documentation

◆ litlength_repeatMode

FSE_repeat ZSTD_fseCTables_t::litlength_repeatMode

◆ litlengthCTable

FSE_CTable ZSTD_fseCTables_t::litlengthCTable[FSE_CTABLE_SIZE_U32(LLFSELog, MaxLL)]

◆ matchlength_repeatMode

FSE_repeat ZSTD_fseCTables_t::matchlength_repeatMode

◆ matchlengthCTable

FSE_CTable ZSTD_fseCTables_t::matchlengthCTable[FSE_CTABLE_SIZE_U32(MLFSELog, MaxML)]

◆ offcode_repeatMode

FSE_repeat ZSTD_fseCTables_t::offcode_repeatMode

◆ offcodeCTable

FSE_CTable ZSTD_fseCTables_t::offcodeCTable[FSE_CTABLE_SIZE_U32(OffFSELog, MaxOff)]

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