ELEM               63 modules/imgproc/src/opencl/covardata.cl     lsmem[liy][lix] = ELEM(xb, yb, (width), (height), (fill_const) ); \
ELEM               69 modules/imgproc/src/opencl/covardata.cl         lsmem[liy][lix+BLK_X] = ELEM(xb, yb, (width), (height), (fill_const) ); \
ELEM               75 modules/imgproc/src/opencl/covardata.cl         lsmem[liy+BLK_Y][lix] = ELEM(xb, yb, (width), (height), (fill_const) ); \
ELEM               83 modules/imgproc/src/opencl/covardata.cl         lsmem[liy+BLK_Y][lix+BLK_X] = ELEM(xb, yb, (width), (height), (fill_const) ); \
ELEM              186 modules/imgproc/src/opencl/filterSepRow.cl         temp[i].x = ELEM(start_x+i*LSIZE0*4,   src_offset_x, src_offset_x + src_cols, 0,         temp[i].x);
ELEM              187 modules/imgproc/src/opencl/filterSepRow.cl         temp[i].y = ELEM(start_x+i*LSIZE0*4+1, src_offset_x, src_offset_x + src_cols, 0,         temp[i].y);
ELEM              188 modules/imgproc/src/opencl/filterSepRow.cl         temp[i].z = ELEM(start_x+i*LSIZE0*4+2, src_offset_x, src_offset_x + src_cols, 0,         temp[i].z);
ELEM              189 modules/imgproc/src/opencl/filterSepRow.cl         temp[i].w = ELEM(start_x+i*LSIZE0*4+3, src_offset_x, src_offset_x + src_cols, 0,         temp[i].w);
ELEM              190 modules/imgproc/src/opencl/filterSepRow.cl         temp[i]   = ELEM(start_y,              src_offset_y, src_offset_y + src_rows, (uchar4)0, temp[i]);
ELEM              195 modules/imgproc/src/opencl/filterSepRow.cl         temp[i].x = ELEM(start_x+i*LSIZE0*4,   0, src_whole_cols, 0,         temp[i].x);
ELEM              196 modules/imgproc/src/opencl/filterSepRow.cl         temp[i].y = ELEM(start_x+i*LSIZE0*4+1, 0, src_whole_cols, 0,         temp[i].y);
ELEM              197 modules/imgproc/src/opencl/filterSepRow.cl         temp[i].z = ELEM(start_x+i*LSIZE0*4+2, 0, src_whole_cols, 0,         temp[i].z);
ELEM              198 modules/imgproc/src/opencl/filterSepRow.cl         temp[i].w = ELEM(start_x+i*LSIZE0*4+3, 0, src_whole_cols, 0,         temp[i].w);
ELEM              199 modules/imgproc/src/opencl/filterSepRow.cl         temp[i]   = ELEM(start_y,              0, src_whole_rows, (uchar4)0, temp[i]);
ELEM              326 modules/imgproc/src/opencl/filterSepRow.cl         temp[i] = ELEM(mad24(i, LSIZE0, start_x), src_offset_x, src_offset_x + src_cols, (srcT)(0), temp[i]);
ELEM              327 modules/imgproc/src/opencl/filterSepRow.cl         temp[i] = ELEM(start_y,                   src_offset_y, src_offset_y + src_rows, (srcT)(0), temp[i]);
ELEM              332 modules/imgproc/src/opencl/filterSepRow.cl         temp[i] = ELEM(mad24(i, LSIZE0, start_x), 0, src_whole_cols, (srcT)(0), temp[i]);
ELEM              333 modules/imgproc/src/opencl/filterSepRow.cl         temp[i] = ELEM(start_y,                   0, src_whole_rows, (srcT)(0), temp[i]);
ELEM              141 modules/imgproc/src/opencl/filterSep_singlePass.cl             lsmem[clocY][clocX] = ELEM(xb, yb, (width), (height), 0 );
ELEM              216 modules/imgproc/src/opencl/filterSep_singlePass.cl             lsmem[liy + 2*RADIUSY][clocX] = ELEM(xb, yb, (width), (height), 0 );
ELEM              130 modules/imgproc/src/opencl/laplacian5.cl             lsmem[clocY][clocX] = ELEM(xb, yb, (width), (height), 0 );
ELEM              196 modules/imgproc/src/opencl/laplacian5.cl             lsmem[liy + 2*RADIUS][clocX] = ELEM(xb, yb, (width), (height), 0 );
ELEM              144 modules/imgproc/src/opencl/morph.cl     temp0 = ELEM(cur_x, 0, src_whole_cols, (T)(VAL), temp0);
ELEM              145 modules/imgproc/src/opencl/morph.cl     temp0 = ELEM(cur_y, 0, src_whole_rows, (T)(VAL), temp0);
ELEM              147 modules/imgproc/src/opencl/morph.cl     temp1 = ELEM(cur_x2, 0, src_whole_cols, (T)(VAL), temp1);
ELEM              148 modules/imgproc/src/opencl/morph.cl     temp1 = ELEM(cur_y2, 0, src_whole_rows, (T)(VAL), temp1);