Home | History | Annotate | Download | only in src

Lines Matching refs:roi2

956 Rect getValidDisparityROI( Rect roi1, Rect roi2,
964 int xmin = std::max(roi1.x, roi2.x + maxD) + SW2;
965 int xmax = std::min(roi1.x + roi1.width, roi2.x + roi2.width - minD) - SW2;
966 int ymin = std::max(roi1.y, roi2.y) + SW2;
967 int ymax = std::min(roi1.y + roi1.height, roi2.y + roi2.height) - SW2;