Searched refs:by1 (Results 1 – 1 of 1) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
D | vp_motionmodel.c | 315 double bx1, by1, bx2, by2, bx3, by3, bx4, by4; in vp_motion_cornerdiff() local 323 VP_WARP_POINT_2D(xo, yo, *mot_b, bx1, by1); in vp_motion_cornerdiff() 330 err += (VP_SQR(ax1 - bx1) + VP_SQR(ay1 - by1)); in vp_motion_cornerdiff()
|