Searched refs:smoothMotion (Results 1 – 3 of 3) sorted by relevance
66 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot);133 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot, double smooth_factor);
61 bool db_StabilizationSmoother::smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot) in smoothMotion() function in db_StabilizationSmoother141 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
726 m_stab_smoother.smoothMotion(&inmot,&outmot); in SmoothMotion()