Lines Matching refs:ofCodeTable
1450 BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_seqToCodes() local
1458 ofCodeTable[u] = (BYTE)ZSTD_highbit32(sequences[u].offset); in ZSTD_seqToCodes()
1558 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_body() argument
1571 FSE_initCState2(&stateOffsetBits, CTable_OffsetBits, ofCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
1578 U32 const ofBits = ofCodeTable[nbSeq-1]; in ZSTD_encodeSequences_body()
1587 BIT_addBits(&blockStream, sequences[nbSeq-1].offset, ofCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
1594 BYTE const ofCode = ofCodeTable[n]; in ZSTD_encodeSequences_body()
1646 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_default() argument
1652 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences_default()
1664 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_bmi2() argument
1670 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences_bmi2()
1680 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences() argument
1688 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences()
1696 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences()
1715 const BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_compressSequences_internal() local
1779 size_t const mostFrequent = FSE_countFast_wksp(count, &max, ofCodeTable, nbSeq, workspace); in ZSTD_compressSequences_internal()
1786 … count, max, ofCodeTable, nbSeq, OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_compressSequences_internal()
1811 CTable_OffsetBits, ofCodeTable, in ZSTD_compressSequences_internal()