SRC 47 modules/imgproc/src/opencl/covardata.cl #define ELEM(_x,_y,r_edge,t_edge,const_v) (_x)<0 | (_x) >= (r_edge) | (_y)<0 | (_y) >= (t_edge) ? (const_v) : SRC((_x),(_y)) SRC 49 modules/imgproc/src/opencl/covardata.cl #define ELEM(_x,_y,r_edge,t_edge,const_v) SRC((_x),(_y)) SRC 93 modules/imgproc/src/opencl/filterSep_singlePass.cl #define ELEM(_x,_y,r_edge,t_edge,const_v) (_x)<0 | (_x) >= (r_edge) | (_y)<0 | (_y) >= (t_edge) ? (const_v) : SRC((_x),(_y)) SRC 95 modules/imgproc/src/opencl/filterSep_singlePass.cl #define ELEM(_x,_y,r_edge,t_edge,const_v) SRC((_x),(_y)) SRC 92 modules/imgproc/src/opencl/laplacian5.cl #define ELEM(_x,_y,r_edge,t_edge,const_v) (_x)<0 | (_x) >= (r_edge) | (_y)<0 | (_y) >= (t_edge) ? (const_v) : SRC((_x),(_y)) SRC 94 modules/imgproc/src/opencl/laplacian5.cl #define ELEM(_x,_y,r_edge,t_edge,const_v) SRC((_x),(_y)) SRC 93 modules/imgproc/src/opencl/pyr_down.cl sum0 = co3* SRC(col_gl, EXTRAPOLATE_(src_y - 2, src_rows)); \ SRC 94 modules/imgproc/src/opencl/pyr_down.cl sum0 = MAD(co2, SRC(col_gl, EXTRAPOLATE_(src_y - 1, src_rows)), sum0); \ SRC 95 modules/imgproc/src/opencl/pyr_down.cl temp = SRC(col_gl, EXTRAPOLATE_(src_y, src_rows)); \ SRC 98 modules/imgproc/src/opencl/pyr_down.cl temp = SRC(col_gl, EXTRAPOLATE_(src_y + 1, src_rows)); \ SRC 101 modules/imgproc/src/opencl/pyr_down.cl temp = SRC(col_gl, EXTRAPOLATE_(src_y + 2, src_rows)); \ SRC 105 modules/imgproc/src/opencl/pyr_down.cl sum1 = MAD(co2, SRC(col_gl, EXTRAPOLATE_(src_y + 3, src_rows)), sum1); \ SRC 106 modules/imgproc/src/opencl/pyr_down.cl sum1 = MAD(co3, SRC(col_gl, EXTRAPOLATE_(src_y + 4, src_rows)), sum1); \