Searched refs:LLtype (Results 1 – 3 of 3) sorted by relevance
195 const U32 LLtype = fseMetadata->llType; in ZSTD_compressSubBlock_sequences() local199 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2)); in ZSTD_compressSubBlock_sequences()
2345 U32 LLtype; member2386 stats.LLtype = ZSTD_selectEncodingType(&nextEntropy->litlength_repeatMode, in ZSTD_buildSequencesStatistics()2392 …assert(!(stats.LLtype < set_compressed && nextEntropy->litlength_repeatMode != FSE_repeat_none)); … in ZSTD_buildSequencesStatistics()2395 CTable_LitLength, LLFSELog, (symbolEncodingType_e)stats.LLtype, in ZSTD_buildSequencesStatistics()2406 if (stats.LLtype == set_compressed) in ZSTD_buildSequencesStatistics()2564 *seqHead = (BYTE)((stats.LLtype<<6) + (stats.Offtype<<4) + (stats.MLtype<<2)); in ZSTD_entropyCompressSeqStore_internal()3106 fseMetadata->llType = (symbolEncodingType_e) stats.LLtype; in ZSTD_buildBlockEntropyStats_sequences()
686 { symbolEncodingType_e const LLtype = (symbolEncodingType_e)(*ip >> 6); in ZSTD_decodeSeqHeaders() local693 LLtype, MaxLL, LLFSELog, in ZSTD_decodeSeqHeaders()