Home
last modified time | relevance | path

Searched refs:isDefaultAllowed (Results 1 – 2 of 2) sorted by relevance

/linux/lib/zstd/compress/
H A Dzstd_compress_sequences.c163 ZSTD_DefaultPolicy_e const isDefaultAllowed, in ZSTD_selectEncodingType() argument
169 if (isDefaultAllowed && nbSeq <= 2) { in ZSTD_selectEncodingType()
181 if (isDefaultAllowed) { in ZSTD_selectEncodingType()
207 …size_t const basicCost = isDefaultAllowed ? ZSTD_crossEntropyCost(defaultNorm, defaultNormLog, cou… in ZSTD_selectEncodingType()
212 if (isDefaultAllowed) { in ZSTD_selectEncodingType()
222 assert(isDefaultAllowed); in ZSTD_selectEncodingType()
H A Dzstd_compress_sequences.h30 ZSTD_DefaultPolicy_e const isDefaultAllowed,