Lines Matching refs:prevEntropy
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()
2451 MLFSELog, prevEntropy->matchlengthCTable, in ZSTD_buildSequencesStatistics()
2460 prevEntropy->matchlengthCTable, in ZSTD_buildSequencesStatistics()
2461 sizeof(prevEntropy->matchlengthCTable), in ZSTD_buildSequencesStatistics()
2484 const ZSTD_entropyCTables_t* prevEntropy, in ZSTD_entropyCompressSeqStore_internal() argument
2522 &prevEntropy->huf, &nextEntropy->huf, in ZSTD_entropyCompressSeqStore_internal()
2551 ZSTD_memcpy(&nextEntropy->fse, &prevEntropy->fse, sizeof(prevEntropy->fse)); in ZSTD_entropyCompressSeqStore_internal()
2559 &prevEntropy->fse, &nextEntropy->fse, in ZSTD_entropyCompressSeqStore_internal()
2602 const ZSTD_entropyCTables_t* prevEntropy, in ZSTD_entropyCompressSeqStore() argument
2611 seqStorePtr, prevEntropy, nextEntropy, cctxParams, in ZSTD_entropyCompressSeqStore()
3083 const ZSTD_fseCTables_t* prevEntropy, in ZSTD_buildBlockEntropyStats_sequences() argument
3101 prevEntropy, nextEntropy, op, oend, in ZSTD_buildBlockEntropyStats_sequences()
3121 const ZSTD_entropyCTables_t* prevEntropy, in ZSTD_buildBlockEntropyStats() argument
3130 &prevEntropy->huf, &nextEntropy->huf, in ZSTD_buildBlockEntropyStats()
3137 &prevEntropy->fse, &nextEntropy->fse, in ZSTD_buildBlockEntropyStats()