Lines Matching refs:y_top
500 const int y_top = int(y_1 + 0.5); in smoothedIntensity() local
506 const float r_y_1 = float(y_top) - y_1 + 0.5f; in smoothedIntensity()
510 const int dy = y_bottom - y_top - 1; in smoothedIntensity()
523 const uchar* ptr = image.ptr() + x_left + imagecols * y_top; in smoothedIntensity()
534 const int* ptr_integral = integral.ptr<int>() + x_left + integralcols * y_top + 1; in smoothedIntensity()
571 const uchar* ptr = image.ptr() + x_left + imagecols * y_top; in smoothedIntensity()
1080 const int y_top = int(y_1 + 0.5); in getScoreBelow() local
1086 const float r_y_1 = float(y_top) - y_1 + 0.5f; in getScoreBelow()
1090 const int dy = y_bottom - y_top - 1; in getScoreBelow()
1101 int ret_val = A * int(l.getAgastScore(x_left, y_top, 1)); in getScoreBelow()
1104 ret_val += r_y_1_i * int(l.getAgastScore(x_left + X, y_top, 1)); in getScoreBelow()
1106 ret_val += B * int(l.getAgastScore(x_left + dx + 1, y_top, 1)); in getScoreBelow()
1110 ret_val += r_x_1_i * int(l.getAgastScore(x_left, y_top + Y, 1)); in getScoreBelow()
1114 ret_val += int(l.getAgastScore(x_left + X, y_top + Y, 1)) * scaling; in getScoreBelow()
1116 ret_val += r_x1_i * int(l.getAgastScore(x_left + dx + 1, y_top + Y, 1)); in getScoreBelow()
1119 ret_val += D * int(l.getAgastScore(x_left, y_top + dy + 1, 1)); in getScoreBelow()
1122 ret_val += r_y1_i * int(l.getAgastScore(x_left + X, y_top + dy + 1, 1)); in getScoreBelow()
1124 ret_val += C * int(l.getAgastScore(x_left + dx + 1, y_top + dy + 1, 1)); in getScoreBelow()
2229 const int y_top = int(y_1 + 0.5); in value() local
2235 const float r_y_1 = float(y_top) - y_1 + 0.5f; in value()
2239 const int dy = y_bottom - y_top - 1; in value()
2250 const uchar* ptr = image.ptr() + x_left + imagecols * y_top; in value()