Searched refs:fse (Results 1 – 11 of 11) sorted by relevance
| /src/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress.c | 1673 bs->entropy.fse.offcode_repeatMode = FSE_repeat_none; in ZSTD_reset_compressedBlockState() 1674 bs->entropy.fse.matchlength_repeatMode = FSE_repeat_none; in ZSTD_reset_compressedBlockState() 1675 bs->entropy.fse.litlength_repeatMode = FSE_repeat_none; in ZSTD_reset_compressedBlockState() 2585 FSE_CTable* CTable_LitLength = nextEntropy->fse.litlengthCTable; in ZSTD_entropyCompressSeqStore_internal() 2586 FSE_CTable* CTable_OffsetBits = nextEntropy->fse.offcodeCTable; in ZSTD_entropyCompressSeqStore_internal() 2587 FSE_CTable* CTable_MatchLength = nextEntropy->fse.matchlengthCTable; in ZSTD_entropyCompressSeqStore_internal() 2642 ZSTD_memcpy(&nextEntropy->fse, &prevEntropy->fse, sizeof(prevEntropy->fse)); in ZSTD_entropyCompressSeqStore_internal() 2650 &prevEntropy->fse, &nextEntropy->fse, in ZSTD_entropyCompressSeqStore_internal() 3228 &prevEntropy->fse, &nextEntropy->fse, in ZSTD_buildBlockEntropyStats() 3341 … nbSeq, &entropy->fse, &entropyMetadata->fseMetadata, in ZSTD_estimateBlockSize() [all …]
|
| H A D | zstd_compress_superblock.c | 283 { size_t cSeqSize = ZSTD_compressSubBlock_sequences(&entropy->fse, in ZSTD_compressSubBlock() 402 … nbSeq, &entropy->fse, &entropyMetadata->fseMetadata, in ZSTD_estimateSubBlockSize()
|
| H A D | zstd_opt.c | 157 FSE_initCState(&llstate, optPtr->symbolCosts->fse.litlengthCTable); in ZSTD_rescaleFreqs() 169 FSE_initCState(&mlstate, optPtr->symbolCosts->fse.matchlengthCTable); in ZSTD_rescaleFreqs() 181 FSE_initCState(&ofstate, optPtr->symbolCosts->fse.offcodeCTable); in ZSTD_rescaleFreqs()
|
| H A D | zstd_compress_internal.h | 81 ZSTD_fseCTables_t fse; member
|
| /src/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress.c | 1925 bs->entropy.fse.offcode_repeatMode = FSE_repeat_none; in ZSTD_reset_compressedBlockState() 1926 bs->entropy.fse.matchlength_repeatMode = FSE_repeat_none; in ZSTD_reset_compressedBlockState() 1927 bs->entropy.fse.litlength_repeatMode = FSE_repeat_none; in ZSTD_reset_compressedBlockState() 2901 FSE_CTable* CTable_LitLength = nextEntropy->fse.litlengthCTable; in ZSTD_entropyCompressSeqStore_internal() 2902 FSE_CTable* CTable_OffsetBits = nextEntropy->fse.offcodeCTable; in ZSTD_entropyCompressSeqStore_internal() 2903 FSE_CTable* CTable_MatchLength = nextEntropy->fse.matchlengthCTable; in ZSTD_entropyCompressSeqStore_internal() 2957 ZSTD_memcpy(&nextEntropy->fse, &prevEntropy->fse, sizeof(prevEntropy->fse)); in ZSTD_entropyCompressSeqStore_internal() 2964 &prevEntropy->fse, &nextEntropy->fse, in ZSTD_entropyCompressSeqStore_internal() 3821 &prevEntropy->fse, &nextEntropy->fse, in ZSTD_buildBlockEntropyStats() 3939 nbSeq, &entropy->fse, &entropyMetadata->fseMetadata, in ZSTD_estimateBlockSize() [all …]
|
| H A D | zstd_compress_superblock.c | 289 { size_t cSeqSize = ZSTD_compressSubBlock_sequences(&entropy->fse, in ZSTD_compressSubBlock() 413 … nbSeq, &entropy->fse, &entropyMetadata->fseMetadata, in ZSTD_estimateSubBlockSize()
|
| H A D | zstd_opt.c | 179 FSE_initCState(&llstate, optPtr->symbolCosts->fse.litlengthCTable); in ZSTD_rescaleFreqs() 191 FSE_initCState(&mlstate, optPtr->symbolCosts->fse.matchlengthCTable); in ZSTD_rescaleFreqs() 203 FSE_initCState(&ofstate, optPtr->symbolCosts->fse.offcodeCTable); in ZSTD_rescaleFreqs()
|
| H A D | zstd_compress_internal.h | 80 ZSTD_fseCTables_t fse; member
|
| /src/sys/contrib/zstd/lib/ |
| H A D | BUCK | 109 ('common', 'fse.h'),
|
| /src/contrib/file/magic/Magdir/ |
| H A D | magic | 20 # skip scripts fse.sed stage1.sed constants.pxi gotmail.awk from fetchmail package by
|
| /src/sys/contrib/zstd/doc/ |
| H A D | zstd_compression_format.md | 91 - [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)
|