Lines Matching refs:y1
1004 int y1 = ICV_WARP_CLIP_Y( iys + 1 ); \
1009 ptr2 = src + y1*step + x0*cn; \
1010 ptr3 = src + y1*step + x1*cn; \
1279 int y1 = ICV_WARP_CLIP_Y( iys + 1 ); \
1284 ptr2 = src + y1*step + x0*cn; \
1285 ptr3 = src + y1*step + x1*cn; \
1487 * | x1 y1 1 0 0 0 -x1*u1 -y1*u1 | |c01| |u1|
1491 * | 0 0 0 x1 y1 1 -x1*v1 -y1*v1 | |c12| |v1|
1554 * | x1 y1 1 0 0 0 | |c01| |u1|
1557 * | 0 0 0 x1 y1 1 | |c11| |v1|
1840 // 0|0|0|0|... <= x0|y0|x1|y1|... < cols-1|rows-1|cols-1|rows-1|... ?