THREADS           110 modules/imgproc/src/opencl/corner.cl     int dx_startX = gX * (THREADS-ksX+1) - anX + dx_x_off;
THREADS           112 modules/imgproc/src/opencl/corner.cl     int dy_startX = gX * (THREADS-ksX+1) - anX + dy_x_off;
THREADS           114 modules/imgproc/src/opencl/corner.cl     int dst_startX = gX * (THREADS-ksX+1) + dst_x_off;
THREADS           118 modules/imgproc/src/opencl/corner.cl     __local float temp[6][THREADS];
THREADS           176 modules/imgproc/src/opencl/corner.cl     if (col < (THREADS - (ksX - 1)))