HomeSort by relevance Sort by last modified time
    Searched refs:f_motLF (Results 1 - 6 of 6) sorted by null

  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 39 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) + (1.0-f_smoothFactor)* (double) MXZ(*inmot))
    [all...]
dbstabsmooth.h 119 inline VP_MOTION getMotLF(void) { return f_motLF; }
147 VP_MOTION f_motLF;
  /packages/apps/Camera2/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 39 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) + (1.0-f_smoothFactor)* (double) MXZ(*inmot))
    [all...]
dbstabsmooth.h 119 inline VP_MOTION getMotLF(void) { return f_motLF; }
147 VP_MOTION f_motLF;
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 39 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) + (1.0-f_smoothFactor)* (double) MXZ(*inmot))
    [all...]
dbstabsmooth.h 119 inline VP_MOTION getMotLF(void) { return f_motLF; }
147 VP_MOTION f_motLF;

Completed in 624 milliseconds