Searched refs:r_y_1 (Results 1 – 1 of 1) sorted by relevance
475 const int r_y_1 = (1024 - r_y); in smoothedIntensity() local479 ret_val = r_x_1 * r_y_1 * ptr[0] + r_x * r_y_1 * ptr[1] + in smoothedIntensity()506 const float r_y_1 = float(y_top) - y_1 + 0.5f; in smoothedIntensity() local511 const int A = (int)((r_x_1 * r_y_1) * scaling); in smoothedIntensity()512 const int B = (int)((r_x1 * r_y_1) * scaling); in smoothedIntensity()516 const int r_y_1_i = (int)(r_y_1 * scaling); in smoothedIntensity()999 const int r_y_1 = 6 - r_y; in getScoreAbove() local1001 & ((r_x_1 * r_y_1 * l.getAgastScore(x_above, y_above, 1) + r_x * r_y_1 in getScoreAbove()1018 const int r_y_1 = 8 - r_y; in getScoreAbove() local1020 & ((r_x_1 * r_y_1 * l.getAgastScore(x_above, y_above, 1) + r_x * r_y_1 in getScoreAbove()[all …]