Searched refs:hType (Results 1 – 2 of 2) sorted by relevance
31 symbolEncodingType_e hType; member86 hufMetadata->hType = set_basic; in ZSTD_buildSuperBlockEntropy_literal()95 hufMetadata->hType = set_basic; in ZSTD_buildSuperBlockEntropy_literal()105 hufMetadata->hType = set_rle; in ZSTD_buildSuperBlockEntropy_literal()110 hufMetadata->hType = set_basic; in ZSTD_buildSuperBlockEntropy_literal()142 hufMetadata->hType = set_repeat; in ZSTD_buildSuperBlockEntropy_literal()149 hufMetadata->hType = set_basic; in ZSTD_buildSuperBlockEntropy_literal()153 hufMetadata->hType = set_compressed; in ZSTD_buildSuperBlockEntropy_literal()332 symbolEncodingType_e hType = writeEntropy ? hufMetadata->hType : set_repeat; in ZSTD_compressSubBlock_literal() local340 if (litSize == 0 || hufMetadata->hType == set_basic) { in ZSTD_compressSubBlock_literal()[all …]
82 symbolEncodingType_e hType = set_compressed; in ZSTD_compressLiterals() local116 hType = set_repeat; in ZSTD_compressLiterals()129 if (hType == set_compressed) { in ZSTD_compressLiterals()138 … { U32 const lhc = hType + ((!singleStream) << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<14); in ZSTD_compressLiterals()143 { U32 const lhc = hType + (2 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<18); in ZSTD_compressLiterals()148 { U32 const lhc = hType + (3 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<22); in ZSTD_compressLiterals()