Home
last modified time | relevance | path

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

/development/perftests/panorama/feature_stab/src/dbreg/
Ddbreg.h252 void ResetMotionSmoothingParameters() { m_stab_smoother.Init(); } in ResetMotionSmoothingParameters()
411 db_StabilizationSmoother m_stab_smoother; variable
Ddbreg.cpp173 m_stab_smoother.setSmoothingFactor(m_motion_smoothing_gain); in Init()
725 m_stab_smoother.smoothMotionAdaptive(w,h,&inmot,&outmot); in SmoothMotion()
727 m_stab_smoother.smoothMotion(&inmot,&outmot); in SmoothMotion()