Searched refs:isDefaultAllowed (Results 1 – 2 of 2) sorted by relevance
163 ZSTD_DefaultPolicy_e const isDefaultAllowed, in ZSTD_selectEncodingType() argument169 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()
30 ZSTD_DefaultPolicy_e const isDefaultAllowed,