Searched refs:r_x (Results 1 – 1 of 1) sorted by relevance
472 const int r_x = (int)((xf - x) * 1024); in smoothedIntensity() local474 const int r_x_1 = (1024 - r_x); in smoothedIntensity()479 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()996 const int r_x = (sixths_x % 6); in getScoreAbove() local997 const int r_x_1 = 6 - r_x; in getScoreAbove()1001 & ((r_x_1 * r_y_1 * l.getAgastScore(x_above, y_above, 1) + r_x * r_y_1 in getScoreAbove()1004 + r_x * r_y * l.getAgastScore(x_above + 1, y_above + 1, 1) + 18) in getScoreAbove()1015 const int r_x = (eighths_x % 8); in getScoreAbove() local1016 const int r_x_1 = 8 - r_x; in getScoreAbove()[all …]