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

  /development/perftests/panorama/feature_stab/src/dbreg/
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 *outmot);
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; }
123 inline VP_MOTION getImotLF(void) { return f_imotLF;
    [all...]
vp_motionmodel.c 90 int inv4Mat(const VP_MOTION* in, VP_MOTION* out)
102 if (((VP_MOTION *) NULL == in) || ((VP_MOTION *) NULL == out)) {
155 vp_invert_motion(const VP_MOTION* in,VP_MOTION* out)
179 int vp_invert_motion(const VP_MOTION* in,VP_MOTION* out)
184 if (((VP_MOTION *) NULL == in) || ((VP_MOTION *) NULL == out))
    [all...]
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)
108 bool db_StabilizationSmoother::smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *outmot)
110 VP_MOTION tmpMotion, testMotion
    [all...]
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...]
dbreg.cpp 687 VP_MOTION inmot,outmot;
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
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 *outmot);
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; }
123 inline VP_MOTION getImotLF(void) { return f_imotLF;
    [all...]
vp_motionmodel.c 90 int inv4Mat(const VP_MOTION* in, VP_MOTION* out)
102 if (((VP_MOTION *) NULL == in) || ((VP_MOTION *) NULL == out)) {
155 vp_invert_motion(const VP_MOTION* in,VP_MOTION* out)
179 int vp_invert_motion(const VP_MOTION* in,VP_MOTION* out)
184 if (((VP_MOTION *) NULL == in) || ((VP_MOTION *) NULL == out))
    [all...]
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)
108 bool db_StabilizationSmoother::smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *outmot)
110 VP_MOTION tmpMotion, testMotion
    [all...]
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...]
dbreg.cpp 687 VP_MOTION inmot,outmot;
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
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 *outmot);
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; }
123 inline VP_MOTION getImotLF(void) { return f_imotLF;
    [all...]
vp_motionmodel.c 90 int inv4Mat(const VP_MOTION* in, VP_MOTION* out)
102 if (((VP_MOTION *) NULL == in) || ((VP_MOTION *) NULL == out)) {
155 vp_invert_motion(const VP_MOTION* in,VP_MOTION* out)
179 int vp_invert_motion(const VP_MOTION* in,VP_MOTION* out)
184 if (((VP_MOTION *) NULL == in) || ((VP_MOTION *) NULL == out))
    [all...]
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)
108 bool db_StabilizationSmoother::smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *outmot)
110 VP_MOTION tmpMotion, testMotion
    [all...]
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...]
dbreg.cpp 686 VP_MOTION inmot,outmot;

Completed in 1358 milliseconds