Searched refs:ax3 (Results 1 – 1 of 1) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
D | vp_motionmodel.c | 314 double ax1, ay1, ax2, ay2, ax3, ay3, ax4, ay4; in vp_motion_cornerdiff() local 321 VP_WARP_POINT_2D(xo+w-1, yo+h-1, *mot_a, ax3, ay3); in vp_motion_cornerdiff() 332 err += (VP_SQR(ax3 - bx3) + VP_SQR(ay3 - by3)); in vp_motion_cornerdiff()
|