Searched refs:set_compressed (Results 1 – 12 of 12) sorted by relevance
152 hufMetadata->hType = set_compressed; in ZSTD_buildSuperBlockEntropy_literal()207 assert(set_basic < set_compressed && set_rle < set_compressed); in ZSTD_buildSuperBlockEntropy_sequences()214 if (LLtype == set_compressed) in ZSTD_buildSuperBlockEntropy_sequences()238 if (Offtype == set_compressed) in ZSTD_buildSuperBlockEntropy_sequences()260 if (MLtype == set_compressed) in ZSTD_buildSuperBlockEntropy_sequences()350 if (writeEntropy && hufMetadata->hType == set_compressed) { in ZSTD_compressSubBlock_literal()625 } else if (type == set_compressed || type == set_repeat) { in ZSTD_estimateSubBlockSize_symbolType()685 if (fseMetadata->llType == set_compressed || fseMetadata->llType == set_rle) in ZSTD_needSequenceEntropyTables()687 if (fseMetadata->mlType == set_compressed || fseMetadata->mlType == set_rle) in ZSTD_needSequenceEntropyTables()689 if (fseMetadata->ofType == set_compressed || fseMetadata->ofType == set_rle) in ZSTD_needSequenceEntropyTables()[all …]
82 symbolEncodingType_e hType = set_compressed; in ZSTD_compressLiterals()129 if (hType == set_compressed) { in ZSTD_compressLiterals()
219 return set_compressed; in ZSTD_selectEncodingType()247 case set_compressed: { in ZSTD_buildCTable()
2046 assert(set_basic < set_compressed && set_rle < set_compressed); in ZSTD_compressSequences_internal()2047 …assert(!(LLtype < set_compressed && nextEntropy->fse.litlength_repeatMode != FSE_repeat_none)); /*… in ZSTD_compressSequences_internal()2057 if (LLtype == set_compressed) in ZSTD_compressSequences_internal()2075 …assert(!(Offtype < set_compressed && nextEntropy->fse.offcode_repeatMode != FSE_repeat_none)); /* … in ZSTD_compressSequences_internal()2085 if (Offtype == set_compressed) in ZSTD_compressSequences_internal()2101 …assert(!(MLtype < set_compressed && nextEntropy->fse.matchlength_repeatMode != FSE_repeat_none)); … in ZSTD_compressSequences_internal()2111 if (MLtype == set_compressed) in ZSTD_compressSequences_internal()
70 assert(hufMetadata->hType == set_compressed || hufMetadata->hType == set_repeat); in ZSTD_compressSubBlock_literal()72 if (writeEntropy && hufMetadata->hType == set_compressed) { in ZSTD_compressSubBlock_literal()314 else if (hufMetadata->hType == set_compressed || hufMetadata->hType == set_repeat) { in ZSTD_estimateSubBlockSize_literal()348 } else if (type == set_compressed || type == set_repeat) { in ZSTD_estimateSubBlockSize_symbolType()409 if (fseMetadata->llType == set_compressed || fseMetadata->llType == set_rle) in ZSTD_needSequenceEntropyTables()411 if (fseMetadata->mlType == set_compressed || fseMetadata->mlType == set_rle) in ZSTD_needSequenceEntropyTables()413 if (fseMetadata->ofType == set_compressed || fseMetadata->ofType == set_rle) in ZSTD_needSequenceEntropyTables()451 int writeLitEntropy = entropyMetadata->hufMetadata.hType == set_compressed; in ZSTD_compressSubBlock_multi()
83 symbolEncodingType_e hType = set_compressed; in ZSTD_compressLiterals()130 if (hType == set_compressed) { in ZSTD_compressLiterals()
234 return set_compressed; in ZSTD_selectEncodingType()267 case set_compressed: { in ZSTD_buildCTable()
2482 assert(set_basic < set_compressed && set_rle < set_compressed); in ZSTD_buildSequencesStatistics()2483 …assert(!(stats.LLtype < set_compressed && nextEntropy->litlength_repeatMode != FSE_repeat_none)); … in ZSTD_buildSequencesStatistics()2497 if (stats.LLtype == set_compressed) in ZSTD_buildSequencesStatistics()2515 …assert(!(stats.Offtype < set_compressed && nextEntropy->offcode_repeatMode != FSE_repeat_none)); /… in ZSTD_buildSequencesStatistics()2529 if (stats.Offtype == set_compressed) in ZSTD_buildSequencesStatistics()2545 …assert(!(stats.MLtype < set_compressed && nextEntropy->matchlength_repeatMode != FSE_repeat_none))… in ZSTD_buildSequencesStatistics()2559 if (stats.MLtype == set_compressed) in ZSTD_buildSequencesStatistics()3147 hufMetadata->hType = set_compressed; in ZSTD_buildBlockEntropyStats_literals()3250 else if (hufMetadata->hType == set_compressed || hufMetadata->hType == set_repeat) { in ZSTD_estimateBlockSize_literal()3285 } else if (type == set_compressed || type == set_repeat) { in ZSTD_estimateBlockSize_symbolType()[all …]
170 typedef enum { set_basic, set_rle, set_compressed, set_repeat } symbolEncodingType_e; enumerator
99 typedef enum { set_basic, set_rle, set_compressed, set_repeat } symbolEncodingType_e; enumerator
95 case set_compressed: in ZSTD_decodeLiteralsBlock()168 if (litEncType==set_compressed) dctx->HUFptr = dctx->entropy.hufTable; in ZSTD_decodeLiteralsBlock()464 case set_compressed : in ZSTD_buildSeqTable()
136 case set_compressed: in ZSTD_decodeLiteralsBlock()220 if (litEncType==set_compressed) dctx->HUFptr = dctx->entropy.hufTable; in ZSTD_decodeLiteralsBlock()637 case set_compressed : in ZSTD_buildSeqTable()