HomeSort by relevance Sort by last modified time
    Searched refs:m_stab_smoother (Results 1 - 2 of 2) sorted by null

  /development/perftests/panorama/feature_stab/src/dbreg/
dbreg.h 252 void ResetMotionSmoothingParameters() { m_stab_smoother.Init(); }
411 db_StabilizationSmoother m_stab_smoother; member in class:db_FrameToReferenceRegistration
dbreg.cpp 173 m_stab_smoother.setSmoothingFactor(m_motion_smoothing_gain);
725 m_stab_smoother.smoothMotionAdaptive(w,h,&inmot,&outmot);
727 m_stab_smoother.smoothMotion(&inmot,&outmot);

Completed in 95 milliseconds