Searched refs:Offtype (Results 1 – 2 of 2) sorted by relevance
201 const U32 Offtype = fseMetadata->ofType; in ZSTD_compressSubBlock_sequences() local204 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2)); in ZSTD_compressSubBlock_sequences()
2662 U32 Offtype; member2738 stats.Offtype = ZSTD_selectEncodingType(&nextEntropy->offcode_repeatMode, in ZSTD_buildSequencesStatistics()2743 …assert(!(stats.Offtype < set_compressed && nextEntropy->offcode_repeatMode != FSE_repeat_none)); /… in ZSTD_buildSequencesStatistics()2746 CTable_OffsetBits, OffFSELog, (SymbolEncodingType_e)stats.Offtype, in ZSTD_buildSequencesStatistics()2757 if (stats.Offtype == set_compressed) in ZSTD_buildSequencesStatistics()2882 *seqHead = (BYTE)((stats.LLtype<<6) + (stats.Offtype<<4) + (stats.MLtype<<2)); in ZSTD_entropyCompressSeqStore_internal()3699 fseMetadata->ofType = (SymbolEncodingType_e) stats.Offtype; in ZSTD_buildBlockEntropyStats_sequences()