Searched refs:LLtype (Results 1 – 3 of 3) sorted by relevance
200 const U32 LLtype = fseMetadata->llType; in ZSTD_compressSubBlock_sequences() local204 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2)); in ZSTD_compressSubBlock_sequences()
2661 U32 LLtype; member2705 stats.LLtype = ZSTD_selectEncodingType(&nextEntropy->litlength_repeatMode, in ZSTD_buildSequencesStatistics()2711 …assert(!(stats.LLtype < set_compressed && nextEntropy->litlength_repeatMode != FSE_repeat_none)); … in ZSTD_buildSequencesStatistics()2714 CTable_LitLength, LLFSELog, (SymbolEncodingType_e)stats.LLtype, in ZSTD_buildSequencesStatistics()2725 if (stats.LLtype == set_compressed) in ZSTD_buildSequencesStatistics()2882 *seqHead = (BYTE)((stats.LLtype<<6) + (stats.Offtype<<4) + (stats.MLtype<<2)); in ZSTD_entropyCompressSeqStore_internal()3698 fseMetadata->llType = (SymbolEncodingType_e) stats.LLtype; in ZSTD_buildBlockEntropyStats_sequences()
732 { SymbolEncodingType_e const LLtype = (SymbolEncodingType_e)(*ip >> 6); in ZSTD_decodeSeqHeaders() local739 LLtype, MaxLL, LLFSELog, in ZSTD_decodeSeqHeaders()