Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbstabsmooth.cpp61 bool db_StabilizationSmoother::smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot) in smoothMotion() argument
98 if(!vp_cascade_motion(&f_imotLF, inmot, outmot)) in smoothMotion()
102 vp_copy_motion_no_id(inmot, outmot); in smoothMotion()
108 …::smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *outmot) in smoothMotionAdaptive() argument
182 vp_copy_motion_no_id(&tmpMotion/*in*/, outmot/*out*/); in smoothMotionAdaptive()
186 vp_copy_motion_no_id(inmot, outmot); in smoothMotionAdaptive()
192 bool db_StabilizationSmoother::smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot, double smooth_fact… in smoothMotion() argument
227 if(!vp_cascade_motion(&f_imotLF, inmot, outmot)) in smoothMotion()
231 vp_copy_motion_no_id(inmot, outmot); in smoothMotion()
239 db_StabilizationSmoother::smoothMotion1(VP_MOTION *inmot, VP_MOTION *outmot, VP_MOTION *motLF, VP_M… in smoothMotion1() argument
[all …]
Ddbreg.cpp686 VP_MOTION inmot,outmot; in SmoothMotion() local
724 m_stab_smoother.smoothMotionAdaptive(w,h,&inmot,&outmot); in SmoothMotion()
726 m_stab_smoother.smoothMotion(&inmot,&outmot); in SmoothMotion()
729 H[0] = MXX(outmot); in SmoothMotion()
730 H[1] = MXY(outmot); in SmoothMotion()
731 H[2] = MXZ(outmot); in SmoothMotion()
733 H[3] = MYX(outmot); in SmoothMotion()
734 H[4] = MYY(outmot); in SmoothMotion()
735 H[5] = MYZ(outmot); in SmoothMotion()
737 H[6] = MZX(outmot); in SmoothMotion()
[all …]
Ddbstabsmooth.h66 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot);
75 … smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *outmot);
76 bool smoothPanMotion_1(VP_MOTION *inmot, VP_MOTION *outmot);
77 bool smoothPanMotion_2(VP_MOTION *inmot, VP_MOTION *outmot);
133 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot, double smooth_factor);
134 …bool smoothMotion1(VP_MOTION *inmot, VP_MOTION *outmot, VP_MOTION *motLF, VP_MOTION *imotLF, doubl…