Searched refs:isDefaultAllowed (Results 1 – 2 of 2) sorted by relevance
160 ZSTD_defaultPolicy_e const isDefaultAllowed, in ZSTD_selectEncodingType() argument166 if (isDefaultAllowed && nbSeq <= 2) { in ZSTD_selectEncodingType()178 if (isDefaultAllowed) { in ZSTD_selectEncodingType()204 …size_t const basicCost = isDefaultAllowed ? ZSTD_crossEntropyCost(defaultNorm, defaultNormLog, cou… in ZSTD_selectEncodingType()209 if (isDefaultAllowed) { in ZSTD_selectEncodingType()219 assert(isDefaultAllowed); in ZSTD_selectEncodingType()
28 ZSTD_defaultPolicy_e const isDefaultAllowed,