Project Alice
|
#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 |
Definition at line 65 of file zstd_compress_internal.h.
FSE_repeat ZSTD_fseCTables_t::litlength_repeatMode |
Definition at line 71 of file zstd_compress_internal.h.
FSE_CTable ZSTD_fseCTables_t::litlengthCTable[FSE_CTABLE_SIZE_U32(LLFSELog, MaxLL)] |
Definition at line 68 of file zstd_compress_internal.h.
FSE_repeat ZSTD_fseCTables_t::matchlength_repeatMode |
Definition at line 70 of file zstd_compress_internal.h.
FSE_CTable ZSTD_fseCTables_t::matchlengthCTable[FSE_CTABLE_SIZE_U32(MLFSELog, MaxML)] |
Definition at line 67 of file zstd_compress_internal.h.
FSE_repeat ZSTD_fseCTables_t::offcode_repeatMode |
Definition at line 69 of file zstd_compress_internal.h.
FSE_CTable ZSTD_fseCTables_t::offcodeCTable[FSE_CTABLE_SIZE_U32(OffFSELog, MaxOff)] |
Definition at line 66 of file zstd_compress_internal.h.