Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
A Dzstd_compress_superblock.c165 const ZSTD_fseCTables_t* prevEntropy, in ZSTD_buildSuperBlockEntropy_sequences() argument
202 nextEntropy->litlength_repeatMode = prevEntropy->litlength_repeatMode; in ZSTD_buildSuperBlockEntropy_sequences()
205 LLFSELog, prevEntropy->litlengthCTable, in ZSTD_buildSuperBlockEntropy_sequences()
212prevEntropy->litlengthCTable, sizeof(prevEntropy->litlengthCTable), in ZSTD_buildSuperBlockEntropy_sequences()
227 nextEntropy->offcode_repeatMode = prevEntropy->offcode_repeatMode; in ZSTD_buildSuperBlockEntropy_sequences()
230 OffFSELog, prevEntropy->offcodeCTable, in ZSTD_buildSuperBlockEntropy_sequences()
236prevEntropy->offcodeCTable, sizeof(prevEntropy->offcodeCTable), in ZSTD_buildSuperBlockEntropy_sequences()
252 MLFSELog, prevEntropy->matchlengthCTable, in ZSTD_buildSuperBlockEntropy_sequences()
258prevEntropy->matchlengthCTable, sizeof(prevEntropy->matchlengthCTable), in ZSTD_buildSuperBlockEntropy_sequences()
276 const ZSTD_entropyCTables_t* prevEntropy, in ZSTD_buildSuperBlockEntropy() argument
[all …]
A Dzstd_compress.c2100 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()
2192 prevEntropy->fse.litlengthCTable, in ZSTD_entropyCompressSequences_internal()
2193 sizeof(prevEntropy->fse.litlengthCTable), in ZSTD_entropyCompressSequences_internal()
2220 prevEntropy->fse.offcodeCTable, in ZSTD_entropyCompressSequences_internal()
2221 sizeof(prevEntropy->fse.offcodeCTable), 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
[all …]

Completed in 19 milliseconds