Home
last modified time | relevance | path

Searched refs:litlengthCTable (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_superblock.c178 FSE_CTable* CTable_LitLength = nextEntropy->litlengthCTable; in ZSTD_buildSuperBlockEntropy_sequences()
204 LLFSELog, prevEntropy->litlengthCTable, in ZSTD_buildSuperBlockEntropy_sequences()
211 … prevEntropy->litlengthCTable, sizeof(prevEntropy->litlengthCTable), in ZSTD_buildSuperBlockEntropy_sequences()
488 fseTables->litlengthCTable, llCode, in ZSTD_compressSubBlock_sequences()
653 nbSeq, fseTables->litlengthCTable, LL_bits, in ZSTD_estimateSubBlockSize_sequences()
H A Dzstd_compress.c1975 FSE_CTable* CTable_LitLength = nextEntropy->fse.litlengthCTable; in ZSTD_compressSequences_internal()
2043 LLFSELog, prevEntropy->fse.litlengthCTable, in ZSTD_compressSequences_internal()
2053 prevEntropy->fse.litlengthCTable, in ZSTD_compressSequences_internal()
2054 sizeof(prevEntropy->fse.litlengthCTable), in ZSTD_compressSequences_internal()
2963 bs->entropy.fse.litlengthCTable, in ZSTD_loadCEntropy()
H A Dzstd_compress_internal.h74 FSE_CTable litlengthCTable[FSE_CTABLE_SIZE_U32(LLFSELog, MaxLL)]; member
H A Dzstd_opt.c137 FSE_initCState(&llstate, optPtr->symbolCosts->fse.litlengthCTable); in ZSTD_rescaleFreqs()
/freebsd-14.2/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c211 fseTables->litlengthCTable, llCode, in ZSTD_compressSubBlock_sequences()
377 nbSeq, fseTables->litlengthCTable, LL_bits, in ZSTD_estimateSubBlockSize_sequences()
H A Dzstd_compress.c2459 FSE_CTable* CTable_LitLength = nextEntropy->litlengthCTable; in ZSTD_buildSequencesStatistics()
2479 LLFSELog, prevEntropy->litlengthCTable, in ZSTD_buildSequencesStatistics()
2489 prevEntropy->litlengthCTable, in ZSTD_buildSequencesStatistics()
2490 sizeof(prevEntropy->litlengthCTable), in ZSTD_buildSequencesStatistics()
2585 FSE_CTable* CTable_LitLength = nextEntropy->fse.litlengthCTable; in ZSTD_entropyCompressSeqStore_internal()
3316 fseTables->litlengthCTable, LL_bits, in ZSTD_estimateBlockSize_sequences()
4373 bs->entropy.fse.litlengthCTable, in ZSTD_loadCEntropy()
H A Dzstd_compress_internal.h73 FSE_CTable litlengthCTable[FSE_CTABLE_SIZE_U32(LLFSELog, MaxLL)]; member
H A Dzstd_opt.c157 FSE_initCState(&llstate, optPtr->symbolCosts->fse.litlengthCTable); in ZSTD_rescaleFreqs()