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

#include <zstd_compress_internal.h>

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
 

Detailed Description

Definition at line 65 of file zstd_compress_internal.h.

Member Data Documentation

◆ litlength_repeatMode

FSE_repeat ZSTD_fseCTables_t::litlength_repeatMode

Definition at line 71 of file zstd_compress_internal.h.

◆ litlengthCTable

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

Definition at line 68 of file zstd_compress_internal.h.

◆ matchlength_repeatMode

FSE_repeat ZSTD_fseCTables_t::matchlength_repeatMode

Definition at line 70 of file zstd_compress_internal.h.

◆ matchlengthCTable

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

Definition at line 67 of file zstd_compress_internal.h.

◆ offcode_repeatMode

FSE_repeat ZSTD_fseCTables_t::offcode_repeatMode

Definition at line 69 of file zstd_compress_internal.h.

◆ offcodeCTable

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

Definition at line 66 of file zstd_compress_internal.h.


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