Searched refs:isDefaultAllowed (Results 1 – 2 of 2) sorted by relevance
147 ZSTD_defaultPolicy_e const isDefaultAllowed, in ZSTD_selectEncodingType() argument153 if (isDefaultAllowed && nbSeq <= 2) { in ZSTD_selectEncodingType()165 if (isDefaultAllowed) { in ZSTD_selectEncodingType()191 …size_t const basicCost = isDefaultAllowed ? ZSTD_crossEntropyCost(defaultNorm, defaultNormLog, cou… in ZSTD_selectEncodingType()196 if (isDefaultAllowed) { in ZSTD_selectEncodingType()206 assert(isDefaultAllowed); in ZSTD_selectEncodingType()
28 ZSTD_defaultPolicy_e const isDefaultAllowed,