Searched refs:smoothFactor (Results 1 – 1 of 1) sorted by relevance
113 double smoothFactor; in smoothMotionAdaptive() local133 smoothFactor = 0.99 - 0.0015 * delta; in smoothMotionAdaptive()135 if(smoothFactor < minSmoothFactor) in smoothMotionAdaptive()136 smoothFactor = minSmoothFactor; in smoothMotionAdaptive()139 for (smoothFactor = smoothFactor; smoothFactor >= minSmoothFactor; smoothFactor -= 0.01) { in smoothMotionAdaptive()141 if(!smoothMotion(inmot, &tmpMotion, smoothFactor)) in smoothMotionAdaptive()178 if (smoothFactor < f_minDampingFactor) in smoothMotionAdaptive()179 smoothFactor = f_minDampingFactor; in smoothMotionAdaptive()