Lines Matching refs:ofCodeTable
2611 BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_seqToCodes() local
2622 ofCodeTable[u] = (BYTE)ofCode; in ZSTD_seqToCodes()
2690 const BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_buildSequencesStatistics() local
2733 … countWorkspace, &max, ofCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics()
2747 countWorkspace, max, ofCodeTable, nbSeq, in ZSTD_buildSequencesStatistics()
2819 const BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_entropyCompressSeqStore_internal() local
2891 CTable_OffsetBits, ofCodeTable, in ZSTD_entropyCompressSeqStore_internal()
3809 ZSTD_estimateBlockSize_sequences(const BYTE* ofCodeTable, in ZSTD_estimateBlockSize_sequences() argument
3820 …cSeqSizeEstimate += ZSTD_estimateBlockSize_symbolType(fseMetadata->ofType, ofCodeTable, nbSeq, Max… in ZSTD_estimateBlockSize_sequences()
3839 const BYTE* ofCodeTable, in ZSTD_estimateBlockSize() argument
3851 size_t const seqSize = ZSTD_estimateBlockSize_sequences(ofCodeTable, llCodeTable, mlCodeTable, in ZSTD_estimateBlockSize()