Home
last modified time | relevance | path

Searched refs:CTable_OffsetBits (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c285 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_body() argument
303 FSE_initCState2(&stateOffsetBits, CTable_OffsetBits, ofCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
379 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_default() argument
385 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences_default()
397 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_bmi2() argument
403 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences_bmi2()
413 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences() argument
422 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences()
430 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences()
H A Dzstd_compress_sequences.h43 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable,
H A Dzstd_compress_superblock.c179 FSE_CTable* CTable_OffsetBits = nextEntropy->offcodeCTable; in ZSTD_buildSuperBlockEntropy_sequences() local
233 …{ size_t const countSize = ZSTD_buildCTable(op, oend - op, CTable_OffsetBits, OffFSELog, (symbol… in ZSTD_buildSuperBlockEntropy_sequences()
H A Dzstd_compress.c2162 FSE_CTable* CTable_OffsetBits = nextEntropy->fse.offcodeCTable; in ZSTD_entropyCompressSequences_internal() local
2268 CTable_OffsetBits, OffFSELog, (symbolEncodingType_e)Offtype, in ZSTD_entropyCompressSequences_internal()
2312 CTable_OffsetBits, ofCodeTable, in ZSTD_entropyCompressSequences_internal()