HomeSort by relevance Sort by last modified time
    Searched refs:minSmoothFactor (Results 1 - 3 of 3) sorted by null

  /development/perftests/panorama/feature_stab/src/dbreg/
dbstabsmooth.cpp 114 double minSmoothFactor = f_minDampingFactor;
135 if(smoothFactor < minSmoothFactor)
136 smoothFactor = minSmoothFactor;
139 for (smoothFactor = smoothFactor; smoothFactor >= minSmoothFactor; smoothFactor -= 0.01) {
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 114 double minSmoothFactor = f_minDampingFactor;
135 if(smoothFactor < minSmoothFactor)
136 smoothFactor = minSmoothFactor;
139 for (smoothFactor = smoothFactor; smoothFactor >= minSmoothFactor; smoothFactor -= 0.01) {
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 114 double minSmoothFactor = f_minDampingFactor;
135 if(smoothFactor < minSmoothFactor)
136 smoothFactor = minSmoothFactor;
139 for (smoothFactor = smoothFactor; smoothFactor >= minSmoothFactor; smoothFactor -= 0.01) {

Completed in 453 milliseconds