Home
last modified time | relevance | path

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

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