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

  /development/perftests/panorama/feature_stab/src/dbreg/
dbstabsmooth.cpp 113 double smoothFactor;
133 smoothFactor = 0.99 - 0.0015 * delta;
135 if(smoothFactor < minSmoothFactor)
136 smoothFactor = minSmoothFactor;
139 for (smoothFactor = smoothFactor; smoothFactor >= minSmoothFactor; smoothFactor -= 0.01) {
141 if(!smoothMotion(inmot, &tmpMotion, smoothFactor))
178 if (smoothFactor < f_minDampingFactor
    [all...]
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 113 double smoothFactor;
133 smoothFactor = 0.99 - 0.0015 * delta;
135 if(smoothFactor < minSmoothFactor)
136 smoothFactor = minSmoothFactor;
139 for (smoothFactor = smoothFactor; smoothFactor >= minSmoothFactor; smoothFactor -= 0.01) {
141 if(!smoothMotion(inmot, &tmpMotion, smoothFactor))
178 if (smoothFactor < f_minDampingFactor
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 113 double smoothFactor;
133 smoothFactor = 0.99 - 0.0015 * delta;
135 if(smoothFactor < minSmoothFactor)
136 smoothFactor = minSmoothFactor;
139 for (smoothFactor = smoothFactor; smoothFactor >= minSmoothFactor; smoothFactor -= 0.01) {
141 if(!smoothMotion(inmot, &tmpMotion, smoothFactor))
178 if (smoothFactor < f_minDampingFactor
    [all...]

Completed in 152 milliseconds