Lines Matching refs:ofCodeTable
11254 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable,
11523 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_body() argument
11541 FSE_initCState2(&stateOffsetBits, CTable_OffsetBits, ofCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
11548 U32 const ofBits = ofCodeTable[nbSeq-1]; in ZSTD_encodeSequences_body()
11557 BIT_addBits(&blockStream, sequences[nbSeq-1].offset, ofCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
11564 BYTE const ofCode = ofCodeTable[n]; in ZSTD_encodeSequences_body()
11617 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_default() argument
11623 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences_default()
11635 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_bmi2() argument
11641 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences_bmi2()
11651 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences() argument
11660 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences()
11668 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences()
11887 const BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_buildSuperBlockEntropy_sequences() local
11928 …size_t const mostFrequent = HIST_countFast_wksp(countWksp, &max, ofCodeTable, nbSeq, workspace, wk… in ZSTD_buildSuperBlockEntropy_sequences()
11940 … countWksp, max, ofCodeTable, nbSeq, OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_buildSuperBlockEntropy_sequences()
12339 static size_t ZSTD_estimateSubBlockSize_sequences(const BYTE* ofCodeTable, in ZSTD_estimateSubBlockSize_sequences() argument
12350 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->ofType, ofCodeTable, MaxOff, in ZSTD_estimateSubBlockSize_sequences()
12367 const BYTE* ofCodeTable, in ZSTD_estimateSubBlockSize() argument
12379 cSizeEstimate += ZSTD_estimateSubBlockSize_sequences(ofCodeTable, llCodeTable, mlCodeTable, in ZSTD_estimateSubBlockSize()
15015 BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_seqToCodes() local
15024 ofCodeTable[u] = (BYTE)ZSTD_highbit32(sequences[u].offset); in ZSTD_seqToCodes()
15062 const BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_compressSequences_internal() local
15147 count, &max, ofCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_compressSequences_internal()
15161 count, max, ofCodeTable, nbSeq, in ZSTD_compressSequences_internal()
15204 CTable_OffsetBits, ofCodeTable, in ZSTD_compressSequences_internal()