Searched refs:MLtype (Results 1 – 2 of 2) sorted by relevance
593 U32 LLtype, Offtype, MLtype; /* compressed, raw or rle */ in ZSTD_compressSequences_internal() local721 MLtype = set_rle; in ZSTD_compressSequences_internal()723 MLtype = set_repeat; in ZSTD_compressSequences_internal()726 MLtype = set_basic; in ZSTD_compressSequences_internal()742 MLtype = set_compressed; in ZSTD_compressSequences_internal()746 *seqHead = (BYTE)((LLtype << 6) + (Offtype << 4) + (MLtype << 2)); in ZSTD_compressSequences_internal()
831 symbolEncodingType_e const MLtype = (symbolEncodingType_e)((*ip >> 2) & 3); in ZSTD_decodeSeqHeaders() local850 …size_t const mlhSize = ZSTD_buildSeqTable(dctx->entropy.MLTable, &dctx->MLTptr, MLtype, MaxML, MLF… in ZSTD_decodeSeqHeaders()