Searched refs:r_x_1 (Results 1 – 1 of 1) sorted by relevance
474 const int r_x_1 = (1024 - r_x); in smoothedIntensity() local479 ret_val = r_x_1 * r_y_1 * ptr[0] + r_x * r_y_1 * ptr[1] + in smoothedIntensity()480 r_x * r_y * ptr[step] + r_x_1 * r_y * ptr[step+1]; in smoothedIntensity()505 const float r_x_1 = float(x_left) - x_1 + 0.5f; in smoothedIntensity() local511 const int A = (int)((r_x_1 * r_y_1) * scaling); in smoothedIntensity()514 const int D = (int)((r_x_1 * r_y1) * scaling); in smoothedIntensity()515 const int r_x_1_i = (int)(r_x_1 * scaling); in smoothedIntensity()997 const int r_x_1 = 6 - r_x; in getScoreAbove() local1001 & ((r_x_1 * r_y_1 * l.getAgastScore(x_above, y_above, 1) + r_x * r_y_1 in getScoreAbove()1003 + r_x_1 * r_y * l.getAgastScore(x_above, y_above + 1, 1) in getScoreAbove()[all …]