xmax              531 3rdparty/libwebp/dsp/lossless.c   const int xmax = (tile_size <= width - col_start) ?
xmax              549 3rdparty/libwebp/dsp/lossless.c       for (x = 0; x < xmax; ++x) {
xmax              586 3rdparty/libwebp/dsp/lossless.c   const int xmax = (tile_size <= width - col_start) ?
xmax              597 3rdparty/libwebp/dsp/lossless.c     for (x = 0; x < xmax; ++x) {
xmax              257 3rdparty/libwebp/enc/filter.c   const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL;
xmax              262 3rdparty/libwebp/enc/filter.c     for (x = xmin; x <= xmax; ++x) {
xmax              965 modules/calib3d/src/stereosgbm.cpp     int xmax = std::min(roi1.x + roi1.width, roi2.x + roi2.width - minD) - SW2;
xmax              969 modules/calib3d/src/stereosgbm.cpp     Rect r(xmin, ymin, xmax - xmin, ymax - ymin);
xmax              152 modules/core/include/opencv2/core/cuda/filters.hpp             const float xmax = ::floorf(x + 2.0f);
xmax              162 modules/core/include/opencv2/core/cuda/filters.hpp                 for (float cx = xmin; cx <= xmax; cx += 1.0f)
xmax              107 modules/cudawarping/test/interpolation.hpp         const float xmax = floorf(x + 2.0f);
xmax              117 modules/cudawarping/test/interpolation.hpp             for (float cx = xmin; cx <= xmax; cx += 1.0f)
xmax              187 modules/cudev/include/opencv2/cudev/ptr2d/interpolation.hpp         const float xmax = ::floorf(x + 2.0f);
xmax              197 modules/cudev/include/opencv2/cudev/ptr2d/interpolation.hpp             for (float cx = xmin; cx <= xmax; cx += 1.0f)
xmax              216 modules/features2d/src/mser.cpp             int xmin = INT_MAX, ymin = INT_MAX, xmax = INT_MIN, ymax = INT_MIN, j = 0;
xmax              229 modules/features2d/src/mser.cpp                 xmax = std::max(xmax, x);
xmax              236 modules/features2d/src/mser.cpp             wp.bboxvec->push_back(Rect(xmin, ymin, xmax - xmin + 1, ymax - ymin + 1));
xmax              996 modules/features2d/src/mser.cpp             int xmin = INT_MAX, ymin = INT_MAX, xmax = INT_MIN, ymax = INT_MIN;
xmax             1006 modules/features2d/src/mser.cpp                 xmax = std::max(xmax, pt.x);
xmax             1013 modules/features2d/src/mser.cpp             bboxvec.push_back(Rect(xmin, ymin, xmax - xmin + 1, ymax - ymin + 1));
xmax             1048 modules/imgproc/src/drawing.cpp     int xmin, xmax, ymin, ymax;
xmax             1065 modules/imgproc/src/drawing.cpp     xmin = xmax = v[0].x;
xmax             1078 modules/imgproc/src/drawing.cpp         xmax = std::max( xmax, p.x );
xmax             1104 modules/imgproc/src/drawing.cpp     xmax = (xmax + delta) >> shift;
xmax             1108 modules/imgproc/src/drawing.cpp     if( npts < 3 || xmax < 0 || ymax < 0 || xmin >= size.width || ymin >= size.height )
xmax               57 modules/imgproc/src/gabor.cpp     int xmin, xmax, ymin, ymax;
xmax               61 modules/imgproc/src/gabor.cpp         xmax = ksize.width/2;
xmax               63 modules/imgproc/src/gabor.cpp         xmax = cvRound(std::max(fabs(nstds*sigma_x*c), fabs(nstds*sigma_y*s)));
xmax               70 modules/imgproc/src/gabor.cpp     xmin = -xmax;
xmax               75 modules/imgproc/src/gabor.cpp     Mat kernel(ymax - ymin + 1, xmax - xmin + 1, ktype);
xmax               82 modules/imgproc/src/gabor.cpp         for( int x = xmin; x <= xmax; x++ )
xmax               89 modules/imgproc/src/gabor.cpp                 kernel.at<float>(ymax - y, xmax - x) = (float)v;
xmax               91 modules/imgproc/src/gabor.cpp                 kernel.at<double>(ymax - y, xmax - x) = v;
xmax             1403 modules/imgproc/src/imgwarp.cpp                     int swidth, int dwidth, int cn, int xmin, int xmax ) const
xmax             1409 modules/imgproc/src/imgwarp.cpp             xofs, (const uchar*)alpha, swidth, dwidth, cn, xmin, xmax );
xmax             1415 modules/imgproc/src/imgwarp.cpp             for( dx = dx0; dx < xmax; dx++ )
xmax             1435 modules/imgproc/src/imgwarp.cpp             for( dx = 0; dx < xmax; dx++ )
xmax             1518 modules/imgproc/src/imgwarp.cpp                     int swidth, int dwidth, int cn, int xmin, int xmax ) const
xmax             1547 modules/imgproc/src/imgwarp.cpp                 for( ; dx < xmax; dx++, alpha += 4 )
xmax             1591 modules/imgproc/src/imgwarp.cpp                     int swidth, int dwidth, int cn, int xmin, int xmax ) const
xmax             1620 modules/imgproc/src/imgwarp.cpp                 for( ; dx < xmax; dx++, alpha += 8 )
xmax             1750 modules/imgproc/src/imgwarp.cpp                         ssize.width, dsize.width, cn, xmin, xmax );
xmax             1764 modules/imgproc/src/imgwarp.cpp     const int ksize, xmin, xmax;
xmax             1773 modules/imgproc/src/imgwarp.cpp                             int xmin, int xmax, int ksize )
xmax             1783 modules/imgproc/src/imgwarp.cpp     xmax *= cn;
xmax             1788 modules/imgproc/src/imgwarp.cpp         ssize, dsize, ksize, xmin, xmax);
xmax             2660 modules/imgproc/src/imgwarp.cpp                             int xmin, int xmax, int ksize );
xmax             3350 modules/imgproc/src/imgwarp.cpp     int xmin = 0, xmax = dsize.width, width = dsize.width*cn;
xmax             3401 modules/imgproc/src/imgwarp.cpp             xmax = std::min( xmax, dx );
xmax             3473 modules/imgproc/src/imgwarp.cpp           fixpt ? (void*)ibeta : (void*)beta, xmin, xmax, ksize );
xmax              489 modules/imgproc/src/shapedescr.cpp     int  xmin = 0, ymin = 0, xmax = -1, ymax = -1, i;
xmax              514 modules/imgproc/src/shapedescr.cpp             xmax = _mm_cvtsi128_si32(maxval);
xmax              535 modules/imgproc/src/shapedescr.cpp             xmax = cvFloor(xymaxf[0]);
xmax              544 modules/imgproc/src/shapedescr.cpp             xmin = xmax = pt.x;
xmax              554 modules/imgproc/src/shapedescr.cpp                 if( xmax < pt.x )
xmax              555 modules/imgproc/src/shapedescr.cpp                     xmax = pt.x;
xmax              568 modules/imgproc/src/shapedescr.cpp             xmin = xmax = CV_TOGGLE_FLT(pt.x);
xmax              580 modules/imgproc/src/shapedescr.cpp                 if( xmax < pt.x )
xmax              581 modules/imgproc/src/shapedescr.cpp                     xmax = pt.x;
xmax              594 modules/imgproc/src/shapedescr.cpp             v.i = CV_TOGGLE_FLT(xmax); xmax = cvFloor(v.f);
xmax              599 modules/imgproc/src/shapedescr.cpp     return Rect(xmin, ymin, xmax - xmin + 1, ymax - ymin + 1);
xmax              608 modules/imgproc/src/shapedescr.cpp     int xmin = size.width, ymin = -1, xmax = -1, ymax = -1, i, j, k;
xmax              627 modules/imgproc/src/shapedescr.cpp             if( j > xmax )
xmax              628 modules/imgproc/src/shapedescr.cpp                 xmax = j;
xmax              633 modules/imgproc/src/shapedescr.cpp             xmax -= offset;
xmax              643 modules/imgproc/src/shapedescr.cpp                     if( j > xmax )
xmax              644 modules/imgproc/src/shapedescr.cpp                         xmax = j;
xmax              648 modules/imgproc/src/shapedescr.cpp             k_min = MAX(j-1, xmax);
xmax              662 modules/imgproc/src/shapedescr.cpp                     xmax = k;
xmax              680 modules/imgproc/src/shapedescr.cpp             xmax += offset;
xmax              693 modules/imgproc/src/shapedescr.cpp     return Rect(xmin, ymin, xmax - xmin + 1, ymax - ymin + 1);
xmax              508 modules/imgproc/src/undistort.cpp     float xmin = FLT_MAX, xmax = -FLT_MAX, ymin = FLT_MAX, ymax = -FLT_MAX;
xmax              531 modules/imgproc/src/undistort.cpp             if( xmax < q.x ) xmax = q.x;
xmax              536 modules/imgproc/src/undistort.cpp     float scale = (float)std::min(dcenter.x/fabs(xmax), dcenter.x/fabs(xmin));
xmax              107 modules/video/src/opencl/optical_flow_tvl1.cl         int xmax = floor(wx + 2.0f);
xmax              119 modules/video/src/opencl/optical_flow_tvl1.cl             for (int cx = xmin; cx <= xmax; ++cx)
xmax              187 modules/video/src/opencl/optical_flow_tvl1.cl         int xmax = floor(wx + 2.0f);
xmax              199 modules/video/src/opencl/optical_flow_tvl1.cl             for (int cx = xmin; cx <= xmax; ++cx)