Searched refs:ay1 (Results 1 – 1 of 1) sorted by relevance
/development/perftests/panorama/feature_stab/src/dbreg/ |
D | vp_motionmodel.c | 314 double ax1, ay1, ax2, ay2, ax3, ay3, ax4, ay4; in vp_motion_cornerdiff() local 319 VP_WARP_POINT_2D(xo, yo, *mot_a, ax1, ay1); in vp_motion_cornerdiff() 330 err += (VP_SQR(ax1 - bx1) + VP_SQR(ay1 - by1)); in vp_motion_cornerdiff()
|