Lines Matching refs:ofCodeTable

11256             FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable,
11525 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_body() argument
11543 FSE_initCState2(&stateOffsetBits, CTable_OffsetBits, ofCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
11550 U32 const ofBits = ofCodeTable[nbSeq-1]; in ZSTD_encodeSequences_body()
11559 BIT_addBits(&blockStream, sequences[nbSeq-1].offset, ofCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
11566 BYTE const ofCode = ofCodeTable[n]; in ZSTD_encodeSequences_body()
11619 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_default() argument
11625 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences_default()
11637 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_bmi2() argument
11643 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences_bmi2()
11653 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences() argument
11662 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences()
11670 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences()
11889 const BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_buildSuperBlockEntropy_sequences() local
11930 …size_t const mostFrequent = HIST_countFast_wksp(countWksp, &max, ofCodeTable, nbSeq, workspace, wk… in ZSTD_buildSuperBlockEntropy_sequences()
11942 … countWksp, max, ofCodeTable, nbSeq, OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_buildSuperBlockEntropy_sequences()
12341 static size_t ZSTD_estimateSubBlockSize_sequences(const BYTE* ofCodeTable, in ZSTD_estimateSubBlockSize_sequences() argument
12352 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->ofType, ofCodeTable, MaxOff, in ZSTD_estimateSubBlockSize_sequences()
12369 const BYTE* ofCodeTable, in ZSTD_estimateSubBlockSize() argument
12381 cSizeEstimate += ZSTD_estimateSubBlockSize_sequences(ofCodeTable, llCodeTable, mlCodeTable, in ZSTD_estimateSubBlockSize()
15017 BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_seqToCodes() local
15026 ofCodeTable[u] = (BYTE)ZSTD_highbit32(sequences[u].offset); in ZSTD_seqToCodes()
15064 const BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_compressSequences_internal() local
15149 count, &max, ofCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_compressSequences_internal()
15163 count, max, ofCodeTable, nbSeq, in ZSTD_compressSequences_internal()
15206 CTable_OffsetBits, ofCodeTable, in ZSTD_compressSequences_internal()