Home
last modified time | relevance | path

Searched refs:f_imotLF (Results 1 – 4 of 4) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbstabsmooth.cpp40 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()
Ddbstabsmooth.h123 inline VP_MOTION getImotLF(void) { return f_imotLF; } in getImotLF()
148 VP_MOTION f_imotLF; variable
/packages/apps/Camera/jni/feature_stab/src/dbreg/
Ddbstabsmooth.cpp40 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()
Ddbstabsmooth.h123 inline VP_MOTION getImotLF(void) { return f_imotLF; } in getImotLF()
148 VP_MOTION f_imotLF; variable