Lines Matching refs:offcodeCTable
9983 FSE_CTable offcodeCTable[FSE_CTABLE_SIZE_U32(OffFSELog, MaxOff)]; member
11887 FSE_CTable* CTable_OffsetBits = nextEntropy->offcodeCTable; in ZSTD_buildSuperBlockEntropy_sequences()
11937 OffFSELog, prevEntropy->offcodeCTable, in ZSTD_buildSuperBlockEntropy_sequences()
11943 … prevEntropy->offcodeCTable, sizeof(prevEntropy->offcodeCTable), in ZSTD_buildSuperBlockEntropy_sequences()
12195 fseTables->offcodeCTable, ofCode, in ZSTD_compressSubBlock_sequences()
12353 nbSeq, fseTables->offcodeCTable, NULL, in ZSTD_estimateSubBlockSize_sequences()
15060 FSE_CTable* CTable_OffsetBits = nextEntropy->fse.offcodeCTable; in ZSTD_compressSequences_internal()
15156 OffFSELog, prevEntropy->fse.offcodeCTable, in ZSTD_compressSequences_internal()
15165 prevEntropy->fse.offcodeCTable, in ZSTD_compressSequences_internal()
15166 sizeof(prevEntropy->fse.offcodeCTable), in ZSTD_compressSequences_internal()
16017 bs->entropy.fse.offcodeCTable, in ZSTD_loadCEntropy()
20307 FSE_initCState(&ofstate, optPtr->symbolCosts->fse.offcodeCTable); in ZSTD_rescaleFreqs()