Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/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_internal.h73 FSE_CTable litlengthCTable[FSE_CTABLE_SIZE_U32(LLFSELog, MaxLL)]; member
H A Dzstd_compress.c2161 FSE_CTable* CTable_LitLength = nextEntropy->fse.litlengthCTable; in ZSTD_entropyCompressSequences_internal()
2233 LLFSELog, prevEntropy->fse.litlengthCTable, in ZSTD_entropyCompressSequences_internal()
2243 prevEntropy->fse.litlengthCTable, in ZSTD_entropyCompressSequences_internal()
2244 sizeof(prevEntropy->fse.litlengthCTable), in ZSTD_entropyCompressSequences_internal()
3226 bs->entropy.fse.litlengthCTable, in ZSTD_loadCEntropy()
H A Dzstd_opt.c137 FSE_initCState(&llstate, optPtr->symbolCosts->fse.litlengthCTable); in ZSTD_rescaleFreqs()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c9985 FSE_CTable litlengthCTable[FSE_CTABLE_SIZE_U32(LLFSELog, MaxLL)]; member
11886 FSE_CTable* CTable_LitLength = nextEntropy->litlengthCTable; in ZSTD_buildSuperBlockEntropy_sequences()
11912 LLFSELog, prevEntropy->litlengthCTable, in ZSTD_buildSuperBlockEntropy_sequences()
11919 … prevEntropy->litlengthCTable, sizeof(prevEntropy->litlengthCTable), in ZSTD_buildSuperBlockEntropy_sequences()
12196 fseTables->litlengthCTable, llCode, in ZSTD_compressSubBlock_sequences()
15059 FSE_CTable* CTable_LitLength = nextEntropy->fse.litlengthCTable; in ZSTD_compressSequences_internal()
15127 LLFSELog, prevEntropy->fse.litlengthCTable, in ZSTD_compressSequences_internal()
15137 prevEntropy->fse.litlengthCTable, in ZSTD_compressSequences_internal()
15138 sizeof(prevEntropy->fse.litlengthCTable), in ZSTD_compressSequences_internal()
16047 bs->entropy.fse.litlengthCTable, in ZSTD_loadCEntropy()
[all …]