Home
last modified time | relevance | path

Searched refs:inmot (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
65 f_motLF.insid = inmot->refid; in smoothMotion()
66 f_motLF.refid = inmot->insid; in smoothMotion()
70 …LF) = (VP_PAR) (f_smoothFactor*(double) MXX(f_motLF) + (1.0-f_smoothFactor)* (double) MXX(*inmot)); in smoothMotion()
71 …LF) = (VP_PAR) (f_smoothFactor*(double) MXY(f_motLF) + (1.0-f_smoothFactor)* (double) MXY(*inmot)); in smoothMotion()
72 …LF) = (VP_PAR) (f_smoothFactor*(double) MXZ(f_motLF) + (1.0-f_smoothFactor)* (double) MXZ(*inmot)); in smoothMotion()
73 …LF) = (VP_PAR) (f_smoothFactor*(double) MXW(f_motLF) + (1.0-f_smoothFactor)* (double) MXW(*inmot)); in smoothMotion()
75 …LF) = (VP_PAR) (f_smoothFactor*(double) MYX(f_motLF) + (1.0-f_smoothFactor)* (double) MYX(*inmot)); in smoothMotion()
76 …LF) = (VP_PAR) (f_smoothFactor*(double) MYY(f_motLF) + (1.0-f_smoothFactor)* (double) MYY(*inmot)); in smoothMotion()
77 …LF) = (VP_PAR) (f_smoothFactor*(double) MYZ(f_motLF) + (1.0-f_smoothFactor)* (double) MYZ(*inmot)); in smoothMotion()
[all …]
Ddbreg.cpp686 VP_MOTION inmot,outmot; in SmoothMotion() local
692 MXX(inmot) = H[0]; in SmoothMotion()
693 MXY(inmot) = H[1]; in SmoothMotion()
694 MXZ(inmot) = H[2]; in SmoothMotion()
695 MXW(inmot) = 0.0; in SmoothMotion()
697 MYX(inmot) = H[3]; in SmoothMotion()
698 MYY(inmot) = H[4]; in SmoothMotion()
699 MYZ(inmot) = H[5]; in SmoothMotion()
700 MYW(inmot) = 0.0; in SmoothMotion()
702 MZX(inmot) = H[6]; in SmoothMotion()
[all …]
Ddbstabsmooth.h66 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot);
75 …bool smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *out…
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…