Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress_superblock.c210 fseTables->offcodeCTable, ofCode, in ZSTD_compressSubBlock_sequences()
373 nbSeq, fseTables->offcodeCTable, NULL, in ZSTD_estimateSubBlockSize_sequences()
H A Dzstd_compress.c2369 FSE_CTable* CTable_OffsetBits = nextEntropy->offcodeCTable; in ZSTD_buildSequencesStatistics()
2421 OffFSELog, prevEntropy->offcodeCTable, in ZSTD_buildSequencesStatistics()
2430 prevEntropy->offcodeCTable, in ZSTD_buildSequencesStatistics()
2431 sizeof(prevEntropy->offcodeCTable), in ZSTD_buildSequencesStatistics()
2495 FSE_CTable* CTable_OffsetBits = nextEntropy->fse.offcodeCTable; in ZSTD_entropyCompressSeqStore_internal()
3221 fseTables->offcodeCTable, NULL, in ZSTD_estimateBlockSize_sequences()
4254 bs->entropy.fse.offcodeCTable, in ZSTD_loadCEntropy()
H A Dzstd_compress_internal.h65 FSE_CTable offcodeCTable[FSE_CTABLE_SIZE_U32(OffFSELog, MaxOff)]; member
H A Dzstd_opt.c181 FSE_initCState(&ofstate, optPtr->symbolCosts->fse.offcodeCTable); in ZSTD_rescaleFreqs()