Lines Matching defs:x1
862 int x1 = 0, y1 = 0, sample_step = 0, pattern_size = 0;
915 x1 = (int)(sample_x - .5);
920 fx = sample_x - x1;
923 res1 = *(evolution[level].Lx.ptr<float>(y1)+x1);
925 res3 = *(evolution[level].Lx.ptr<float>(y2)+x1);
929 res1 = *(evolution[level].Ly.ptr<float>(y1)+x1);
931 res3 = *(evolution[level].Ly.ptr<float>(y2)+x1);
986 int x1 = 0, y1 = 0, x2 = 0, y2 = 0, sample_step = 0, pattern_size = 0;
1042 x1 = fRound(sample_x - 0.5f);
1047 fx = sample_x - x1;
1050 res1 = *(evolution[level].Lx.ptr<float>(y1)+x1);
1052 res3 = *(evolution[level].Lx.ptr<float>(y2)+x1);
1056 res1 = *(evolution[level].Ly.ptr<float>(y1)+x1);
1058 res3 = *(evolution[level].Ly.ptr<float>(y2)+x1);
1109 int x1 = 0, y1 = 0, sample_step = 0, pattern_size = 0;
1145 x1 = fRound(sample_x);
1147 ri = *(evolution[level].Lt.ptr<float>(y1)+x1);
1148 rx = *(evolution[level].Lx.ptr<float>(y1)+x1);
1149 ry = *(evolution[level].Ly.ptr<float>(y1)+x1);
1206 x1 = fRound(sample_x);
1208 ri = *(evolution[level].Lt.ptr<float>(y1)+x1);
1209 rx = *(evolution[level].Lx.ptr<float>(y1)+x1);
1210 ry = *(evolution[level].Ly.ptr<float>(y1)+x1);
1268 x1 = fRound(sample_x);
1270 ri = *(evolution[level].Lt.ptr<float>(y1)+x1);
1271 rx = *(evolution[level].Lx.ptr<float>(y1)+x1);
1272 ry = *(evolution[level].Ly.ptr<float>(y1)+x1);
1334 int x1 = fRound(sample_x);
1336 float ri = *(evolution[level].Lt.ptr<float>(y1)+x1);
1340 float rx = *(evolution[level].Lx.ptr<float>(y1)+x1);
1341 float ry = *(evolution[level].Ly.ptr<float>(y1)+x1);
1436 int x1 = 0, y1 = 0;
1475 x1 = fRound(sample_x);
1477 di += *(evolution[level].Lt.ptr<float>(y1)+x1);
1480 rx = *(evolution[level].Lx.ptr<float>(y1)+x1);
1481 ry = *(evolution[level].Ly.ptr<float>(y1)+x1);
1530 int x1 = 0, y1 = 0;
1563 x1 = fRound(sample_x);
1564 di += *(evolution[level].Lt.ptr<float>(y1)+x1);
1567 rx = *(evolution[level].Lx.ptr<float>(y1)+x1);
1568 ry = *(evolution[level].Ly.ptr<float>(y1)+x1);