Searched refs:minSmoothFactor (Results 1 – 1 of 1) sorted by relevance
114 double minSmoothFactor = f_minDampingFactor; in smoothMotionAdaptive() local135 if(smoothFactor < minSmoothFactor) in smoothMotionAdaptive()136 smoothFactor = minSmoothFactor; in smoothMotionAdaptive()139 for (smoothFactor = smoothFactor; smoothFactor >= minSmoothFactor; smoothFactor -= 0.01) { in smoothMotionAdaptive()