Home
last modified time | relevance | path

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

/development/perftests/panorama/feature_stab/src/dbreg/
Ddbstabsmooth.cpp114 double minSmoothFactor = f_minDampingFactor; in smoothMotionAdaptive() local
135 if(smoothFactor < minSmoothFactor) in smoothMotionAdaptive()
136 smoothFactor = minSmoothFactor; in smoothMotionAdaptive()
139 for (smoothFactor = smoothFactor; smoothFactor >= minSmoothFactor; smoothFactor -= 0.01) { in smoothMotionAdaptive()