Searched refs:Offtype (Results 1 – 2 of 2) sorted by relevance
196 const U32 Offtype = fseMetadata->ofType; in ZSTD_compressSubBlock_sequences() local199 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2)); in ZSTD_compressSubBlock_sequences()
2346 U32 Offtype; member2419 stats.Offtype = ZSTD_selectEncodingType(&nextEntropy->offcode_repeatMode, in ZSTD_buildSequencesStatistics()2424 …assert(!(stats.Offtype < set_compressed && nextEntropy->offcode_repeatMode != FSE_repeat_none)); /… in ZSTD_buildSequencesStatistics()2427 CTable_OffsetBits, OffFSELog, (symbolEncodingType_e)stats.Offtype, in ZSTD_buildSequencesStatistics()2438 if (stats.Offtype == set_compressed) in ZSTD_buildSequencesStatistics()2564 *seqHead = (BYTE)((stats.LLtype<<6) + (stats.Offtype<<4) + (stats.MLtype<<2)); in ZSTD_entropyCompressSeqStore_internal()3107 fseMetadata->ofType = (symbolEncodingType_e) stats.Offtype; in ZSTD_buildBlockEntropyStats_sequences()