Searched refs:prevEntropy (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/lib/zstd/compress/ |
D | zstd_compress.c | 2361 const ZSTD_fseCTables_t* prevEntropy, ZSTD_fseCTables_t* nextEntropy, in ZSTD_buildSequencesStatistics() argument 2385 nextEntropy->litlength_repeatMode = prevEntropy->litlength_repeatMode; in ZSTD_buildSequencesStatistics() 2388 LLFSELog, prevEntropy->litlengthCTable, in ZSTD_buildSequencesStatistics() 2398 prevEntropy->litlengthCTable, in ZSTD_buildSequencesStatistics() 2399 sizeof(prevEntropy->litlengthCTable), in ZSTD_buildSequencesStatistics() 2418 nextEntropy->offcode_repeatMode = prevEntropy->offcode_repeatMode; in ZSTD_buildSequencesStatistics() 2421 OffFSELog, prevEntropy->offcodeCTable, in ZSTD_buildSequencesStatistics() 2430 prevEntropy->offcodeCTable, in ZSTD_buildSequencesStatistics() 2431 sizeof(prevEntropy->offcodeCTable), in ZSTD_buildSequencesStatistics() 2448 nextEntropy->matchlength_repeatMode = prevEntropy->matchlength_repeatMode; in ZSTD_buildSequencesStatistics() [all …]
|
D | zstd_compress_internal.h | 115 const ZSTD_entropyCTables_t* prevEntropy,
|