Home
last modified time | relevance | path

Searched refs:normalizedRatioGain1 (Results 1 – 1 of 1) sorted by relevance

/external/zstd/tests/
Dparamgrill.c585 double normalizedRatioGain1 = ((double)lvlRes.cSize / result1.cSize) - 1; in resultDistLvl() local
586 if(normalizedRatioGain1 < 0 || normalizedCSpeedGain1 < 0) { in resultDistLvl()
589 return normalizedRatioGain1 * g_ratioMultiplier + normalizedCSpeedGain1; in resultDistLvl()