Searched refs:r_x1 (Results 1 – 1 of 1) sorted by relevance
507 const float r_x1 = x1 - float(x_right) + 0.5f; in smoothedIntensity() local512 const int B = (int)((r_x1 * r_y_1) * scaling); in smoothedIntensity()513 const int C = (int)((r_x1 * r_y1) * scaling); in smoothedIntensity()517 const int r_x1_i = (int)(r_x1 * scaling); in smoothedIntensity()1087 const float r_x1 = x1 - float(x_right) + 0.5f; in getScoreBelow() local1092 const int B = (int)((r_x1 * r_y_1) * scaling); in getScoreBelow()1093 const int C = (int)((r_x1 * r_y1) * scaling); in getScoreBelow()1097 const int r_x1_i = (int)(r_x1 * scaling); in getScoreBelow()2236 const float r_x1 = x1 - float(x_right) + 0.5f; in value() local2241 const int B = (int)((r_x1 * r_y_1) * scaling); in value()[all …]