Home
last modified time | relevance | path

Searched refs:vp_invert_motion (Results 1 – 3 of 3) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbstabsmooth.cpp95 if(!vp_invert_motion(&f_motLF, &f_imotLF)) in smoothMotion()
224 if(!vp_invert_motion(&f_motLF, &f_imotLF)) in smoothMotion()
272 if(!vp_invert_motion(motLF, imotLF)) { in smoothMotion1()
Dvp_motionmodel.h273 int vp_invert_motion(const VP_MOTION* in,VP_MOTION* out);
Dvp_motionmodel.c179 int vp_invert_motion(const VP_MOTION* in,VP_MOTION* out) in vp_invert_motion() function