OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inmot
(Results
1 - 6
of
6
) sorted by null
/development/perftests/panorama/feature_stab/src/dbreg/
dbstabsmooth.cpp
61
bool db_StabilizationSmoother::smoothMotion(VP_MOTION *
inmot
, VP_MOTION *outmot)
65
f_motLF.insid =
inmot
->refid;
66
f_motLF.refid =
inmot
->insid;
70
MXX(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MXX(f_motLF) + (1.0-f_smoothFactor)* (double) MXX(*
inmot
));
71
MXY(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MXY(f_motLF) + (1.0-f_smoothFactor)* (double) MXY(*
inmot
));
72
MXZ(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MXZ(f_motLF) + (1.0-f_smoothFactor)* (double) MXZ(*
inmot
));
73
MXW(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MXW(f_motLF) + (1.0-f_smoothFactor)* (double) MXW(*
inmot
));
75
MYX(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MYX(f_motLF) + (1.0-f_smoothFactor)* (double) MYX(*
inmot
));
76
MYY(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MYY(f_motLF) + (1.0-f_smoothFactor)* (double) MYY(*
inmot
));
77
MYZ(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MYZ(f_motLF) + (1.0-f_smoothFactor)* (double) MYZ(*
inmot
));
[
all
...]
dbstabsmooth.h
63
* \param
inmot
input motion parameters
66
bool smoothMotion(VP_MOTION *
inmot
, VP_MOTION *outmot);
72
* \param
inmot
input motion parameters
75
bool 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, double smooth_factor);
dbreg.cpp
687
VP_MOTION
inmot
,outmot;
local
693
MXX(
inmot
) = H[0];
694
MXY(
inmot
) = H[1];
695
MXZ(
inmot
) = H[2];
696
MXW(
inmot
) = 0.0;
698
MYX(
inmot
) = H[3];
699
MYY(
inmot
) = H[4];
700
MYZ(
inmot
) = H[5];
701
MYW(
inmot
) = 0.0;
703
MZX(
inmot
) = H[6]
[
all
...]
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp
61
bool db_StabilizationSmoother::smoothMotion(VP_MOTION *
inmot
, VP_MOTION *outmot)
65
f_motLF.insid =
inmot
->refid;
66
f_motLF.refid =
inmot
->insid;
70
MXX(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MXX(f_motLF) + (1.0-f_smoothFactor)* (double) MXX(*
inmot
));
71
MXY(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MXY(f_motLF) + (1.0-f_smoothFactor)* (double) MXY(*
inmot
));
72
MXZ(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MXZ(f_motLF) + (1.0-f_smoothFactor)* (double) MXZ(*
inmot
));
73
MXW(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MXW(f_motLF) + (1.0-f_smoothFactor)* (double) MXW(*
inmot
));
75
MYX(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MYX(f_motLF) + (1.0-f_smoothFactor)* (double) MYX(*
inmot
));
76
MYY(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MYY(f_motLF) + (1.0-f_smoothFactor)* (double) MYY(*
inmot
));
77
MYZ(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MYZ(f_motLF) + (1.0-f_smoothFactor)* (double) MYZ(*
inmot
));
[
all
...]
dbstabsmooth.h
63
* \param
inmot
input motion parameters
66
bool smoothMotion(VP_MOTION *
inmot
, VP_MOTION *outmot);
72
* \param
inmot
input motion parameters
75
bool 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, double smooth_factor);
dbreg.cpp
686
VP_MOTION
inmot
,outmot;
local
692
MXX(
inmot
) = H[0];
693
MXY(
inmot
) = H[1];
694
MXZ(
inmot
) = H[2];
695
MXW(
inmot
) = 0.0;
697
MYX(
inmot
) = H[3];
698
MYY(
inmot
) = H[4];
699
MYZ(
inmot
) = H[5];
700
MYW(
inmot
) = 0.0;
702
MZX(
inmot
) = H[6]
[
all
...]
Completed in 168 milliseconds