HomeSort by relevance Sort by last modified time
    Searched defs:VP_MOTION (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera/jni/feature_stab/src/dbreg/
vp_motionmodel.h 63 The main structure VP_MOTION contains a 16 parameter array (That
135 } VP_MOTION;
272 void vp_copy_motion (const VP_MOTION *src, VP_MOTION *dst);
273 int vp_invert_motion(const VP_MOTION* in,VP_MOTION* out);
274 int vp_cascade_motion(const VP_MOTION* InAB, const VP_MOTION* InBC,VP_MOTION* OutAC);
275 int vp_zoom_motion2d(VP_MOTION* in, VP_MOTION* out
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
vp_motionmodel.h 63 The main structure VP_MOTION contains a 16 parameter array (That
135 } VP_MOTION;
272 void vp_copy_motion (const VP_MOTION *src, VP_MOTION *dst);
273 int vp_invert_motion(const VP_MOTION* in,VP_MOTION* out);
274 int vp_cascade_motion(const VP_MOTION* InAB, const VP_MOTION* InBC,VP_MOTION* OutAC);
275 int vp_zoom_motion2d(VP_MOTION* in, VP_MOTION* out
    [all...]

Completed in 49 milliseconds