Lines Matching refs:y1
497 const float y1 = yf + sigma_half;
502 const int y_bottom = int(y1 + 0.5);
508 const float r_y1 = y1 - float(y_bottom) + 0.5f;
1077 const float y1 = yf + offs;
1082 const int y_bottom = int(y1 + 0.5);
1088 const float r_y1 = y1 - float(y_bottom) + 0.5f;
1416 float y1;
1428 y1 = float(4 * (y_layer) - 1 + 2) / 6.0f;
1436 y1 = float(6 * (y_layer) - 1 + 3) / 8.0f;
1467 for (int y = (int)y_1 + 1; y <= int(y1); y++)
1502 tmp_max = (float)layerAbove.getAgastScore(x_1, y1, 1);
1507 max_y = int(y1);
1511 tmp_max = (float)layerAbove.getAgastScore(float(x), y1, 1);
1516 max_y = int(y1);
1519 tmp_max = (float)layerAbove.getAgastScore(x1, y1, 1);
1524 max_y = int(y1);
1596 float y1;
1604 y1 = float(8 * (y_layer) + 1 + 4) / 6.0f;
1611 y1 = float(6 * (y_layer) + 1 + 3) / 4.0f;
1646 for (int y = (int)y_1 + 1; y <= int(y1); y++)
1701 tmp_max = (float)layerBelow.getAgastScore(x_1, y1, 1);
1706 max_y = int(y1);
1710 tmp_max = (float)layerBelow.getAgastScore(float(x), y1, 1);
1715 max_y = int(y1);
1718 tmp_max = (float)layerBelow.getAgastScore(x1, y1, 1);
1723 max_y = int(y1);
2226 const float y1 = yf + sigma_half;
2231 const int y_bottom = int(y1 + 0.5);
2237 const float r_y1 = y1 - float(y_bottom) + 0.5f;