Searched refs:prevEntropy (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_superblock.c | 164 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() 211 … prevEntropy->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() 235 … prevEntropy->offcodeCTable, sizeof(prevEntropy->offcodeCTable), in ZSTD_buildSuperBlockEntropy_sequences() 251 MLFSELog, prevEntropy->matchlengthCTable, in ZSTD_buildSuperBlockEntropy_sequences() 257 … prevEntropy->matchlengthCTable, sizeof(prevEntropy->matchlengthCTable), in ZSTD_buildSuperBlockEntropy_sequences() 275 const ZSTD_entropyCTables_t* prevEntropy, in ZSTD_buildSuperBlockEntropy() argument [all …]
|
| H A D | zstd_compress.c | 2151 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 …]
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 11919 … prevEntropy->litlengthCTable, sizeof(prevEntropy->litlengthCTable), in ZSTD_buildSuperBlockEntropy_sequences() 11943 … prevEntropy->offcodeCTable, sizeof(prevEntropy->offcodeCTable), in ZSTD_buildSuperBlockEntropy_sequences() 11965 … prevEntropy->matchlengthCTable, sizeof(prevEntropy->matchlengthCTable), in ZSTD_buildSuperBlockEntropy_sequences() 11983 const ZSTD_entropyCTables_t* prevEntropy, in ZSTD_buildSuperBlockEntropy() argument 15110 memcpy(&nextEntropy->fse, &prevEntropy->fse, sizeof(prevEntropy->fse)); in ZSTD_compressSequences_internal() 15137 prevEntropy->fse.litlengthCTable, in ZSTD_compressSequences_internal() 15138 sizeof(prevEntropy->fse.litlengthCTable), in ZSTD_compressSequences_internal() 15165 prevEntropy->fse.offcodeCTable, in ZSTD_compressSequences_internal() 15166 sizeof(prevEntropy->fse.offcodeCTable), in ZSTD_compressSequences_internal() 15191 prevEntropy->fse.matchlengthCTable, in ZSTD_compressSequences_internal() [all …]
|