Searched refs:f_imotLF (Results 1 – 2 of 2) sorted by relevance
40 VP_MOTION_ID(f_imotLF); in Init()64 VP_MOTION_ID(f_imotLF); in smoothMotion()95 if(!vp_invert_motion(&f_motLF, &f_imotLF)) in smoothMotion()98 if(!vp_cascade_motion(&f_imotLF, inmot, outmot)) in smoothMotion()123 VP_MOTION_ID(f_imotLF); in smoothMotionAdaptive()224 if(!vp_invert_motion(&f_motLF, &f_imotLF)) in smoothMotion()227 if(!vp_cascade_motion(&f_imotLF, inmot, outmot)) in smoothMotion()
123 inline VP_MOTION getImotLF(void) { return f_imotLF; } in getImotLF()148 VP_MOTION f_imotLF; variable