Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c179 FSE_CTable* CTable_OffsetBits = nextEntropy->offcodeCTable; in ZSTD_buildSuperBlockEntropy_sequences()
229 OffFSELog, prevEntropy->offcodeCTable, in ZSTD_buildSuperBlockEntropy_sequences()
235 … prevEntropy->offcodeCTable, sizeof(prevEntropy->offcodeCTable), in ZSTD_buildSuperBlockEntropy_sequences()
487 fseTables->offcodeCTable, ofCode, in ZSTD_compressSubBlock_sequences()
649 nbSeq, fseTables->offcodeCTable, NULL, in ZSTD_estimateSubBlockSize_sequences()
H A Dzstd_compress.c2162 FSE_CTable* CTable_OffsetBits = nextEntropy->fse.offcodeCTable; in ZSTD_entropyCompressSequences_internal()
2262 OffFSELog, prevEntropy->fse.offcodeCTable, in ZSTD_entropyCompressSequences_internal()
2271 prevEntropy->fse.offcodeCTable, in ZSTD_entropyCompressSequences_internal()
2272 sizeof(prevEntropy->fse.offcodeCTable), in ZSTD_entropyCompressSequences_internal()
3198 bs->entropy.fse.offcodeCTable, in ZSTD_loadCEntropy()
H A Dzstd_compress_internal.h71 FSE_CTable offcodeCTable[FSE_CTABLE_SIZE_U32(OffFSELog, MaxOff)]; member
H A Dzstd_opt.c161 FSE_initCState(&ofstate, optPtr->symbolCosts->fse.offcodeCTable); in ZSTD_rescaleFreqs()