Home
last modified time | relevance | path

Searched refs:Offtype (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/lib/zstd/compress/
Dzstd_compress_superblock.c196 const U32 Offtype = fseMetadata->ofType; in ZSTD_compressSubBlock_sequences() local
199 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2)); in ZSTD_compressSubBlock_sequences()
Dzstd_compress.c2346 U32 Offtype; member
2419 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()