Searched refs:prevEntropy (Results 1 – 2 of 2) sorted by relevance
| /linux/lib/zstd/compress/ |
| H A D | zstd_compress.c | 2679 const ZSTD_fseCTables_t* prevEntropy, ZSTD_fseCTables_t* nextEntropy, in ZSTD_buildSequencesStatistics() argument 2704 nextEntropy->litlength_repeatMode = prevEntropy->litlength_repeatMode; in ZSTD_buildSequencesStatistics() 2707 LLFSELog, prevEntropy->litlengthCTable, in ZSTD_buildSequencesStatistics() 2717 prevEntropy->litlengthCTable, in ZSTD_buildSequencesStatistics() 2718 sizeof(prevEntropy->litlengthCTable), in ZSTD_buildSequencesStatistics() 2737 nextEntropy->offcode_repeatMode = prevEntropy->offcode_repeatMode; in ZSTD_buildSequencesStatistics() 2740 OffFSELog, prevEntropy->offcodeCTable, in ZSTD_buildSequencesStatistics() 2749 prevEntropy->offcodeCTable, in ZSTD_buildSequencesStatistics() 2750 sizeof(prevEntropy->offcodeCTable), in ZSTD_buildSequencesStatistics() 2767 nextEntropy->matchlength_repeatMode = prevEntropy->matchlength_repeatMode; in ZSTD_buildSequencesStatistics() [all …]
|
| H A D | zstd_compress_internal.h | 182 const ZSTD_entropyCTables_t* prevEntropy,
|