Searched refs:prevEntropy (Results 1 – 4 of 4) sorted by relevance
| /src/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress.c | 2452 const ZSTD_fseCTables_t* prevEntropy, ZSTD_fseCTables_t* nextEntropy, in ZSTD_buildSequencesStatistics() argument 2476 nextEntropy->litlength_repeatMode = prevEntropy->litlength_repeatMode; in ZSTD_buildSequencesStatistics() 2479 LLFSELog, prevEntropy->litlengthCTable, in ZSTD_buildSequencesStatistics() 2489 prevEntropy->litlengthCTable, in ZSTD_buildSequencesStatistics() 2490 sizeof(prevEntropy->litlengthCTable), in ZSTD_buildSequencesStatistics() 2509 nextEntropy->offcode_repeatMode = prevEntropy->offcode_repeatMode; in ZSTD_buildSequencesStatistics() 2512 OffFSELog, prevEntropy->offcodeCTable, in ZSTD_buildSequencesStatistics() 2521 prevEntropy->offcodeCTable, in ZSTD_buildSequencesStatistics() 2522 sizeof(prevEntropy->offcodeCTable), in ZSTD_buildSequencesStatistics() 2539 nextEntropy->matchlength_repeatMode = prevEntropy->matchlength_repeatMode; in ZSTD_buildSequencesStatistics() [all …]
|
| H A D | zstd_compress_internal.h | 121 const ZSTD_entropyCTables_t* prevEntropy,
|
| /src/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress.c | 2766 const ZSTD_fseCTables_t* prevEntropy, ZSTD_fseCTables_t* nextEntropy, in ZSTD_buildSequencesStatistics() argument 2791 nextEntropy->litlength_repeatMode = prevEntropy->litlength_repeatMode; in ZSTD_buildSequencesStatistics() 2794 LLFSELog, prevEntropy->litlengthCTable, in ZSTD_buildSequencesStatistics() 2804 prevEntropy->litlengthCTable, in ZSTD_buildSequencesStatistics() 2805 sizeof(prevEntropy->litlengthCTable), in ZSTD_buildSequencesStatistics() 2824 nextEntropy->offcode_repeatMode = prevEntropy->offcode_repeatMode; in ZSTD_buildSequencesStatistics() 2827 OffFSELog, prevEntropy->offcodeCTable, in ZSTD_buildSequencesStatistics() 2836 prevEntropy->offcodeCTable, in ZSTD_buildSequencesStatistics() 2837 sizeof(prevEntropy->offcodeCTable), in ZSTD_buildSequencesStatistics() 2854 nextEntropy->matchlength_repeatMode = prevEntropy->matchlength_repeatMode; in ZSTD_buildSequencesStatistics() [all …]
|
| H A D | zstd_compress_internal.h | 185 const ZSTD_entropyCTables_t* prevEntropy,
|