Home
last modified time | relevance | path

Searched refs:m_stab_smoother (Results 1 – 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbreg.cpp173 m_stab_smoother.setSmoothingFactor(m_motion_smoothing_gain); in Init()
724 m_stab_smoother.smoothMotionAdaptive(w,h,&inmot,&outmot); in SmoothMotion()
726 m_stab_smoother.smoothMotion(&inmot,&outmot); in SmoothMotion()
Ddbreg.h252 void ResetMotionSmoothingParameters() { m_stab_smoother.Init(); } in ResetMotionSmoothingParameters()
411 db_StabilizationSmoother m_stab_smoother; variable