Home
last modified time | relevance | path

Searched refs:smoothMotionAdaptive (Results 1 – 3 of 3) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbstabsmooth.h75 …bool smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *out…
Ddbstabsmooth.cpp108 bool db_StabilizationSmoother::smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTI… in smoothMotionAdaptive() function in db_StabilizationSmoother
Ddbreg.cpp724 m_stab_smoother.smoothMotionAdaptive(w,h,&inmot,&outmot); in SmoothMotion()