LOCAL_SUM_STRIDE 31 modules/imgproc/src/opencl/integral_sum.cl __local sumT lm_sum[LOCAL_SUM_STRIDE * LOCAL_SUM_SIZE]; LOCAL_SUM_STRIDE 33 modules/imgproc/src/opencl/integral_sum.cl __local sumSQT lm_sum_sq[LOCAL_SUM_STRIDE * LOCAL_SUM_SIZE]; LOCAL_SUM_STRIDE 49 modules/imgproc/src/opencl/integral_sum.cl for (int yin = 0; yin < LOCAL_SUM_SIZE; yin++, src_index+=src_step, lsum_index += LOCAL_SUM_STRIDE) LOCAL_SUM_STRIDE 73 modules/imgproc/src/opencl/integral_sum.cl lsum_index = LOCAL_SUM_STRIDE * lid; LOCAL_SUM_STRIDE 100 modules/imgproc/src/opencl/integral_sum.cl __local sumT lm_sum[LOCAL_SUM_STRIDE * LOCAL_SUM_SIZE]; LOCAL_SUM_STRIDE 102 modules/imgproc/src/opencl/integral_sum.cl __local sumSQT lm_sum_sq[LOCAL_SUM_STRIDE * LOCAL_SUM_SIZE]; LOCAL_SUM_STRIDE 149 modules/imgproc/src/opencl/integral_sum.cl for (int yin = 0; yin < LOCAL_SUM_SIZE; yin++, lsum_index += LOCAL_SUM_STRIDE) LOCAL_SUM_STRIDE 171 modules/imgproc/src/opencl/integral_sum.cl lsum_index = LOCAL_SUM_STRIDE * lid;