Home
last modified time | relevance | path

Searched refs:fse (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c2216 ZSTD_memcpy(&nextEntropy->fse, &prevEntropy->fse, sizeof(prevEntropy->fse)); in ZSTD_entropyCompressSequences_internal()
2230 nextEntropy->fse.litlength_repeatMode = prevEntropy->fse.litlength_repeatMode; in ZSTD_entropyCompressSequences_internal()
2243 prevEntropy->fse.litlengthCTable, in ZSTD_entropyCompressSequences_internal()
2259 nextEntropy->fse.offcode_repeatMode = prevEntropy->fse.offcode_repeatMode; in ZSTD_entropyCompressSequences_internal()
2271 prevEntropy->fse.offcodeCTable, in ZSTD_entropyCompressSequences_internal()
2272 sizeof(prevEntropy->fse.offcodeCTable), in ZSTD_entropyCompressSequences_internal()
2285 nextEntropy->fse.matchlength_repeatMode = prevEntropy->fse.matchlength_repeatMode; in ZSTD_entropyCompressSequences_internal()
2297 prevEntropy->fse.matchlengthCTable, in ZSTD_entropyCompressSequences_internal()
3198 bs->entropy.fse.offcodeCTable, in ZSTD_loadCEntropy()
3212 bs->entropy.fse.matchlengthCTable, in ZSTD_loadCEntropy()
[all …]
H A Dzstd_compress_superblock.c292 &prevEntropy->fse, &nextEntropy->fse, in ZSTD_buildSuperBlockEntropy()
560 { size_t cSeqSize = ZSTD_compressSubBlock_sequences(&entropy->fse, in ZSTD_compressSubBlock()
678 … nbSeq, &entropy->fse, &entropyMetadata->fseMetadata, in ZSTD_estimateSubBlockSize()
H A Dzstd_opt.c137 FSE_initCState(&llstate, optPtr->symbolCosts->fse.litlengthCTable); in ZSTD_rescaleFreqs()
149 FSE_initCState(&mlstate, optPtr->symbolCosts->fse.matchlengthCTable); in ZSTD_rescaleFreqs()
161 FSE_initCState(&ofstate, optPtr->symbolCosts->fse.offcodeCTable); in ZSTD_rescaleFreqs()
H A Dzstd_compress_internal.h81 ZSTD_fseCTables_t fse; member
/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dfsl_fman.h29 unsigned int fse:1; /* Frame Size Error */ member
/f-stack/freebsd/contrib/zstd/lib/
H A DBUCK111 ('common', 'fse.h'),
/f-stack/freebsd/i386/include/
H A Dcserial.h44 unsigned long fse; /* frame sync errors */ member
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c9993 ZSTD_fseCTables_t fse; member
12000 &prevEntropy->fse, &nextEntropy->fse, in ZSTD_buildSuperBlockEntropy()
15110 memcpy(&nextEntropy->fse, &prevEntropy->fse, sizeof(prevEntropy->fse)); in ZSTD_compressSequences_internal()
15124 nextEntropy->fse.litlength_repeatMode = prevEntropy->fse.litlength_repeatMode; in ZSTD_compressSequences_internal()
15137 prevEntropy->fse.litlengthCTable, in ZSTD_compressSequences_internal()
15153 nextEntropy->fse.offcode_repeatMode = prevEntropy->fse.offcode_repeatMode; in ZSTD_compressSequences_internal()
15165 prevEntropy->fse.offcodeCTable, in ZSTD_compressSequences_internal()
15179 nextEntropy->fse.matchlength_repeatMode = prevEntropy->fse.matchlength_repeatMode; in ZSTD_compressSequences_internal()
16017 bs->entropy.fse.offcodeCTable, in ZSTD_loadCEntropy()
16032 bs->entropy.fse.matchlengthCTable, in ZSTD_loadCEntropy()
[all …]
/f-stack/freebsd/contrib/zstd/doc/
H A Dzstd_compression_format.md91 - [FSE](#fse)
665 …The format of this distribution table is described in [FSE Table Description](#fse-table-descripti…
785 For more explanation on FSE decoding, see the [FSE section](#fse).
790 For more details on the operation of these primitives, see the [FSE section](#fse).
829 See the [FSE section](#fse) for details on how to update states from the bitstream.
1309 For more description see the [FSE header description](#fse-table-description)
1317 For more details on these FSE operations, see the [FSE section](#fse).
1437 See the relevant [FSE](#fse-table-description)