Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress_sequences.c295 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_body() argument
313 FSE_initCState2(&stateOffsetBits, CTable_OffsetBits, ofCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
389 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_default() argument
395 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences_default()
407 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_bmi2() argument
413 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences_bmi2()
423 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences() argument
432 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences()
440 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences()
H A Dzstd_compress_sequences.h45 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable,
H A Dzstd_compress.c2688 FSE_CTable* CTable_OffsetBits = nextEntropy->offcodeCTable; in ZSTD_buildSequencesStatistics() local
2746 CTable_OffsetBits, OffFSELog, (SymbolEncodingType_e)stats.Offtype, in ZSTD_buildSequencesStatistics()
2815 FSE_CTable* CTable_OffsetBits = nextEntropy->fse.offcodeCTable; in ZSTD_entropyCompressSeqStore_internal() local
2891 CTable_OffsetBits, ofCodeTable, in ZSTD_entropyCompressSeqStore_internal()