Home
last modified time | relevance | path

Searched refs:prevEntropy (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c164 const ZSTD_fseCTables_t* prevEntropy, in ZSTD_buildSuperBlockEntropy_sequences() argument
201 nextEntropy->litlength_repeatMode = prevEntropy->litlength_repeatMode; in ZSTD_buildSuperBlockEntropy_sequences()
204 LLFSELog, prevEntropy->litlengthCTable, in ZSTD_buildSuperBlockEntropy_sequences()
211prevEntropy->litlengthCTable, sizeof(prevEntropy->litlengthCTable), in ZSTD_buildSuperBlockEntropy_sequences()
226 nextEntropy->offcode_repeatMode = prevEntropy->offcode_repeatMode; in ZSTD_buildSuperBlockEntropy_sequences()
229 OffFSELog, prevEntropy->offcodeCTable, in ZSTD_buildSuperBlockEntropy_sequences()
235prevEntropy->offcodeCTable, sizeof(prevEntropy->offcodeCTable), in ZSTD_buildSuperBlockEntropy_sequences()
251 MLFSELog, prevEntropy->matchlengthCTable, in ZSTD_buildSuperBlockEntropy_sequences()
257prevEntropy->matchlengthCTable, sizeof(prevEntropy->matchlengthCTable), in ZSTD_buildSuperBlockEntropy_sequences()
275 const ZSTD_entropyCTables_t* prevEntropy, in ZSTD_buildSuperBlockEntropy() argument
[all …]
H A Dzstd_compress.c2151 const ZSTD_entropyCTables_t* prevEntropy, in ZSTD_entropyCompressSequences_internal() argument
2187 &prevEntropy->huf, &nextEntropy->huf, in ZSTD_entropyCompressSequences_internal()
2216 ZSTD_memcpy(&nextEntropy->fse, &prevEntropy->fse, sizeof(prevEntropy->fse)); in ZSTD_entropyCompressSequences_internal()
2243 prevEntropy->fse.litlengthCTable, in ZSTD_entropyCompressSequences_internal()
2244 sizeof(prevEntropy->fse.litlengthCTable), in ZSTD_entropyCompressSequences_internal()
2271 prevEntropy->fse.offcodeCTable, in ZSTD_entropyCompressSequences_internal()
2272 sizeof(prevEntropy->fse.offcodeCTable), in ZSTD_entropyCompressSequences_internal()
2297 prevEntropy->fse.matchlengthCTable, in ZSTD_entropyCompressSequences_internal()
2298 sizeof(prevEntropy->fse.matchlengthCTable), in ZSTD_entropyCompressSequences_internal()
2342 const ZSTD_entropyCTables_t* prevEntropy, in ZSTD_entropyCompressSequences() argument
[all …]