Searched refs:f_motLF (Results 1 – 2 of 2) sorted by relevance
39 VP_MOTION_ID(f_motLF); in Init()63 VP_MOTION_ID(f_motLF); in smoothMotion()65 f_motLF.insid = inmot->refid; in smoothMotion()66 f_motLF.refid = inmot->insid; in smoothMotion()70 …MXX(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MXX(f_motLF) + (1.0-f_smoothFactor)* (double) MXX… in smoothMotion()71 …MXY(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MXY(f_motLF) + (1.0-f_smoothFactor)* (double) MXY… in smoothMotion()72 …MXZ(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MXZ(f_motLF) + (1.0-f_smoothFactor)* (double) MXZ… in smoothMotion()73 …MXW(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MXW(f_motLF) + (1.0-f_smoothFactor)* (double) MXW… in smoothMotion()75 …MYX(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MYX(f_motLF) + (1.0-f_smoothFactor)* (double) MYX… in smoothMotion()76 …MYY(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MYY(f_motLF) + (1.0-f_smoothFactor)* (double) MYY… in smoothMotion()[all …]
119 inline VP_MOTION getMotLF(void) { return f_motLF; } in getMotLF()147 VP_MOTION f_motLF; variable