Searched refs:f_motLF (Results 1 - 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbstabsmooth.cpp39 VP_MOTION_ID(f_motLF);
63 VP_MOTION_ID(f_motLF);
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)
[all...]
H A Ddbstabsmooth.h119 inline VP_MOTION getMotLF(void) { return f_motLF; }
147 VP_MOTION f_motLF; member in class:db_StabilizationSmoother

Completed in 34 milliseconds