Lines Matching refs:ofCodeTable
2698 BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_seqToCodes() local
2709 ofCodeTable[u] = (BYTE)ofCode; in ZSTD_seqToCodes()
2777 const BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_buildSequencesStatistics() local
2820 … countWorkspace, &max, ofCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics()
2834 countWorkspace, max, ofCodeTable, nbSeq, in ZSTD_buildSequencesStatistics()
2906 const BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_entropyCompressSeqStore_internal() local
2978 CTable_OffsetBits, ofCodeTable, in ZSTD_entropyCompressSeqStore_internal()
3896 ZSTD_estimateBlockSize_sequences(const BYTE* ofCodeTable, in ZSTD_estimateBlockSize_sequences() argument
3907 …cSeqSizeEstimate += ZSTD_estimateBlockSize_symbolType(fseMetadata->ofType, ofCodeTable, nbSeq, Max… in ZSTD_estimateBlockSize_sequences()
3926 const BYTE* ofCodeTable, in ZSTD_estimateBlockSize() argument
3938 size_t const seqSize = ZSTD_estimateBlockSize_sequences(ofCodeTable, llCodeTable, mlCodeTable, in ZSTD_estimateBlockSize()