Lines Matching refs:y1
3522 double y1 = imgpt3[i].y, y2 = imgpt1[i].y;3524 y1_ += y1; y2_ += y2;3525 y1y1_ += y1*y1; y1y2_ += y1*y2;