Home | History | Annotate | Download | only in dbreg

Lines Matching defs:VP_MOTION

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,
277 double vp_motion_cornerdiff(const VP_MOTION *mot_a, const VP_MOTION *mot_b,