Searched refs:r_y1 (Results 1 – 1 of 1) sorted by relevance
508 const float r_y1 = y1 - float(y_bottom) + 0.5f; in smoothedIntensity() local513 const int C = (int)((r_x1 * r_y1) * scaling); in smoothedIntensity()514 const int D = (int)((r_x_1 * r_y1) * scaling); in smoothedIntensity()518 const int r_y1_i = (int)(r_y1 * scaling); in smoothedIntensity()1088 const float r_y1 = y1 - float(y_bottom) + 0.5f; in getScoreBelow() local1093 const int C = (int)((r_x1 * r_y1) * scaling); in getScoreBelow()1094 const int D = (int)((r_x_1 * r_y1) * scaling); in getScoreBelow()1098 const int r_y1_i = (int)(r_y1 * scaling); in getScoreBelow()2237 const float r_y1 = y1 - float(y_bottom) + 0.5f; in value() local2242 const int C = (int)((r_x1 * r_y1) * scaling); in value()[all …]