Searched refs:VP_MOTION (Results 1 – 5 of 5) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
D | dbstabsmooth.h | 66 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot); 75 …bool smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *out… 76 bool smoothPanMotion_1(VP_MOTION *inmot, VP_MOTION *outmot); 77 bool smoothPanMotion_2(VP_MOTION *inmot, VP_MOTION *outmot); 119 inline VP_MOTION getMotLF(void) { return f_motLF; } in getMotLF() 123 inline VP_MOTION getImotLF(void) { return f_imotLF; } in getImotLF() 133 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot, double smooth_factor); 134 …bool smoothMotion1(VP_MOTION *inmot, VP_MOTION *outmot, VP_MOTION *motLF, VP_MOTION *imotLF, doubl… 135 void iterativeSmooth(VP_MOTION *input, VP_MOTION *output, double border_factor); 147 VP_MOTION f_motLF; [all …]
|
D | vp_motionmodel.c | 90 int inv4Mat(const VP_MOTION* in, VP_MOTION* out) in inv4Mat() 102 if (((VP_MOTION *) NULL == in) || ((VP_MOTION *) NULL == out)) { in inv4Mat() 179 int vp_invert_motion(const VP_MOTION* in,VP_MOTION* out) in vp_invert_motion() 184 if (((VP_MOTION *) NULL == in) || ((VP_MOTION *) NULL == out)) { in vp_invert_motion() 229 int vp_cascade_motion(const VP_MOTION* InA, const VP_MOTION* InB,VP_MOTION* Out) in vp_cascade_motion() 240 if (((VP_MOTION *) NULL == InA) || ((VP_MOTION *) NULL == InB) || in vp_cascade_motion() 241 ((VP_MOTION *) NULL == Out)) { in vp_cascade_motion() 302 void vp_copy_motion (const VP_MOTION *src, VP_MOTION *dst) in vp_copy_motion() 306 memmove(dst, src, sizeof(VP_MOTION)); in vp_copy_motion() 311 double vp_motion_cornerdiff(const VP_MOTION *mot_a, const VP_MOTION *mot_b, in vp_motion_cornerdiff() [all …]
|
D | dbstabsmooth.cpp | 24 static bool vpmotion_add(VP_MOTION *in1, VP_MOTION *in2, VP_MOTION *out); 25 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out); 61 bool db_StabilizationSmoother::smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot) in smoothMotion() 108 …::smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *outmot) in smoothMotionAdaptive() 110 VP_MOTION tmpMotion, testMotion; in smoothMotionAdaptive() 128 VP_MOTION identityMotion; in smoothMotionAdaptive() 192 bool db_StabilizationSmoother::smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot, double smooth_fact… in smoothMotion() 239 db_StabilizationSmoother::smoothMotion1(VP_MOTION *inmot, VP_MOTION *outmot, VP_MOTION *motLF, VP_M… in smoothMotion1() 307 static bool vpmotion_add(VP_MOTION *in1, VP_MOTION *in2, VP_MOTION *out) in vpmotion_add() 319 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out) in vpmotion_multiply()
|
D | vp_motionmodel.h | 135 } VP_MOTION; typedef 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,
|
D | dbreg.cpp | 686 VP_MOTION inmot,outmot; in SmoothMotion()
|