Searched refs:isDefaultAllowed (Results 1 – 2 of 2) sorted by relevance
162 ZSTD_defaultPolicy_e const isDefaultAllowed, in ZSTD_selectEncodingType() argument168 if (isDefaultAllowed && nbSeq <= 2) { in ZSTD_selectEncodingType()180 if (isDefaultAllowed) { in ZSTD_selectEncodingType()206 …size_t const basicCost = isDefaultAllowed ? ZSTD_crossEntropyCost(defaultNorm, defaultNormLog, cou… in ZSTD_selectEncodingType()211 if (isDefaultAllowed) { in ZSTD_selectEncodingType()221 assert(isDefaultAllowed); in ZSTD_selectEncodingType()
28 ZSTD_defaultPolicy_e const isDefaultAllowed,