Searched refs:mot_b (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Dvp_motionmodel.c311 double vp_motion_cornerdiff(const VP_MOTION *mot_a, const VP_MOTION *mot_b, argument
323 VP_WARP_POINT_2D(xo, yo, *mot_b, bx1, by1);
324 VP_WARP_POINT_2D(xo+w-1, yo, *mot_b, bx2, by2);
325 VP_WARP_POINT_2D(xo+w-1, yo+h-1, *mot_b, bx3, by3);
326 VP_WARP_POINT_2D(xo, yo+h-1, *mot_b, bx4, by4);
H A Dvp_motionmodel.h277 double vp_motion_cornerdiff(const VP_MOTION *mot_a, const VP_MOTION *mot_b,
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Dvp_motionmodel.c311 double vp_motion_cornerdiff(const VP_MOTION *mot_a, const VP_MOTION *mot_b, argument
323 VP_WARP_POINT_2D(xo, yo, *mot_b, bx1, by1);
324 VP_WARP_POINT_2D(xo+w-1, yo, *mot_b, bx2, by2);
325 VP_WARP_POINT_2D(xo+w-1, yo+h-1, *mot_b, bx3, by3);
326 VP_WARP_POINT_2D(xo, yo+h-1, *mot_b, bx4, by4);
H A Dvp_motionmodel.h277 double vp_motion_cornerdiff(const VP_MOTION *mot_a, const VP_MOTION *mot_b,

Completed in 145 milliseconds