Searched refs:Hysteresis (Results 1 – 2 of 2) sorted by relevance
299 const float Hysteresis = 0.98f; variable1101 BestCost = Hysteresis * calcSpillCost(); in tryRegionSplit()1165 BestCost = Hysteresis * Cost; // Prevent rounding effects. in tryRegionSplit()1423 if (EstWeight * Hysteresis >= MaxGap) { in tryLocalSplit()1428 BestDiff = Hysteresis * Diff; in tryLocalSplit()
439 const float Hysteresis = (2007 / 2048.0f); // 0.97998046875 variable1867 if (EstWeight * Hysteresis >= MaxGap) { in tryLocalSplit()1872 BestDiff = Hysteresis * Diff; in tryLocalSplit()