idx_row_high      196 modules/core/include/opencv2/core/cuda/border_interpolate.hpp             return idx_row_low(idx_row_high(y));
idx_row_high      206 modules/core/include/opencv2/core/cuda/border_interpolate.hpp             return saturate_cast<D>(*(const T*)((const char*)data + idx_row_high(y) * step));
idx_row_high      236 modules/core/include/opencv2/core/cuda/border_interpolate.hpp             return idx_row_low(idx_row_high(y));
idx_row_high      330 modules/core/include/opencv2/core/cuda/border_interpolate.hpp             return idx_row_low(idx_row_high(y));
idx_row_high      340 modules/core/include/opencv2/core/cuda/border_interpolate.hpp             return saturate_cast<D>(*(const D*)((const char*)data + idx_row_high(y) * step));
idx_row_high      370 modules/core/include/opencv2/core/cuda/border_interpolate.hpp             return idx_row_low(idx_row_high(y));
idx_row_high      464 modules/core/include/opencv2/core/cuda/border_interpolate.hpp             return idx_row_high(::abs(y) - (y < 0));
idx_row_high      474 modules/core/include/opencv2/core/cuda/border_interpolate.hpp             return saturate_cast<D>(*(const D*)((const char*)data + idx_row_high(y) * step));
idx_row_high      504 modules/core/include/opencv2/core/cuda/border_interpolate.hpp             return idx_row_low(idx_row_high(y));
idx_row_high      598 modules/core/include/opencv2/core/cuda/border_interpolate.hpp             return idx_row_high(idx_row_low(y));
idx_row_high      608 modules/core/include/opencv2/core/cuda/border_interpolate.hpp             return saturate_cast<D>(*(const D*)((const char*)data + idx_row_high(y) * step));
idx_row_high      645 modules/core/include/opencv2/core/cuda/border_interpolate.hpp             return idx_row_high(idx_row_low(y));
idx_row_high      180 modules/video/src/opencl/optical_flow_farneback.cl                            + src[mad24(idx_row_high(y + j, rows - 1), srcStep, xExt)]) * c_gKer[j];
idx_row_high      227 modules/video/src/opencl/optical_flow_farneback.cl                          src[mad24(k*rows + idx_row_high(y + j, rows - 1), srcStep, xExt)]) * c_gKer[j];