Searched refs:m_stab_smoother (Results 1 – 2 of 2) sorted by relevance
173 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()
252 void ResetMotionSmoothingParameters() { m_stab_smoother.Init(); } in ResetMotionSmoothingParameters()411 db_StabilizationSmoother m_stab_smoother; variable