Searched refs:real_x (Results 1 – 4 of 4) sorted by relevance
210 for (int real_x = x_shifted; real_x < cols; ++real_x) in transformSmart() local212 if (mask(y, real_x)) in transformSmart()213 dst[real_x] = op(src[real_x]); in transformSmart()248 for (int real_x = x_shifted; real_x < cols; ++real_x) in transformSmart() local250 if (mask(y, real_x)) in transformSmart()251 dst[real_x] = op(src1[real_x], src2[real_x]); in transformSmart()
234 for (int real_x = x_shifted; real_x < src_.cols; ++real_x) in transformSmart() local236 if (mask(y, real_x)) in transformSmart()237 dst[real_x] = op(src[real_x]); in transformSmart()286 for (int real_x = x_shifted; real_x < src1_.cols; ++real_x) in transformSmart() local288 if (mask(y, real_x)) in transformSmart()289 dst[real_x] = op(src1[real_x], src2[real_x]); in transformSmart()
317 int real_x = (int)tm["x"]; in run() local345 real_x != 1 || in run()
1541 float real_x = float(max_x) + dx_1; in getScoreMaxAbove() local1546 dx = (real_x * 6.0f + 1.0f) / 4.0f - float(x_layer); in getScoreMaxAbove()1551 dx = (real_x * 8.0f + 1.0f) / 6.0f - float(x_layer); in getScoreMaxAbove()1740 float real_x = float(max_x) + dx_1; in getScoreMaxBelow() local1745 dx = (float)((real_x * 6.0 + 1.0) / 8.0) - float(x_layer); in getScoreMaxBelow()1750 dx = (float)((real_x * 4.0 - 1.0) / 6.0) - float(x_layer); in getScoreMaxBelow()