Home
last modified time | relevance | path

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

/development/perftests/panorama/feature_stab/src/dbreg/
Ddbstabsmooth.cpp113 double smoothFactor; in smoothMotionAdaptive() local
133 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()