idx_row_low       196 modules/core/include/opencv2/core/cuda/border_interpolate.hpp             return idx_row_low(idx_row_high(y));
idx_row_low       201 modules/core/include/opencv2/core/cuda/border_interpolate.hpp             return saturate_cast<D>(*(const T*)((const char*)data + idx_row_low(y) * step));
idx_row_low       236 modules/core/include/opencv2/core/cuda/border_interpolate.hpp             return idx_row_low(idx_row_high(y));
idx_row_low       330 modules/core/include/opencv2/core/cuda/border_interpolate.hpp             return idx_row_low(idx_row_high(y));
idx_row_low       335 modules/core/include/opencv2/core/cuda/border_interpolate.hpp             return saturate_cast<D>(*(const D*)((const char*)data + idx_row_low(y) * step));
idx_row_low       370 modules/core/include/opencv2/core/cuda/border_interpolate.hpp             return idx_row_low(idx_row_high(y));
idx_row_low       469 modules/core/include/opencv2/core/cuda/border_interpolate.hpp             return saturate_cast<D>(*(const D*)((const char*)data + idx_row_low(y) * step));
idx_row_low       504 modules/core/include/opencv2/core/cuda/border_interpolate.hpp             return idx_row_low(idx_row_high(y));
idx_row_low       598 modules/core/include/opencv2/core/cuda/border_interpolate.hpp             return idx_row_high(idx_row_low(y));
idx_row_low       603 modules/core/include/opencv2/core/cuda/border_interpolate.hpp             return saturate_cast<D>(*(const D*)((const char*)data + idx_row_low(y) * step));
idx_row_low       645 modules/core/include/opencv2/core/cuda/border_interpolate.hpp             return idx_row_high(idx_row_low(y));
idx_row_low       179 modules/video/src/opencl/optical_flow_farneback.cl                 row[i] += (src[mad24(idx_row_low(y - j, rows - 1), srcStep, xExt)]
idx_row_low       226 modules/video/src/opencl/optical_flow_farneback.cl                         (src[mad24(k*rows + idx_row_low(y - j, rows - 1), srcStep, xExt)] +