Searched refs:smoothMotion (Results 1 – 6 of 6) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
D | dbstabsmooth.cpp | 61 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
|
D | dbstabsmooth.h | 66 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot); 133 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot, double smooth_factor);
|
D | dbreg.cpp | 726 m_stab_smoother.smoothMotion(&inmot,&outmot); in SmoothMotion()
|
/packages/apps/Camera/jni/feature_stab/src/dbreg/ |
D | dbstabsmooth.cpp | 61 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
|
D | dbstabsmooth.h | 66 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot); 133 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot, double smooth_factor);
|
D | dbreg.cpp | 727 m_stab_smoother.smoothMotion(&inmot,&outmot); in SmoothMotion()
|