Lines Matching refs:prevEntropy
2100 const ZSTD_entropyCTables_t* prevEntropy, in ZSTD_entropyCompressSequences_internal() argument
2136 &prevEntropy->huf, &nextEntropy->huf, in ZSTD_entropyCompressSequences_internal()
2165 ZSTD_memcpy(&nextEntropy->fse, &prevEntropy->fse, sizeof(prevEntropy->fse)); in ZSTD_entropyCompressSequences_internal()
2179 nextEntropy->fse.litlength_repeatMode = prevEntropy->fse.litlength_repeatMode; in ZSTD_entropyCompressSequences_internal()
2182 LLFSELog, prevEntropy->fse.litlengthCTable, in ZSTD_entropyCompressSequences_internal()
2192 prevEntropy->fse.litlengthCTable, in ZSTD_entropyCompressSequences_internal()
2193 sizeof(prevEntropy->fse.litlengthCTable), in ZSTD_entropyCompressSequences_internal()
2208 nextEntropy->fse.offcode_repeatMode = prevEntropy->fse.offcode_repeatMode; in ZSTD_entropyCompressSequences_internal()
2211 OffFSELog, prevEntropy->fse.offcodeCTable, in ZSTD_entropyCompressSequences_internal()
2220 prevEntropy->fse.offcodeCTable, in ZSTD_entropyCompressSequences_internal()
2221 sizeof(prevEntropy->fse.offcodeCTable), in ZSTD_entropyCompressSequences_internal()
2234 nextEntropy->fse.matchlength_repeatMode = prevEntropy->fse.matchlength_repeatMode; in ZSTD_entropyCompressSequences_internal()
2237 MLFSELog, prevEntropy->fse.matchlengthCTable, in ZSTD_entropyCompressSequences_internal()
2246 prevEntropy->fse.matchlengthCTable, in ZSTD_entropyCompressSequences_internal()
2247 sizeof(prevEntropy->fse.matchlengthCTable), in ZSTD_entropyCompressSequences_internal()
2291 const ZSTD_entropyCTables_t* prevEntropy, in ZSTD_entropyCompressSequences() argument
2300 seqStorePtr, prevEntropy, nextEntropy, cctxParams, in ZSTD_entropyCompressSequences()