Searched refs:smoothMotion (Results 1 - 3 of 3) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbstabsmooth.h66 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot);
133 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot, double smooth_factor);
H A Ddbstabsmooth.cpp61 bool db_StabilizationSmoother::smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot) function in class:db_StabilizationSmoother
141 if(!smoothMotion(inmot, &tmpMotion, smoothFactor))
192 bool db_StabilizationSmoother::smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot, double smooth_factor) function in class:db_StabilizationSmoother
H A Ddbreg.cpp726 m_stab_smoother.smoothMotion(&inmot,&outmot);

Completed in 1022 milliseconds