Home
last modified time | relevance | path

Searched refs:offcodeCTable (Results 1 – 4 of 4) sorted by relevance

/linux/lib/zstd/compress/
H A Dzstd_compress_superblock.c215 fseTables->offcodeCTable, ofCode, in ZSTD_compressSubBlock_sequences()
379 nbSeq, fseTables->offcodeCTable, NULL, in ZSTD_estimateSubBlockSize_sequences()
H A Dzstd_compress.c2688 FSE_CTable* CTable_OffsetBits = nextEntropy->offcodeCTable; in ZSTD_buildSequencesStatistics()
2740 OffFSELog, prevEntropy->offcodeCTable, in ZSTD_buildSequencesStatistics()
2749 prevEntropy->offcodeCTable, in ZSTD_buildSequencesStatistics()
2750 sizeof(prevEntropy->offcodeCTable), in ZSTD_buildSequencesStatistics()
2815 FSE_CTable* CTable_OffsetBits = nextEntropy->fse.offcodeCTable; in ZSTD_entropyCompressSeqStore_internal()
3821 fseTables->offcodeCTable, NULL, in ZSTD_estimateBlockSize_sequences()
5005 bs->entropy.fse.offcodeCTable, in ZSTD_loadCEntropy()
H A Dzstd_compress_internal.h67 FSE_CTable offcodeCTable[FSE_CTABLE_SIZE_U32(OffFSELog, MaxOff)]; member
H A Dzstd_opt.c203 FSE_initCState(&ofstate, optPtr->symbolCosts->fse.offcodeCTable); in ZSTD_rescaleFreqs()