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

  /development/perftests/panorama/feature_stab/src/dbreg/
dbstabsmooth.h 66 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot);
133 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot, double smooth_factor);
dbstabsmooth.cpp 61 bool db_StabilizationSmoother::smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot)
141 if(!smoothMotion(inmot, &tmpMotion, smoothFactor))
192 bool db_StabilizationSmoother::smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot, double smooth_factor)
dbreg.cpp 486 SmoothMotion();
685 void db_FrameToReferenceRegistration::SmoothMotion(void)
727 m_stab_smoother.smoothMotion(&inmot,&outmot);
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 66 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot);
133 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot, double smooth_factor);
dbstabsmooth.cpp 61 bool db_StabilizationSmoother::smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot)
141 if(!smoothMotion(inmot, &tmpMotion, smoothFactor))
192 bool db_StabilizationSmoother::smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot, double smooth_factor)
dbreg.cpp 486 SmoothMotion();
685 void db_FrameToReferenceRegistration::SmoothMotion(void)
727 m_stab_smoother.smoothMotion(&inmot,&outmot);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 66 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot);
133 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot, double smooth_factor);
dbstabsmooth.cpp 61 bool db_StabilizationSmoother::smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot)
141 if(!smoothMotion(inmot, &tmpMotion, smoothFactor))
192 bool db_StabilizationSmoother::smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot, double smooth_factor)
dbreg.cpp 486 SmoothMotion();
684 void db_FrameToReferenceRegistration::SmoothMotion(void)
726 m_stab_smoother.smoothMotion(&inmot,&outmot);

Completed in 1374 milliseconds