Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
Dzstd_compress_sequences.c291 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_body() argument
309 FSE_initCState2(&stateOffsetBits, CTable_OffsetBits, ofCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
385 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_default() argument
391 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences_default()
403 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_bmi2() argument
409 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences_bmi2()
419 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences() argument
428 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences()
436 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences()
Dzstd_compress_sequences.h43 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable,
Dzstd_compress_superblock.c180 FSE_CTable* CTable_OffsetBits = nextEntropy->offcodeCTable; in ZSTD_buildSuperBlockEntropy_sequences() local
234 …{ size_t const countSize = ZSTD_buildCTable(op, oend - op, CTable_OffsetBits, OffFSELog, (symbol… in ZSTD_buildSuperBlockEntropy_sequences()
Dzstd_compress.c2111 FSE_CTable* CTable_OffsetBits = nextEntropy->fse.offcodeCTable; in ZSTD_entropyCompressSequences_internal() local
2217 CTable_OffsetBits, OffFSELog, (symbolEncodingType_e)Offtype, in ZSTD_entropyCompressSequences_internal()
2261 CTable_OffsetBits, ofCodeTable, in ZSTD_entropyCompressSequences_internal()