Searched refs:mot_a (Results 1 – 2 of 2) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
D | vp_motionmodel.c | 311 double vp_motion_cornerdiff(const VP_MOTION *mot_a, const VP_MOTION *mot_b, in vp_motion_cornerdiff() argument 319 VP_WARP_POINT_2D(xo, yo, *mot_a, ax1, ay1); in vp_motion_cornerdiff() 320 VP_WARP_POINT_2D(xo+w-1, yo, *mot_a, ax2, ay2); in vp_motion_cornerdiff() 321 VP_WARP_POINT_2D(xo+w-1, yo+h-1, *mot_a, ax3, ay3); in vp_motion_cornerdiff() 322 VP_WARP_POINT_2D(xo, yo+h-1, *mot_a, ax4, ay4); in vp_motion_cornerdiff()
|
D | vp_motionmodel.h | 277 double vp_motion_cornerdiff(const VP_MOTION *mot_a, const VP_MOTION *mot_b,
|