Home | History | Annotate | Download | only in kaze

Lines Matching refs:y1

862   int x1 = 0, y1 = 0, sample_step = 0, pattern_size = 0;
914 y1 = (int)(sample_y - .5);
921 fy = sample_y - y1;
923 res1 = *(evolution[level].Lx.ptr<float>(y1)+x1);
924 res2 = *(evolution[level].Lx.ptr<float>(y1)+x2);
929 res1 = *(evolution[level].Ly.ptr<float>(y1)+x1);
930 res2 = *(evolution[level].Ly.ptr<float>(y1)+x2);
986 int x1 = 0, y1 = 0, x2 = 0, y2 = 0, sample_step = 0, pattern_size = 0;
1041 y1 = fRound(sample_y - 0.5f);
1048 fy = sample_y - y1;
1050 res1 = *(evolution[level].Lx.ptr<float>(y1)+x1);
1051 res2 = *(evolution[level].Lx.ptr<float>(y1)+x2);
1056 res1 = *(evolution[level].Ly.ptr<float>(y1)+x1);
1057 res2 = *(evolution[level].Ly.ptr<float>(y1)+x2);
1109 int x1 = 0, y1 = 0, sample_step = 0, pattern_size = 0;
1144 y1 = fRound(sample_y);
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);
1205 y1 = fRound(sample_y);
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);
1267 y1 = fRound(sample_y);
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);
1333 int y1 = fRound(sample_y);
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;
1474 y1 = fRound(sample_y);
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;
1562 y1 = fRound(sample_y);
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);