Home
last modified time | relevance | path

Searched refs:x_right (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/imgproc/src/opencl/
DmedianFilter.cl112 int x_right = mad24(min(gx+4, cols-1), TSIZE, srcOffset);
120 c2 = *(__global T *)(srcptr + src_index + x_right);
126 c5 = *(__global T *)(srcptr + src_index + x_right);
133 c8 = *(__global T *)(srcptr + src_index + x_right); \
176 int x_right = mad24(min(gx+4, cols-1), TSIZE, srcOffset);
186 c3 = *(__global T *)(srcptr + src_index + x_right);
194 c8 = *(__global T *)(srcptr + src_index + x_right);
202 c13 = *(__global T *)(srcptr + src_index + x_right);
210 c18 = *(__global T *)(srcptr + src_index + x_right);
220 c23 = *(__global T *)(srcptr + src_index + x_right);
/external/opencv3/modules/features2d/src/
Dbrisk.cpp501 const int x_right = int(x1 + 0.5); in smoothedIntensity() local
507 const float r_x1 = x1 - float(x_right) + 0.5f; in smoothedIntensity()
509 const int dx = x_right - x_left - 1; in smoothedIntensity()
1081 const int x_right = int(x1 + 0.5); in getScoreBelow() local
1087 const float r_x1 = x1 - float(x_right) + 0.5f; in getScoreBelow()
1089 const int dx = x_right - x_left - 1; in getScoreBelow()
2230 const int x_right = int(x1 + 0.5); in value() local
2236 const float r_x1 = x1 - float(x_right) + 0.5f; in value()
2238 const int dx = x_right - x_left - 1; in value()