Expand description
Zstandard format constants, tables, and symbol coding definitions.
Ported from the zstd C library by Meta Platforms, Inc. Original source: lib/common/zstd_internal.h, decompress/zstd_decompress_internal.h Licensed under BSD and GPLv2 (dual license). See LICENSE-ZSTD.
Constants§
- BLOCK_
TYPE_ COMPRESSED - BLOCK_
TYPE_ RAW - BLOCK_
TYPE_ RLE - LIT_
TYPE_ COMPRESSED - LIT_
TYPE_ RAW - LIT_
TYPE_ RLE - LIT_
TYPE_ TREELESS - LL_BASE
- Base value for each literal length code.
- LL_BITS
- Extra bits for each literal length code.
- LL_
DEFAULT_ NORM - Default normalized count for literal length FSE table.
- LL_
DEFAULT_ NORM_ LOG - LL_
FSE_ LOG - MAX_LL
- MAX_ML
- MAX_OFF
- ML_BASE
- Base value for each match length code.
- ML_BITS
- Extra bits for each match length code.
- ML_
DEFAULT_ NORM - Default normalized count for match length FSE table.
- ML_
DEFAULT_ NORM_ LOG - ML_
FSE_ LOG - OFF_
FSE_ LOG - OF_BITS
- Extra bits for each offset code. offset_code = OF_bits[code].
- OF_
DEFAULT_ NORM - Default normalized count for offset FSE table.
- OF_
DEFAULT_ NORM_ LOG - SEQ_
MODE_ FSE - SEQ_
MODE_ PREDEFINED - SEQ_
MODE_ REPEAT - SEQ_
MODE_ RLE - ZSTD_
BLOCKSIZELOG_ MAX - ZSTD_
BLOCKSIZE_ MAX - ZSTD_
MAGIC - ZSTD_
MINMATCH - ZSTD_
WINDOWLOG_ MAX