Home
last modified time | relevance | path

Searched refs:nextEntropy (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/lib/zstd/compress/
H A Dzstd_compress.c2687 FSE_CTable* CTable_LitLength = nextEntropy->litlengthCTable; in ZSTD_buildSequencesStatistics()
2688 FSE_CTable* CTable_OffsetBits = nextEntropy->offcodeCTable; in ZSTD_buildSequencesStatistics()
2807 ZSTD_entropyCTables_t* nextEntropy, in ZSTD_entropyCompressSeqStore_internal() argument
2926 ZSTD_entropyCTables_t* nextEntropy, in ZSTD_entropyCompressSeqStore_wExtLitBuffer() argument
2962 ZSTD_entropyCTables_t* nextEntropy, in ZSTD_entropyCompressSeqStore() argument
2974 prevEntropy, nextEntropy, in ZSTD_entropyCompressSeqStore()
3661 nextEntropy->litlength_repeatMode = FSE_repeat_none; in ZSTD_buildDummySequencesStatistics()
3662 nextEntropy->offcode_repeatMode = FSE_repeat_none; in ZSTD_buildDummySequencesStatistics()
3663 nextEntropy->matchlength_repeatMode = FSE_repeat_none; in ZSTD_buildDummySequencesStatistics()
3676 ZSTD_fseCTables_t* nextEntropy, in ZSTD_buildBlockEntropyStats_sequences() argument
[all …]
H A Dzstd_compress_internal.h183 ZSTD_entropyCTables_t* nextEntropy,