Home | History | Annotate | Download | only in src

Lines Matching defs:x1

495   const float x1 = xf + sigma_half;
501 const int x_right = int(x1 + 0.5);
507 const float r_x1 = x1 - float(x_right) + 0.5f;
1075 const float x1 = xf + offs;
1081 const int x_right = int(x1 + 0.5);
1087 const float r_x1 = x1 - float(x_right) + 0.5f;
1414 float x1;
1426 x1 = float(4 * (x_layer) - 1 + 2) / 6.0f;
1434 x1 = float(6 * (x_layer) - 1 + 3) / 8.0f;
1446 for (int x = (int)x_1 + 1; x <= int(x1); x++)
1457 tmp_max = (float)layerAbove.getAgastScore(x1, y_1, 1);
1463 max_x = int(x1);
1478 for (int x = (int)x_1 + 1; x <= int(x1); x++)
1490 tmp_max = (float)layerAbove.getAgastScore(x1, float(y), 1);
1496 max_x = int(x1);
1509 for (int x = (int)x_1 + 1; x <= int(x1); x++)
1519 tmp_max = (float)layerAbove.getAgastScore(x1, y1, 1);
1523 max_x = int(x1);
1594 float x1;
1602 x1 = float(8 * (x_layer) + 1 + 4) / 6.0f;
1609 x1 = float(6 * (x_layer) + 1 + 3) / 4.0f;
1625 for (int x = (int)x_1 + 1; x <= int(x1); x++)
1636 tmp_max = (float)layerBelow.getAgastScore(x1, y_1, 1);
1642 max_x = int(x1);
1657 for (int x = (int)x_1 + 1; x <= int(x1); x++)
1689 tmp_max = (float)layerBelow.getAgastScore(x1, float(y), 1);
1695 max_x = int(x1);
1708 for (int x = (int)x_1 + 1; x <= int(x1); x++)
1718 tmp_max = (float)layerBelow.getAgastScore(x1, y1, 1);
1722 max_x = int(x1);
2224 const float x1 = xf + sigma_half;
2230 const int x_right = int(x1 + 0.5);
2236 const float r_x1 = x1 - float(x_right) + 0.5f;