Home
last modified time | relevance | path

Searched refs:real_x (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dtransform.hpp210 for (int real_x = x_shifted; real_x < cols; ++real_x) in transformSmart() local
212 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() local
250 if (mask(y, real_x)) in transformSmart()
251 dst[real_x] = op(src1[real_x], src2[real_x]); in transformSmart()
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dtransform_detail.hpp234 for (int real_x = x_shifted; real_x < src_.cols; ++real_x) in transformSmart() local
236 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() local
288 if (mask(y, real_x)) in transformSmart()
289 dst[real_x] = op(src1[real_x], src2[real_x]); in transformSmart()
/external/opencv3/modules/core/test/
Dtest_io.cpp317 int real_x = (int)tm["x"]; in run() local
345 real_x != 1 || in run()
/external/opencv3/modules/features2d/src/
Dbrisk.cpp1541 float real_x = float(max_x) + dx_1; in getScoreMaxAbove() local
1546 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() local
1745 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()