Searched refs:compressedCost (Results 1 – 1 of 1) sorted by relevance
207 size_t const compressedCost = (NCountCost << 3) + ZSTD_entropyCost(count, max, nbSeq); in ZSTD_selectEncodingType() local214 assert(compressedCost < ERROR(maxCode)); in ZSTD_selectEncodingType()216 (unsigned)basicCost, (unsigned)repeatCost, (unsigned)compressedCost); in ZSTD_selectEncodingType()217 if (basicCost <= repeatCost && basicCost <= compressedCost) { in ZSTD_selectEncodingType()223 if (repeatCost <= compressedCost) { in ZSTD_selectEncodingType()228 assert(compressedCost < basicCost && compressedCost < repeatCost); in ZSTD_selectEncodingType()