sz                192 3rdparty/libwebp/dec/vp8.c   const uint8_t* sz = buf;
sz                206 3rdparty/libwebp/dec/vp8.c     const uint32_t psize = sz[0] | (sz[1] << 8) | (sz[2] << 16);
sz                211 3rdparty/libwebp/dec/vp8.c     sz += 3;
sz                 78 apps/traincascade/imagestorage.cpp     Size sz( (int)(scale*src.cols + 0.5F), (int)(scale*src.rows + 0.5F) );
sz                 79 apps/traincascade/imagestorage.cpp     resize( src, img, sz );
sz                 95 modules/calib3d/test/test_stereomatching.cpp void checkTypeAndSizeOfDisp( const Mat& dispMap, const Size* sz )
sz                101 modules/calib3d/test/test_stereomatching.cpp     if( sz && (dispMap.rows != sz->height || dispMap.cols != sz->width) )
sz                105 modules/calib3d/test/test_stereomatching.cpp void checkTypeAndSizeOfMask( const Mat& mask, Size sz )
sz                111 modules/calib3d/test/test_stereomatching.cpp     if( mask.rows != sz.height || mask.cols != sz.width )
sz                122 modules/calib3d/test/test_stereomatching.cpp         Size sz = leftDispMap.size();
sz                123 modules/calib3d/test/test_stereomatching.cpp         checkTypeAndSizeOfDisp( rightDispMap, &sz );
sz                273 modules/calib3d/test/test_stereomatching.cpp     Size sz = groundTruthDisp.size();
sz                274 modules/calib3d/test/test_stereomatching.cpp     checkTypeAndSizeOfDisp( computedDisp, &sz );
sz                276 modules/calib3d/test/test_stereomatching.cpp     int pointsCount = sz.height*sz.width;
sz                279 modules/calib3d/test/test_stereomatching.cpp         checkTypeAndSizeOfMask( mask, sz );
sz                293 modules/calib3d/test/test_stereomatching.cpp     Size sz = groundTruthDisp.size();
sz                294 modules/calib3d/test/test_stereomatching.cpp     checkTypeAndSizeOfDisp( computedDisp, &sz );
sz                299 modules/calib3d/test/test_stereomatching.cpp     int pointsCount = sz.height*sz.width;
sz                302 modules/calib3d/test/test_stereomatching.cpp         checkTypeAndSizeOfMask( mask, sz );
sz                106 modules/calib3d/test/test_undistort.cpp     double sz = MAX(img_size.width, img_size.height);
sz                112 modules/calib3d/test/test_undistort.cpp     a[0] = sz/(0.9 - cvtest::randReal(rng)*0.6);
sz                291 modules/calib3d/test/test_undistort.cpp     double sz = MAX(img_size.width,img_size.height);
sz                295 modules/calib3d/test/test_undistort.cpp     cam[0] = sz/(0.9 - cvtest::randReal(rng)*0.6);
sz                715 modules/calib3d/test/test_undistort.cpp     double sz = MAX(img_size.width,img_size.height);
sz                719 modules/calib3d/test/test_undistort.cpp     cam[0] = sz/(0.9 - cvtest::randReal(rng)*0.6);
sz                207 modules/core/include/opencv2/core/mat.hpp     int sizend(int* sz, int i=-1) const;
sz                231 modules/core/include/opencv2/core/mat.hpp     Size sz;
sz                321 modules/core/include/opencv2/core/mat.hpp     void create(Size sz, int type, int i=-1, bool allowTransposed=false, int fixedDepthMask=0) const;
sz                415 modules/core/include/opencv2/core/mat.hpp     virtual void download(UMatData* data, void* dst, int dims, const size_t sz[],
sz                418 modules/core/include/opencv2/core/mat.hpp     virtual void upload(UMatData* data, const void* src, int dims, const size_t sz[],
sz                421 modules/core/include/opencv2/core/mat.hpp     virtual void copy(UMatData* srcdata, UMatData* dstdata, int dims, const size_t sz[],
sz                516 modules/core/include/opencv2/core/mat.hpp     bool operator == (const MatSize& sz) const;
sz                517 modules/core/include/opencv2/core/mat.hpp     bool operator != (const MatSize& sz) const;
sz               1222 modules/core/include/opencv2/core/mat.hpp     static MatExpr zeros(int ndims, const int* sz, int type);
sz               1251 modules/core/include/opencv2/core/mat.hpp     static MatExpr ones(int ndims, const int* sz, int type);
sz               1359 modules/core/include/opencv2/core/mat.hpp     void reserve(size_t sz);
sz               1368 modules/core/include/opencv2/core/mat.hpp     void resize(size_t sz);
sz               1374 modules/core/include/opencv2/core/mat.hpp     void resize(size_t sz, const Scalar& s);
sz               2215 modules/core/include/opencv2/core/mat.hpp     static UMat zeros(int ndims, const int* sz, int type);
sz               2218 modules/core/include/opencv2/core/mat.hpp     static UMat ones(int ndims, const int* sz, int type);
sz                 63 modules/core/include/opencv2/core/mat.inl.hpp { flags = _flags; obj = (void*)_obj; sz = _sz; }
sz                 67 modules/core/include/opencv2/core/mat.inl.hpp inline Size _InputArray::getSz() const { return sz; }
sz                647 modules/core/include/opencv2/core/mat.inl.hpp     int sz[] = {_rows, _cols};
sz                648 modules/core/include/opencv2/core/mat.inl.hpp     create(2, sz, _type);
sz               1131 modules/core/include/opencv2/core/mat.inl.hpp bool MatSize::operator == (const MatSize& sz) const
sz               1134 modules/core/include/opencv2/core/mat.inl.hpp     int dsz = sz.p[-1];
sz               1138 modules/core/include/opencv2/core/mat.inl.hpp         return p[0] == sz.p[0] && p[1] == sz.p[1];
sz               1141 modules/core/include/opencv2/core/mat.inl.hpp         if( p[i] != sz.p[i] )
sz               1147 modules/core/include/opencv2/core/mat.inl.hpp bool MatSize::operator != (const MatSize& sz) const
sz               1149 modules/core/include/opencv2/core/mat.inl.hpp     return !(*this == sz);
sz               2904 modules/core/include/opencv2/core/mat.inl.hpp MatExpr Mat_<_Tp>::zeros(Size sz)
sz               2906 modules/core/include/opencv2/core/mat.inl.hpp     return Mat::zeros(sz, DataType<_Tp>::type);
sz               2916 modules/core/include/opencv2/core/mat.inl.hpp MatExpr Mat_<_Tp>::ones(Size sz)
sz               2918 modules/core/include/opencv2/core/mat.inl.hpp     return Mat::ones(sz, DataType<_Tp>::type);
sz               2928 modules/core/include/opencv2/core/mat.inl.hpp MatExpr Mat_<_Tp>::eye(Size sz)
sz               2930 modules/core/include/opencv2/core/mat.inl.hpp     return Mat::eye(sz, DataType<_Tp>::type);
sz               3290 modules/core/include/opencv2/core/mat.inl.hpp     int sz[] = {_rows, _cols};
sz               3291 modules/core/include/opencv2/core/mat.inl.hpp     create(2, sz, _type, _usageFlags);
sz                335 modules/core/include/opencv2/core/ocl.hpp     size_t sz;
sz                356 modules/core/include/opencv2/core/ocl.hpp     int set(int i, const void* value, size_t sz);
sz                871 modules/core/include/opencv2/core/persistence.hpp void write(FileStorage& fs, const Size_<_Tp>& sz )
sz                873 modules/core/include/opencv2/core/persistence.hpp     write(fs, sz.width);
sz                874 modules/core/include/opencv2/core/persistence.hpp     write(fs, sz.height);
sz                939 modules/core/include/opencv2/core/persistence.hpp void write(FileStorage& fs, const String& name, const Size_<_Tp>& sz )
sz                942 modules/core/include/opencv2/core/persistence.hpp     write(fs, sz);
sz                156 modules/core/include/opencv2/core/types.hpp     Point_(const Size_<_Tp>& sz);
sz                292 modules/core/include/opencv2/core/types.hpp     Size_(const Size_& sz);
sz                295 modules/core/include/opencv2/core/types.hpp     Size_& operator = (const Size_& sz);
sz                383 modules/core/include/opencv2/core/types.hpp     Rect_(const Point_<_Tp>& org, const Size_<_Tp>& sz);
sz               1074 modules/core/include/opencv2/core/types.hpp Point_<_Tp>::Point_(const Size_<_Tp>& sz)
sz               1075 modules/core/include/opencv2/core/types.hpp     : x(sz.width), y(sz.height) {}
sz               1555 modules/core/include/opencv2/core/types.hpp Size_<_Tp>::Size_(const Size_& sz)
sz               1556 modules/core/include/opencv2/core/types.hpp     : width(sz.width), height(sz.height) {}
sz               1569 modules/core/include/opencv2/core/types.hpp Size_<_Tp>& Size_<_Tp>::operator = (const Size_<_Tp>& sz)
sz               1571 modules/core/include/opencv2/core/types.hpp     width = sz.width; height = sz.height;
sz               1674 modules/core/include/opencv2/core/types.hpp Rect_<_Tp>::Rect_(const Point_<_Tp>& org, const Size_<_Tp>& sz)
sz               1675 modules/core/include/opencv2/core/types.hpp     : x(org.x), y(org.y), width(sz.width), height(sz.height) {}
sz               1015 modules/core/include/opencv2/core/types_c.h     CvSize(const cv::Size_<_Tp>& sz): width(cv::saturate_cast<int>(sz.width)), height(cv::saturate_cast<int>(sz.height)) {}
sz               1041 modules/core/include/opencv2/core/types_c.h     CvSize2D32f(const cv::Size_<_Tp>& sz): width(cv::saturate_cast<float>(sz.width)), height(cv::saturate_cast<float>(sz.height)) {}
sz                145 modules/core/include/opencv2/core/utility.hpp     size_t sz;
sz                345 modules/core/include/opencv2/core/utility.hpp static inline size_t alignSize(size_t sz, int n)
sz                348 modules/core/include/opencv2/core/utility.hpp     return (sz + n-1) & -n;
sz                769 modules/core/include/opencv2/core/utility.hpp     sz = fixed_size;
sz                776 modules/core/include/opencv2/core/utility.hpp     sz = fixed_size;
sz                784 modules/core/include/opencv2/core/utility.hpp     sz = fixed_size;
sz                786 modules/core/include/opencv2/core/utility.hpp     for( size_t i = 0; i < sz; i++ )
sz                797 modules/core/include/opencv2/core/utility.hpp         for( size_t i = 0; i < sz; i++ )
sz                810 modules/core/include/opencv2/core/utility.hpp     if(_size <= sz)
sz                812 modules/core/include/opencv2/core/utility.hpp         sz = _size;
sz                819 modules/core/include/opencv2/core/utility.hpp         sz = _size;
sz                830 modules/core/include/opencv2/core/utility.hpp         sz = fixed_size;
sz                837 modules/core/include/opencv2/core/utility.hpp     if(_size <= sz)
sz                839 modules/core/include/opencv2/core/utility.hpp         sz = _size;
sz                842 modules/core/include/opencv2/core/utility.hpp     size_t i, prevsize = sz, minsize = MIN(prevsize, _size);
sz                846 modules/core/include/opencv2/core/utility.hpp     sz = _size;
sz                860 modules/core/include/opencv2/core/utility.hpp { return sz; }
sz                115 modules/core/misc/java/test/RectTest.java         Size sz = new Size(3, 1);
sz                116 modules/core/misc/java/test/RectTest.java         r = new Rect(p1, sz);
sz                 54 modules/core/perf/opencl/perf_bufferpool.cpp     Size sz(1920, 1080);
sz                 60 modules/core/perf/opencl/perf_bufferpool.cpp             UMat u(sz, CV_8UC1);
sz                 71 modules/core/perf/opencl/perf_bufferpool.cpp     Size sz(1920, 1080);
sz                 77 modules/core/perf/opencl/perf_bufferpool.cpp             UMat u(sz, CV_8UC1);
sz                 89 modules/core/perf/opencl/perf_bufferpool.cpp     Size sz(1920, 1080);
sz                100 modules/core/perf/opencl/perf_bufferpool.cpp             UMat src(sz, CV_8UC1);
sz                114 modules/core/perf/opencl/perf_bufferpool.cpp     Size sz(1920, 1080);
sz                120 modules/core/perf/opencl/perf_bufferpool.cpp             UMat src(sz, CV_32FC1);
sz                 19 modules/core/perf/opencl/perf_usage_flags.cpp     Size sz = get<0>(GetParam());
sz                 22 modules/core/perf/opencl/perf_usage_flags.cpp     UMat src(sz, CV_8UC1, Scalar::all(128));
sz                 15 modules/core/perf/perf_abs.cpp     Size sz = get<0>(GetParam());
sz                 18 modules/core/perf/perf_abs.cpp     cv::Mat a = Mat(sz, type);
sz                 19 modules/core/perf/perf_abs.cpp     cv::Mat c = Mat(sz, type);
sz                 15 modules/core/perf/perf_arithm.cpp     Size sz = get<0>(GetParam());
sz                 17 modules/core/perf/perf_arithm.cpp     cv::Mat a = Mat(sz, type);
sz                 18 modules/core/perf/perf_arithm.cpp     cv::Mat b = Mat(sz, type);
sz                 19 modules/core/perf/perf_arithm.cpp     cv::Mat c = Mat(sz, type);
sz                 30 modules/core/perf/perf_arithm.cpp     Size sz = get<0>(GetParam());
sz                 32 modules/core/perf/perf_arithm.cpp     cv::Mat a = Mat(sz, type);
sz                 34 modules/core/perf/perf_arithm.cpp     cv::Mat c = Mat(sz, type);
sz                 45 modules/core/perf/perf_arithm.cpp     Size sz = get<0>(GetParam());
sz                 47 modules/core/perf/perf_arithm.cpp     cv::Mat a = Mat(sz, type);
sz                 48 modules/core/perf/perf_arithm.cpp     cv::Mat b = Mat(sz, type);
sz                 49 modules/core/perf/perf_arithm.cpp     cv::Mat c = Mat(sz, type);
sz                 60 modules/core/perf/perf_arithm.cpp     Size sz = get<0>(GetParam());
sz                 62 modules/core/perf/perf_arithm.cpp     cv::Mat a = Mat(sz, type);
sz                 64 modules/core/perf/perf_arithm.cpp     cv::Mat c = Mat(sz, type);
sz                 75 modules/core/perf/perf_arithm.cpp     Size sz = get<0>(GetParam());
sz                 77 modules/core/perf/perf_arithm.cpp     cv::Mat a = Mat(sz, type);
sz                 78 modules/core/perf/perf_arithm.cpp     cv::Mat b = Mat(sz, type);
sz                 79 modules/core/perf/perf_arithm.cpp     cv::Mat c = Mat(sz, type);
sz                 97 modules/core/perf/perf_arithm.cpp     Size sz = get<0>(GetParam());
sz                 99 modules/core/perf/perf_arithm.cpp     cv::Mat a = Mat(sz, type);
sz                101 modules/core/perf/perf_arithm.cpp     cv::Mat c = Mat(sz, type);
sz                119 modules/core/perf/perf_arithm.cpp     Size sz = get<0>(GetParam());
sz                121 modules/core/perf/perf_arithm.cpp     cv::Mat a = Mat(sz, type);
sz                122 modules/core/perf/perf_arithm.cpp     cv::Mat b = Mat(sz, type);
sz                123 modules/core/perf/perf_arithm.cpp     cv::Mat c = Mat(sz, type);
sz                142 modules/core/perf/perf_arithm.cpp     Size sz = get<0>(GetParam());
sz                144 modules/core/perf/perf_arithm.cpp     cv::Mat a = Mat(sz, type);
sz                146 modules/core/perf/perf_arithm.cpp     cv::Mat c = Mat(sz, type);
sz                164 modules/core/perf/perf_arithm.cpp     Size sz = get<0>(GetParam());
sz                166 modules/core/perf/perf_arithm.cpp     cv::Mat a = Mat(sz, type);
sz                167 modules/core/perf/perf_arithm.cpp     cv::Mat b = Mat(sz, type);
sz                168 modules/core/perf/perf_arithm.cpp     cv::Mat c = Mat(sz, type);
sz                186 modules/core/perf/perf_arithm.cpp     Size sz = get<0>(GetParam());
sz                188 modules/core/perf/perf_arithm.cpp     cv::Mat a = Mat(sz, type);
sz                190 modules/core/perf/perf_arithm.cpp     cv::Mat c = Mat(sz, type);
sz                208 modules/core/perf/perf_arithm.cpp     Size sz = get<0>(GetParam());
sz                210 modules/core/perf/perf_arithm.cpp     cv::Mat a(sz, type), b(sz, type), c(sz, type);
sz                227 modules/core/perf/perf_arithm.cpp     Size sz = get<0>(GetParam());
sz                229 modules/core/perf/perf_arithm.cpp     cv::Mat a(sz, type), b(sz, type), c(sz, type);
sz                248 modules/core/perf/perf_arithm.cpp     Size sz = get<0>(GetParam());
sz                250 modules/core/perf/perf_arithm.cpp     cv::Mat a(sz, type), b(sz, type), c(sz, type);
sz                262 modules/core/perf/perf_arithm.cpp     Size sz = get<0>(GetParam());
sz                264 modules/core/perf/perf_arithm.cpp     cv::Mat b(sz, type), c(sz, type);
sz                 15 modules/core/perf/perf_bitwise.cpp     Size sz = get<0>(GetParam());
sz                 18 modules/core/perf/perf_bitwise.cpp     cv::Mat a = Mat(sz, type);
sz                 19 modules/core/perf/perf_bitwise.cpp     cv::Mat c = Mat(sz, type);
sz                 31 modules/core/perf/perf_bitwise.cpp     Size sz = get<0>(GetParam());
sz                 33 modules/core/perf/perf_bitwise.cpp     cv::Mat a = Mat(sz, type);
sz                 34 modules/core/perf/perf_bitwise.cpp     cv::Mat b = Mat(sz, type);
sz                 35 modules/core/perf/perf_bitwise.cpp     cv::Mat c = Mat(sz, type);
sz                 47 modules/core/perf/perf_bitwise.cpp     Size sz = get<0>(GetParam());
sz                 49 modules/core/perf/perf_bitwise.cpp     cv::Mat a = Mat(sz, type);
sz                 50 modules/core/perf/perf_bitwise.cpp     cv::Mat b = Mat(sz, type);
sz                 51 modules/core/perf/perf_bitwise.cpp     cv::Mat c = Mat(sz, type);
sz                 63 modules/core/perf/perf_bitwise.cpp     Size sz = get<0>(GetParam());
sz                 65 modules/core/perf/perf_bitwise.cpp     cv::Mat a = Mat(sz, type);
sz                 66 modules/core/perf/perf_bitwise.cpp     cv::Mat b = Mat(sz, type);
sz                 67 modules/core/perf/perf_bitwise.cpp     cv::Mat c = Mat(sz, type);
sz                 22 modules/core/perf/perf_compare.cpp     Size sz = get<0>(GetParam());
sz                 26 modules/core/perf/perf_compare.cpp     Mat src1(sz, matType1);
sz                 27 modules/core/perf/perf_compare.cpp     Mat src2(sz, matType1);
sz                 28 modules/core/perf/perf_compare.cpp     Mat dst(sz, CV_8UC(CV_MAT_CN(matType1)));
sz                 45 modules/core/perf/perf_compare.cpp     Size sz = get<0>(GetParam());
sz                 49 modules/core/perf/perf_compare.cpp     Mat src1(sz, matType);
sz                 51 modules/core/perf/perf_compare.cpp     Mat dst(sz, CV_8UC(CV_MAT_CN(matType)));
sz                 55 modules/core/perf/perf_compare.cpp     int runs = (sz.width <= 640) ? 8 : 1;
sz                 23 modules/core/perf/perf_convertTo.cpp     Size sz = get<0>(GetParam());
sz                 29 modules/core/perf/perf_convertTo.cpp     Mat src(sz, CV_MAKETYPE(depthSrc, channels));
sz                 31 modules/core/perf/perf_convertTo.cpp     Mat dst(sz, CV_MAKETYPE(depthDst, channels));
sz                 33 modules/core/perf/perf_convertTo.cpp     int runs = (sz.width <= 640) ? 8 : 1;
sz                 21 modules/core/perf/perf_dft.cpp     Size sz = get<0>(GetParam());
sz                 28 modules/core/perf/perf_dft.cpp     Mat src(sz, type);
sz                 29 modules/core/perf/perf_dft.cpp     Mat dst(sz, type);
sz                 34 modules/core/perf/perf_dft.cpp         nonzero_rows = sz.height/2;
sz                 54 modules/core/perf/perf_dft.cpp     Size sz = get<0>(GetParam());
sz                 58 modules/core/perf/perf_dft.cpp     Mat src(sz, type);
sz                 59 modules/core/perf/perf_dft.cpp     Mat dst(sz, type);
sz                 21 modules/core/perf/perf_merge.cpp     Size sz = get<0>(GetParam());
sz                 28 modules/core/perf/perf_merge.cpp         mv.push_back( Mat(sz, CV_MAKETYPE(srcDepth, 1)) );
sz                 33 modules/core/perf/perf_merge.cpp     int runs = (sz.width <= 640) ? 8 : 1;
sz                 15 modules/core/perf/perf_minmaxloc.cpp     Size sz = get<0>(GetParam());
sz                 18 modules/core/perf/perf_minmaxloc.cpp     Mat src(sz, matType);
sz                 22 modules/core/perf/perf_norm.cpp     Size sz = get<0>(GetParam());
sz                 26 modules/core/perf/perf_norm.cpp     Mat src(sz, matType);
sz                 44 modules/core/perf/perf_norm.cpp     Size sz = get<0>(GetParam());
sz                 48 modules/core/perf/perf_norm.cpp     Mat src(sz, matType);
sz                 49 modules/core/perf/perf_norm.cpp     Mat mask = Mat::ones(sz, CV_8U);
sz                 67 modules/core/perf/perf_norm.cpp     Size sz = get<0>(GetParam());
sz                 71 modules/core/perf/perf_norm.cpp     Mat src1(sz, matType);
sz                 72 modules/core/perf/perf_norm.cpp     Mat src2(sz, matType);
sz                 90 modules/core/perf/perf_norm.cpp     Size sz = get<0>(GetParam());
sz                 94 modules/core/perf/perf_norm.cpp     Mat src1(sz, matType);
sz                 95 modules/core/perf/perf_norm.cpp     Mat src2(sz, matType);
sz                 96 modules/core/perf/perf_norm.cpp     Mat mask = Mat::ones(sz, CV_8U);
sz                114 modules/core/perf/perf_norm.cpp     Size sz = get<0>(GetParam());
sz                118 modules/core/perf/perf_norm.cpp     Mat src(sz, matType);
sz                119 modules/core/perf/perf_norm.cpp     Mat dst(sz, matType);
sz                140 modules/core/perf/perf_norm.cpp     Size sz = get<0>(GetParam());
sz                144 modules/core/perf/perf_norm.cpp     Mat src(sz, matType);
sz                145 modules/core/perf/perf_norm.cpp     Mat dst(sz, matType);
sz                146 modules/core/perf/perf_norm.cpp     Mat mask = Mat::ones(sz, CV_8U);
sz                168 modules/core/perf/perf_norm.cpp     Size sz = get<0>(GetParam());
sz                172 modules/core/perf/perf_norm.cpp     Mat src(sz, matType);
sz                173 modules/core/perf/perf_norm.cpp     Mat dst(sz, CV_32F);
sz                188 modules/core/perf/perf_norm.cpp     Size sz = get<0>(GetParam());
sz                191 modules/core/perf/perf_norm.cpp     Mat src(sz, matType);
sz                192 modules/core/perf/perf_norm.cpp     Mat dst(sz, matType);
sz                 23 modules/core/perf/perf_reduce.cpp     Size sz = get<0>(GetParam());
sz                 31 modules/core/perf/perf_reduce.cpp     Mat src(sz, matType);
sz                 32 modules/core/perf/perf_reduce.cpp     Mat vec(1, sz.width, ddepth < 0 ? matType : ddepth);
sz                 51 modules/core/perf/perf_reduce.cpp     Size sz = get<0>(GetParam());
sz                 59 modules/core/perf/perf_reduce.cpp     Mat src(sz, matType);
sz                 60 modules/core/perf/perf_reduce.cpp     Mat vec(sz.height, 1, ddepth < 0 ? matType : ddepth);
sz                 22 modules/core/perf/perf_sort.cpp     const Size sz = get<0>(params);
sz                 25 modules/core/perf/perf_sort.cpp     cv::Mat a(sz, type), b(sz, type);
sz                 42 modules/core/perf/perf_sort.cpp     const Size sz = get<0>(params);
sz                 45 modules/core/perf/perf_sort.cpp     cv::Mat a(sz, type), b(sz, type);
sz                 21 modules/core/perf/perf_split.cpp     Size sz = get<0>(GetParam());
sz                 25 modules/core/perf/perf_split.cpp     Mat m(sz, CV_MAKETYPE(depth, channels));
sz                 29 modules/core/perf/perf_split.cpp     int runs = (sz.width <= 640) ? 8 : 1;
sz                 11 modules/core/perf/perf_stat.cpp     Size sz = get<0>(GetParam());
sz                 14 modules/core/perf/perf_stat.cpp     Mat arr(sz, type);
sz                 26 modules/core/perf/perf_stat.cpp     Size sz = get<0>(GetParam());
sz                 29 modules/core/perf/perf_stat.cpp     Mat src(sz, type);
sz                 41 modules/core/perf/perf_stat.cpp     Size sz = get<0>(GetParam());
sz                 44 modules/core/perf/perf_stat.cpp     Mat src(sz, type);
sz                 57 modules/core/perf/perf_stat.cpp     Size sz = get<0>(GetParam());
sz                 60 modules/core/perf/perf_stat.cpp     Mat src(sz, matType);
sz                 74 modules/core/perf/perf_stat.cpp     Size sz = get<0>(GetParam());
sz                 77 modules/core/perf/perf_stat.cpp     Mat src(sz, matType);
sz                 78 modules/core/perf/perf_stat.cpp     Mat mask = Mat::ones(sz, CV_8U);
sz                 92 modules/core/perf/perf_stat.cpp     Size sz = get<0>(GetParam());
sz                 95 modules/core/perf/perf_stat.cpp     Mat src(sz, matType);
sz                100 modules/core/perf/perf_stat.cpp     int runs = (sz.width <= 640) ? 8 : 1;
sz                602 modules/core/src/alloc.cpp             size_t sz = (size_t)((void**)ptr)[-2];
sz                603 modules/core/src/alloc.cpp             SystemFree( origPtr, sz );
sz                 76 modules/core/src/arithm.cpp void vBinOp(const T* src1, size_t step1, const T* src2, size_t step2, T* dst, size_t step, Size sz)
sz                 83 modules/core/src/arithm.cpp     for( ; sz.height--; src1 = (const T *)((const uchar *)src1 + step1),
sz                 93 modules/core/src/arithm.cpp             for( ; x <= sz.width - 32/(int)sizeof(T); x += 32/sizeof(T) )
sz                105 modules/core/src/arithm.cpp             for( ; x <= sz.width - 32/(int)sizeof(T); x += 32/sizeof(T) )
sz                125 modules/core/src/arithm.cpp             for( ; x <= sz.width - 8/(int)sizeof(T); x += 8/sizeof(T) )
sz                135 modules/core/src/arithm.cpp         for( ; x <= sz.width - 4; x += 4 )
sz                146 modules/core/src/arithm.cpp         for( ; x < sz.width; x++ )
sz                153 modules/core/src/arithm.cpp               T* dst, size_t step, Size sz)
sz                160 modules/core/src/arithm.cpp     for( ; sz.height--; src1 = (const T *)((const uchar *)src1 + step1),
sz                171 modules/core/src/arithm.cpp                 for( ; x <= sz.width - 8; x += 8 )
sz                184 modules/core/src/arithm.cpp                 for( ; x <= sz.width - 8; x += 8 )
sz                201 modules/core/src/arithm.cpp             for( ; x <= sz.width - 8; x += 8 )
sz                213 modules/core/src/arithm.cpp             for( ; x <= sz.width - 8; x += 8 )
sz                229 modules/core/src/arithm.cpp         for( ; x <= sz.width - 4; x += 4 )
sz                240 modules/core/src/arithm.cpp         for( ; x < sz.width; x++ )
sz                248 modules/core/src/arithm.cpp                T* dst, size_t step, Size sz)
sz                255 modules/core/src/arithm.cpp     for( ; sz.height--; src1 = (const T *)((const uchar *)src1 + step1),
sz                266 modules/core/src/arithm.cpp                 for( ; x <= sz.width - 4; x += 4 )
sz                279 modules/core/src/arithm.cpp                 for( ; x <= sz.width - 4; x += 4 )
sz                292 modules/core/src/arithm.cpp         for( ; x <= sz.width - 4; x += 4 )
sz                302 modules/core/src/arithm.cpp         for( ; x < sz.width; x++ )
sz                748 modules/core/src/arithm.cpp static inline void fixSteps(Size sz, size_t elemSize, size_t& step1, size_t& step2, size_t& step)
sz                750 modules/core/src/arithm.cpp     if( sz.height == 1 )
sz                751 modules/core/src/arithm.cpp         step1 = step2 = step = sz.width*elemSize;
sz                757 modules/core/src/arithm.cpp                    uchar* dst, size_t step, Size sz, void* )
sz                762 modules/core/src/arithm.cpp         fixSteps(sz, sizeof(dst[0]), step1, step2, step);
sz                763 modules/core/src/arithm.cpp         if (0 <= ippiAdd_8u_C1RSfs(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz), 0))
sz                771 modules/core/src/arithm.cpp     (vBinOp<uchar, OpAdd<uchar>, IF_SIMD(VAdd<uchar>)>(src1, step1, src2, step2, dst, step, sz));
sz                776 modules/core/src/arithm.cpp                    schar* dst, size_t step, Size sz, void* )
sz                778 modules/core/src/arithm.cpp     vBinOp<schar, OpAdd<schar>, IF_SIMD(VAdd<schar>)>(src1, step1, src2, step2, dst, step, sz);
sz                783 modules/core/src/arithm.cpp                     ushort* dst, size_t step, Size sz, void* )
sz                788 modules/core/src/arithm.cpp         fixSteps(sz, sizeof(dst[0]), step1, step2, step);
sz                789 modules/core/src/arithm.cpp         if (0 <= ippiAdd_16u_C1RSfs(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz), 0))
sz                797 modules/core/src/arithm.cpp     (vBinOp<ushort, OpAdd<ushort>, IF_SIMD(VAdd<ushort>)>(src1, step1, src2, step2, dst, step, sz));
sz                802 modules/core/src/arithm.cpp                     short* dst, size_t step, Size sz, void* )
sz                807 modules/core/src/arithm.cpp         fixSteps(sz, sizeof(dst[0]), step1, step2, step);
sz                808 modules/core/src/arithm.cpp         if (0 <= ippiAdd_16s_C1RSfs(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz), 0))
sz                816 modules/core/src/arithm.cpp     (vBinOp<short, OpAdd<short>, IF_SIMD(VAdd<short>)>(src1, step1, src2, step2, dst, step, sz));
sz                821 modules/core/src/arithm.cpp                     int* dst, size_t step, Size sz, void* )
sz                823 modules/core/src/arithm.cpp     vBinOp32<int, OpAdd<int>, IF_SIMD(VAdd<int>)>(src1, step1, src2, step2, dst, step, sz);
sz                828 modules/core/src/arithm.cpp                     float* dst, size_t step, Size sz, void* )
sz                833 modules/core/src/arithm.cpp         fixSteps(sz, sizeof(dst[0]), step1, step2, step);
sz                834 modules/core/src/arithm.cpp         if (0 <= ippiAdd_32f_C1R(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz)))
sz                842 modules/core/src/arithm.cpp     (vBinOp32<float, OpAdd<float>, IF_SIMD(VAdd<float>)>(src1, step1, src2, step2, dst, step, sz));
sz                847 modules/core/src/arithm.cpp                     double* dst, size_t step, Size sz, void* )
sz                849 modules/core/src/arithm.cpp     vBinOp64<double, OpAdd<double>, IF_SIMD(VAdd<double>)>(src1, step1, src2, step2, dst, step, sz);
sz                854 modules/core/src/arithm.cpp                    uchar* dst, size_t step, Size sz, void* )
sz                859 modules/core/src/arithm.cpp         fixSteps(sz, sizeof(dst[0]), step1, step2, step);
sz                860 modules/core/src/arithm.cpp         if (0 <= ippiSub_8u_C1RSfs(src2, (int)step2, src1, (int)step1, dst, (int)step, ippiSize(sz), 0))
sz                868 modules/core/src/arithm.cpp     (vBinOp<uchar, OpSub<uchar>, IF_SIMD(VSub<uchar>)>(src1, step1, src2, step2, dst, step, sz));
sz                873 modules/core/src/arithm.cpp                    schar* dst, size_t step, Size sz, void* )
sz                875 modules/core/src/arithm.cpp     vBinOp<schar, OpSub<schar>, IF_SIMD(VSub<schar>)>(src1, step1, src2, step2, dst, step, sz);
sz                880 modules/core/src/arithm.cpp                     ushort* dst, size_t step, Size sz, void* )
sz                885 modules/core/src/arithm.cpp         fixSteps(sz, sizeof(dst[0]), step1, step2, step);
sz                886 modules/core/src/arithm.cpp         if (0 <= ippiSub_16u_C1RSfs(src2, (int)step2, src1, (int)step1, dst, (int)step, ippiSize(sz), 0))
sz                894 modules/core/src/arithm.cpp     (vBinOp<ushort, OpSub<ushort>, IF_SIMD(VSub<ushort>)>(src1, step1, src2, step2, dst, step, sz));
sz                899 modules/core/src/arithm.cpp                     short* dst, size_t step, Size sz, void* )
sz                904 modules/core/src/arithm.cpp         fixSteps(sz, sizeof(dst[0]), step1, step2, step);
sz                905 modules/core/src/arithm.cpp         if (0 <= ippiSub_16s_C1RSfs(src2, (int)step2, src1, (int)step1, dst, (int)step, ippiSize(sz), 0))
sz                913 modules/core/src/arithm.cpp     (vBinOp<short, OpSub<short>, IF_SIMD(VSub<short>)>(src1, step1, src2, step2, dst, step, sz));
sz                918 modules/core/src/arithm.cpp                     int* dst, size_t step, Size sz, void* )
sz                920 modules/core/src/arithm.cpp     vBinOp32<int, OpSub<int>, IF_SIMD(VSub<int>)>(src1, step1, src2, step2, dst, step, sz);
sz                925 modules/core/src/arithm.cpp                    float* dst, size_t step, Size sz, void* )
sz                930 modules/core/src/arithm.cpp         fixSteps(sz, sizeof(dst[0]), step1, step2, step);
sz                931 modules/core/src/arithm.cpp         if (0 <= ippiSub_32f_C1R(src2, (int)step2, src1, (int)step1, dst, (int)step, ippiSize(sz)))
sz                939 modules/core/src/arithm.cpp     (vBinOp32<float, OpSub<float>, IF_SIMD(VSub<float>)>(src1, step1, src2, step2, dst, step, sz));
sz                944 modules/core/src/arithm.cpp                     double* dst, size_t step, Size sz, void* )
sz                946 modules/core/src/arithm.cpp     vBinOp64<double, OpSub<double>, IF_SIMD(VSub<double>)>(src1, step1, src2, step2, dst, step, sz);
sz                954 modules/core/src/arithm.cpp                    uchar* dst, size_t step, Size sz, void* )
sz                962 modules/core/src/arithm.cpp         fixSteps(sz, sizeof(dst[0]), step1, step2, step);
sz                964 modules/core/src/arithm.cpp         for(; i < sz.height; i++)
sz                966 modules/core/src/arithm.cpp             if (0 > ippsMaxEvery_8u(s1, s2, d, sz.width))
sz                972 modules/core/src/arithm.cpp         if (i == sz.height)
sz                980 modules/core/src/arithm.cpp     vBinOp<uchar, OpMax<uchar>, IF_SIMD(VMax<uchar>)>(src1, step1, src2, step2, dst, step, sz);
sz                985 modules/core/src/arithm.cpp                    schar* dst, size_t step, Size sz, void* )
sz                987 modules/core/src/arithm.cpp     vBinOp<schar, OpMax<schar>, IF_SIMD(VMax<schar>)>(src1, step1, src2, step2, dst, step, sz);
sz                992 modules/core/src/arithm.cpp                     ushort* dst, size_t step, Size sz, void* )
sz               1000 modules/core/src/arithm.cpp         fixSteps(sz, sizeof(dst[0]), step1, step2, step);
sz               1002 modules/core/src/arithm.cpp         for(; i < sz.height; i++)
sz               1004 modules/core/src/arithm.cpp             if (0 > ippsMaxEvery_16u(s1, s2, d, sz.width))
sz               1010 modules/core/src/arithm.cpp         if (i == sz.height)
sz               1018 modules/core/src/arithm.cpp     vBinOp<ushort, OpMax<ushort>, IF_SIMD(VMax<ushort>)>(src1, step1, src2, step2, dst, step, sz);
sz               1023 modules/core/src/arithm.cpp                     short* dst, size_t step, Size sz, void* )
sz               1025 modules/core/src/arithm.cpp     vBinOp<short, OpMax<short>, IF_SIMD(VMax<short>)>(src1, step1, src2, step2, dst, step, sz);
sz               1030 modules/core/src/arithm.cpp                     int* dst, size_t step, Size sz, void* )
sz               1032 modules/core/src/arithm.cpp     vBinOp32<int, OpMax<int>, IF_SIMD(VMax<int>)>(src1, step1, src2, step2, dst, step, sz);
sz               1037 modules/core/src/arithm.cpp                     float* dst, size_t step, Size sz, void* )
sz               1045 modules/core/src/arithm.cpp         fixSteps(sz, sizeof(dst[0]), step1, step2, step);
sz               1047 modules/core/src/arithm.cpp         for(; i < sz.height; i++)
sz               1049 modules/core/src/arithm.cpp             if (0 > ippsMaxEvery_32f(s1, s2, d, sz.width))
sz               1055 modules/core/src/arithm.cpp         if (i == sz.height)
sz               1063 modules/core/src/arithm.cpp     vBinOp32<float, OpMax<float>, IF_SIMD(VMax<float>)>(src1, step1, src2, step2, dst, step, sz);
sz               1068 modules/core/src/arithm.cpp                     double* dst, size_t step, Size sz, void* )
sz               1076 modules/core/src/arithm.cpp         fixSteps(sz, sizeof(dst[0]), step1, step2, step);
sz               1078 modules/core/src/arithm.cpp         for(; i < sz.height; i++)
sz               1080 modules/core/src/arithm.cpp             if (0 > ippsMaxEvery_64f(s1, s2, d, sz.width))
sz               1086 modules/core/src/arithm.cpp         if (i == sz.height)
sz               1094 modules/core/src/arithm.cpp     vBinOp64<double, OpMax<double>, IF_SIMD(VMax<double>)>(src1, step1, src2, step2, dst, step, sz);
sz               1099 modules/core/src/arithm.cpp                    uchar* dst, size_t step, Size sz, void* )
sz               1107 modules/core/src/arithm.cpp         fixSteps(sz, sizeof(dst[0]), step1, step2, step);
sz               1109 modules/core/src/arithm.cpp         for(; i < sz.height; i++)
sz               1111 modules/core/src/arithm.cpp             if (0 > ippsMinEvery_8u(s1, s2, d, sz.width))
sz               1117 modules/core/src/arithm.cpp         if (i == sz.height)
sz               1125 modules/core/src/arithm.cpp     vBinOp<uchar, OpMin<uchar>, IF_SIMD(VMin<uchar>)>(src1, step1, src2, step2, dst, step, sz);
sz               1130 modules/core/src/arithm.cpp                    schar* dst, size_t step, Size sz, void* )
sz               1132 modules/core/src/arithm.cpp     vBinOp<schar, OpMin<schar>, IF_SIMD(VMin<schar>)>(src1, step1, src2, step2, dst, step, sz);
sz               1137 modules/core/src/arithm.cpp                     ushort* dst, size_t step, Size sz, void* )
sz               1145 modules/core/src/arithm.cpp         fixSteps(sz, sizeof(dst[0]), step1, step2, step);
sz               1147 modules/core/src/arithm.cpp         for(; i < sz.height; i++)
sz               1149 modules/core/src/arithm.cpp             if (0 > ippsMinEvery_16u(s1, s2, d, sz.width))
sz               1155 modules/core/src/arithm.cpp         if (i == sz.height)
sz               1163 modules/core/src/arithm.cpp     vBinOp<ushort, OpMin<ushort>, IF_SIMD(VMin<ushort>)>(src1, step1, src2, step2, dst, step, sz);
sz               1168 modules/core/src/arithm.cpp                     short* dst, size_t step, Size sz, void* )
sz               1170 modules/core/src/arithm.cpp     vBinOp<short, OpMin<short>, IF_SIMD(VMin<short>)>(src1, step1, src2, step2, dst, step, sz);
sz               1175 modules/core/src/arithm.cpp                     int* dst, size_t step, Size sz, void* )
sz               1177 modules/core/src/arithm.cpp     vBinOp32<int, OpMin<int>, IF_SIMD(VMin<int>)>(src1, step1, src2, step2, dst, step, sz);
sz               1182 modules/core/src/arithm.cpp                     float* dst, size_t step, Size sz, void* )
sz               1190 modules/core/src/arithm.cpp         fixSteps(sz, sizeof(dst[0]), step1, step2, step);
sz               1192 modules/core/src/arithm.cpp         for(; i < sz.height; i++)
sz               1194 modules/core/src/arithm.cpp             if (0 > ippsMinEvery_32f(s1, s2, d, sz.width))
sz               1200 modules/core/src/arithm.cpp         if (i == sz.height)
sz               1208 modules/core/src/arithm.cpp     vBinOp32<float, OpMin<float>, IF_SIMD(VMin<float>)>(src1, step1, src2, step2, dst, step, sz);
sz               1213 modules/core/src/arithm.cpp                     double* dst, size_t step, Size sz, void* )
sz               1221 modules/core/src/arithm.cpp         fixSteps(sz, sizeof(dst[0]), step1, step2, step);
sz               1223 modules/core/src/arithm.cpp         for(; i < sz.height; i++)
sz               1225 modules/core/src/arithm.cpp             if (0 > ippsMinEvery_64f(s1, s2, d, sz.width))
sz               1231 modules/core/src/arithm.cpp         if (i == sz.height)
sz               1239 modules/core/src/arithm.cpp     vBinOp64<double, OpMin<double>, IF_SIMD(VMin<double>)>(src1, step1, src2, step2, dst, step, sz);
sz               1244 modules/core/src/arithm.cpp                        uchar* dst, size_t step, Size sz, void* )
sz               1249 modules/core/src/arithm.cpp         fixSteps(sz, sizeof(dst[0]), step1, step2, step);
sz               1250 modules/core/src/arithm.cpp         if (0 <= ippiAbsDiff_8u_C1R(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz)))
sz               1258 modules/core/src/arithm.cpp     (vBinOp<uchar, OpAbsDiff<uchar>, IF_SIMD(VAbsDiff<uchar>)>(src1, step1, src2, step2, dst, step, sz));
sz               1263 modules/core/src/arithm.cpp                        schar* dst, size_t step, Size sz, void* )
sz               1265 modules/core/src/arithm.cpp     vBinOp<schar, OpAbsDiff<schar>, IF_SIMD(VAbsDiff<schar>)>(src1, step1, src2, step2, dst, step, sz);
sz               1270 modules/core/src/arithm.cpp                         ushort* dst, size_t step, Size sz, void* )
sz               1275 modules/core/src/arithm.cpp         fixSteps(sz, sizeof(dst[0]), step1, step2, step);
sz               1276 modules/core/src/arithm.cpp         if (0 <= ippiAbsDiff_16u_C1R(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz)))
sz               1284 modules/core/src/arithm.cpp     (vBinOp<ushort, OpAbsDiff<ushort>, IF_SIMD(VAbsDiff<ushort>)>(src1, step1, src2, step2, dst, step, sz));
sz               1289 modules/core/src/arithm.cpp                         short* dst, size_t step, Size sz, void* )
sz               1291 modules/core/src/arithm.cpp     vBinOp<short, OpAbsDiff<short>, IF_SIMD(VAbsDiff<short>)>(src1, step1, src2, step2, dst, step, sz);
sz               1296 modules/core/src/arithm.cpp                         int* dst, size_t step, Size sz, void* )
sz               1298 modules/core/src/arithm.cpp     vBinOp32<int, OpAbsDiff<int>, IF_SIMD(VAbsDiff<int>)>(src1, step1, src2, step2, dst, step, sz);
sz               1303 modules/core/src/arithm.cpp                         float* dst, size_t step, Size sz, void* )
sz               1308 modules/core/src/arithm.cpp         fixSteps(sz, sizeof(dst[0]), step1, step2, step);
sz               1309 modules/core/src/arithm.cpp         if (0 <= ippiAbsDiff_32f_C1R(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz)))
sz               1317 modules/core/src/arithm.cpp     (vBinOp32<float, OpAbsDiff<float>, IF_SIMD(VAbsDiff<float>)>(src1, step1, src2, step2, dst, step, sz));
sz               1322 modules/core/src/arithm.cpp                         double* dst, size_t step, Size sz, void* )
sz               1324 modules/core/src/arithm.cpp     vBinOp64<double, OpAbsDiff<double>, IF_SIMD(VAbsDiff<double>)>(src1, step1, src2, step2, dst, step, sz);
sz               1330 modules/core/src/arithm.cpp                    uchar* dst, size_t step, Size sz, void* )
sz               1335 modules/core/src/arithm.cpp         fixSteps(sz, sizeof(dst[0]), step1, step2, step);
sz               1336 modules/core/src/arithm.cpp         if (0 <= ippiAnd_8u_C1R(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz)))
sz               1344 modules/core/src/arithm.cpp     (vBinOp<uchar, OpAnd<uchar>, IF_SIMD(VAnd<uchar>)>(src1, step1, src2, step2, dst, step, sz));
sz               1349 modules/core/src/arithm.cpp                   uchar* dst, size_t step, Size sz, void* )
sz               1354 modules/core/src/arithm.cpp         fixSteps(sz, sizeof(dst[0]), step1, step2, step);
sz               1355 modules/core/src/arithm.cpp         if (0 <= ippiOr_8u_C1R(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz)))
sz               1363 modules/core/src/arithm.cpp     (vBinOp<uchar, OpOr<uchar>, IF_SIMD(VOr<uchar>)>(src1, step1, src2, step2, dst, step, sz));
sz               1368 modules/core/src/arithm.cpp                    uchar* dst, size_t step, Size sz, void* )
sz               1373 modules/core/src/arithm.cpp         fixSteps(sz, sizeof(dst[0]), step1, step2, step);
sz               1374 modules/core/src/arithm.cpp         if (0 <= ippiXor_8u_C1R(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz)))
sz               1382 modules/core/src/arithm.cpp     (vBinOp<uchar, OpXor<uchar>, IF_SIMD(VXor<uchar>)>(src1, step1, src2, step2, dst, step, sz));
sz               1387 modules/core/src/arithm.cpp                    uchar* dst, size_t step, Size sz, void* )
sz               1392 modules/core/src/arithm.cpp         fixSteps(sz, sizeof(dst[0]), step1, step2, step); (void)src2;
sz               1393 modules/core/src/arithm.cpp         if (0 <= ippiNot_8u_C1R(src1, (int)step1, dst, (int)step, ippiSize(sz)))
sz               1401 modules/core/src/arithm.cpp     (vBinOp<uchar, OpNot<uchar>, IF_SIMD(VNot<uchar>)>(src1, step1, src2, step2, dst, step, sz));
sz               1546 modules/core/src/arithm.cpp         Size sz = getContinuousSize(src1, src2, dst);
sz               1547 modules/core/src/arithm.cpp         size_t len = sz.width*(size_t)cn;
sz               1550 modules/core/src/arithm.cpp             sz.width = (int)len;
sz               1551 modules/core/src/arithm.cpp             func(src1.ptr(), src1.step, src2.ptr(), src2.step, dst.ptr(), dst.step, sz, 0);
sz               1957 modules/core/src/arithm.cpp         Size sz = getContinuousSize(src1, src2, dst, src1.channels());
sz               1958 modules/core/src/arithm.cpp         tab[depth1](src1.ptr(), src1.step, src2.ptr(), src2.step, dst.ptr(), dst.step, sz, usrdata);
sz               3465 modules/core/src/arithm.cpp                    uchar* dst, size_t step, Size sz, void* scale)
sz               3473 modules/core/src/arithm.cpp             if (ippiMul_8u_C1RSfs(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz), 0) >= 0)
sz               3482 modules/core/src/arithm.cpp     mul_(src1, step1, src2, step2, dst, step, sz, fscale);
sz               3486 modules/core/src/arithm.cpp                    schar* dst, size_t step, Size sz, void* scale)
sz               3488 modules/core/src/arithm.cpp     mul_(src1, step1, src2, step2, dst, step, sz, (float)*(const double*)scale);
sz               3492 modules/core/src/arithm.cpp                     ushort* dst, size_t step, Size sz, void* scale)
sz               3500 modules/core/src/arithm.cpp             if (ippiMul_16u_C1RSfs(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz), 0) >= 0)
sz               3509 modules/core/src/arithm.cpp     mul_(src1, step1, src2, step2, dst, step, sz, fscale);
sz               3513 modules/core/src/arithm.cpp                     short* dst, size_t step, Size sz, void* scale)
sz               3521 modules/core/src/arithm.cpp             if (ippiMul_16s_C1RSfs(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz), 0) >= 0)
sz               3530 modules/core/src/arithm.cpp     mul_(src1, step1, src2, step2, dst, step, sz, fscale);
sz               3534 modules/core/src/arithm.cpp                     int* dst, size_t step, Size sz, void* scale)
sz               3536 modules/core/src/arithm.cpp     mul_(src1, step1, src2, step2, dst, step, sz, *(const double*)scale);
sz               3540 modules/core/src/arithm.cpp                     float* dst, size_t step, Size sz, void* scale)
sz               3548 modules/core/src/arithm.cpp             if (ippiMul_32f_C1R(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz)) >= 0)
sz               3557 modules/core/src/arithm.cpp     mul_(src1, step1, src2, step2, dst, step, sz, fscale);
sz               3561 modules/core/src/arithm.cpp                     double* dst, size_t step, Size sz, void* scale)
sz               3563 modules/core/src/arithm.cpp     mul_(src1, step1, src2, step2, dst, step, sz, *(const double*)scale);
sz               3567 modules/core/src/arithm.cpp                    uchar* dst, size_t step, Size sz, void* scale)
sz               3570 modules/core/src/arithm.cpp         div_i(src1, step1, src2, step2, dst, step, sz, *(const double*)scale);
sz               3572 modules/core/src/arithm.cpp         recip_i(src1, step1, src2, step2, dst, step, sz, *(const double*)scale);
sz               3576 modules/core/src/arithm.cpp                   schar* dst, size_t step, Size sz, void* scale)
sz               3578 modules/core/src/arithm.cpp     div_i(src1, step1, src2, step2, dst, step, sz, *(const double*)scale);
sz               3582 modules/core/src/arithm.cpp                     ushort* dst, size_t step, Size sz, void* scale)
sz               3584 modules/core/src/arithm.cpp     div_i(src1, step1, src2, step2, dst, step, sz, *(const double*)scale);
sz               3588 modules/core/src/arithm.cpp                     short* dst, size_t step, Size sz, void* scale)
sz               3590 modules/core/src/arithm.cpp     div_i(src1, step1, src2, step2, dst, step, sz, *(const double*)scale);
sz               3594 modules/core/src/arithm.cpp                     int* dst, size_t step, Size sz, void* scale)
sz               3596 modules/core/src/arithm.cpp     div_i(src1, step1, src2, step2, dst, step, sz, *(const double*)scale);
sz               3600 modules/core/src/arithm.cpp                     float* dst, size_t step, Size sz, void* scale)
sz               3602 modules/core/src/arithm.cpp     div_f(src1, step1, src2, step2, dst, step, sz, *(const double*)scale);
sz               3606 modules/core/src/arithm.cpp                     double* dst, size_t step, Size sz, void* scale)
sz               3608 modules/core/src/arithm.cpp     div_f(src1, step1, src2, step2, dst, step, sz, *(const double*)scale);
sz               3612 modules/core/src/arithm.cpp                   uchar* dst, size_t step, Size sz, void* scale)
sz               3614 modules/core/src/arithm.cpp     recip_i(src1, step1, src2, step2, dst, step, sz, *(const double*)scale);
sz               3618 modules/core/src/arithm.cpp                   schar* dst, size_t step, Size sz, void* scale)
sz               3620 modules/core/src/arithm.cpp     recip_i(src1, step1, src2, step2, dst, step, sz, *(const double*)scale);
sz               3624 modules/core/src/arithm.cpp                    ushort* dst, size_t step, Size sz, void* scale)
sz               3626 modules/core/src/arithm.cpp     recip_i(src1, step1, src2, step2, dst, step, sz, *(const double*)scale);
sz               3630 modules/core/src/arithm.cpp                    short* dst, size_t step, Size sz, void* scale)
sz               3632 modules/core/src/arithm.cpp     recip_i(src1, step1, src2, step2, dst, step, sz, *(const double*)scale);
sz               3636 modules/core/src/arithm.cpp                    int* dst, size_t step, Size sz, void* scale)
sz               3638 modules/core/src/arithm.cpp     recip_i(src1, step1, src2, step2, dst, step, sz, *(const double*)scale);
sz               3642 modules/core/src/arithm.cpp                    float* dst, size_t step, Size sz, void* scale)
sz               3644 modules/core/src/arithm.cpp     recip_f(src1, step1, src2, step2, dst, step, sz, *(const double*)scale);
sz               3648 modules/core/src/arithm.cpp                    double* dst, size_t step, Size sz, void* scale)
sz               3650 modules/core/src/arithm.cpp     recip_f(src1, step1, src2, step2, dst, step, sz, *(const double*)scale);
sz               4091 modules/core/src/arithm.cpp                            schar* dst, size_t step, Size sz, void* scalars )
sz               4093 modules/core/src/arithm.cpp     addWeighted_<schar, float>(src1, step1, src2, step2, dst, step, sz, scalars);
sz               4097 modules/core/src/arithm.cpp                             ushort* dst, size_t step, Size sz, void* scalars )
sz               4099 modules/core/src/arithm.cpp     addWeighted_<ushort, float>(src1, step1, src2, step2, dst, step, sz, scalars);
sz               4103 modules/core/src/arithm.cpp                             short* dst, size_t step, Size sz, void* scalars )
sz               4105 modules/core/src/arithm.cpp     addWeighted_<short, float>(src1, step1, src2, step2, dst, step, sz, scalars);
sz               4109 modules/core/src/arithm.cpp                             int* dst, size_t step, Size sz, void* scalars )
sz               4111 modules/core/src/arithm.cpp     addWeighted_<int, double>(src1, step1, src2, step2, dst, step, sz, scalars);
sz               4115 modules/core/src/arithm.cpp                             float* dst, size_t step, Size sz, void* scalars )
sz               4117 modules/core/src/arithm.cpp     addWeighted_<float, double>(src1, step1, src2, step2, dst, step, sz, scalars);
sz               4121 modules/core/src/arithm.cpp                             double* dst, size_t step, Size sz, void* scalars )
sz               4123 modules/core/src/arithm.cpp     addWeighted_<double, double>(src1, step1, src2, step2, dst, step, sz, scalars);
sz               5022 modules/core/src/arithm.cpp         Size sz = getContinuousSize(src1, src2, dst, src1.channels());
sz               5023 modules/core/src/arithm.cpp         getCmpFunc(src1.depth())(src1.ptr(), src1.step, src2.ptr(), src2.step, dst.ptr(), dst.step, sz, &op);
sz               5545 modules/core/src/arithm.cpp                              const uchar* src3, size_t step3, uchar* dst, size_t step, Size sz );
sz               1713 modules/core/src/array.cpp                 int sz = mat->dim[j].size;
sz               1714 modules/core/src/array.cpp                 if( sz )
sz               1716 modules/core/src/array.cpp                     int t = idx/sz;
sz               1717 modules/core/src/array.cpp                     ptr += (idx - t*sz)*mat->dim[j].step;
sz               5553 modules/core/src/convert.cpp         Size sz = getContinuousSize(src, dst, cn);
sz               5554 modules/core/src/convert.cpp         func( src.ptr(), src.step, 0, 0, dst.ptr(), dst.step, sz, scale );
sz               5561 modules/core/src/convert.cpp         Size sz((int)it.size*cn, 1);
sz               5564 modules/core/src/convert.cpp             func( ptrs[0], 0, 0, 0, ptrs[1], 0, sz, scale );
sz               5595 modules/core/src/convert.cpp         Size sz = getContinuousSize(src, dst, cn);
sz               5596 modules/core/src/convert.cpp         func( src.data, src.step, 0, 0, dst.data, dst.step, sz, scale );
sz               5605 modules/core/src/convert.cpp         Size sz((int)(it.size*cn), 1);
sz               5608 modules/core/src/convert.cpp             func(ptrs[0], 1, 0, 0, ptrs[1], 1, sz, scale);
sz               5748 modules/core/src/convert.cpp         IppiSize sz = { width, dst.rows };
sz               5751 modules/core/src/convert.cpp         if (fn(src.data, (int)src.step[0], dst.data, (int)dst.step[0], sz, lut_.data, 8) < 0)
sz                297 modules/core/src/copy.cpp         size_t i, sz[CV_MAX_DIM], dstofs[CV_MAX_DIM], esz = elemSize();
sz                299 modules/core/src/copy.cpp             sz[i] = size.p[i];
sz                300 modules/core/src/copy.cpp         sz[dims-1] *= esz;
sz                303 modules/core/src/copy.cpp         dst.u->currAllocator->upload(dst.u, data, dims, sz, dstofs, dst.step.p, step.p);
sz                319 modules/core/src/copy.cpp             Size sz = getContinuousSize(*this, dst);
sz                320 modules/core/src/copy.cpp             size_t len = sz.width*elemSize();
sz                325 modules/core/src/copy.cpp                 if (ippiCopy_8u_C1R(sptr, (int)step, dptr, (int)dst.step, ippiSize((int)len, sz.height)) >= 0)
sz                334 modules/core/src/copy.cpp             for( ; sz.height--; sptr += step, dptr += dst.step )
sz                350 modules/core/src/copy.cpp         size_t sz = it.size*elemSize();
sz                353 modules/core/src/copy.cpp             memcpy(ptrs[1], ptrs[0], sz);
sz                383 modules/core/src/copy.cpp         Size sz = getContinuousSize(*this, dst, mask, mcn);
sz                384 modules/core/src/copy.cpp         copymask(data, step, mask.data, mask.step, dst.data, dst.step, sz, &esz);
sz                391 modules/core/src/copy.cpp     Size sz((int)(it.size*mcn), 1);
sz                394 modules/core/src/copy.cpp         copymask(ptrs[0], 0, ptrs[2], 0, ptrs[1], 0, sz, &esz);
sz                450 modules/core/src/copy.cpp                 size_t sz = MIN(blockSize, elsize - j);
sz                451 modules/core/src/copy.cpp                 memcpy( dptr + j, scalar, sz );
sz                571 modules/core/src/copy.cpp             Size sz(std::min(blockSize0, totalsz - j), 1);
sz                572 modules/core/src/copy.cpp             size_t blockSize = sz.width*esz;
sz                575 modules/core/src/copy.cpp                 copymask(scbuf, 0, ptrs[1], 0, ptrs[0], 0, sz, &esz);
sz                576 modules/core/src/copy.cpp                 ptrs[1] += sz.width;
sz               2591 modules/core/src/dxt.cpp         int i, len, count, sz = 0;
sz               2610 modules/core/src/dxt.cpp             sz = 2*len*complex_elem_size;
sz               2654 modules/core/src/dxt.cpp                 sz += worksize;
sz               2666 modules/core/src/dxt.cpp             sz += len*(complex_elem_size + sizeof(int));
sz               2669 modules/core/src/dxt.cpp                 sz += (factors[i]+1)*complex_elem_size;
sz               2675 modules/core/src/dxt.cpp                 sz += len*complex_elem_size;
sz               2680 modules/core/src/dxt.cpp         buf.allocate( sz + 32 );
sz               3537 modules/core/src/dxt.cpp             int sz;
sz               3542 modules/core/src/dxt.cpp             sz = len*elem_size;
sz               3543 modules/core/src/dxt.cpp             sz += (len/2 + 1)*complex_elem_size;
sz               3548 modules/core/src/dxt.cpp                 sz += len*(complex_elem_size + sizeof(int)) + complex_elem_size;
sz               3555 modules/core/src/dxt.cpp                     sz += (factors[i]+1)*complex_elem_size;
sz               3558 modules/core/src/dxt.cpp                     sz += len*elem_size;
sz               3561 modules/core/src/dxt.cpp             buf.allocate( sz + 32 );
sz               2364 modules/core/src/matmul.cpp     int sz = size.width * size.height, esz = (int)data[0].elemSize();
sz               2381 modules/core/src/matmul.cpp     Mat _data(nsamples, sz, type);
sz               2387 modules/core/src/matmul.cpp             memcpy( _data.ptr(i), data[i].ptr(), sz*esz );
sz               2491 modules/core/src/matmul.cpp     Size sz = v1.size();
sz               2492 modules/core/src/matmul.cpp     int i, j, len = sz.width*sz.height*v1.channels();
sz               2497 modules/core/src/matmul.cpp         sz == v2.size() && len == icovar.rows && len == icovar.cols );
sz               2499 modules/core/src/matmul.cpp     sz.width *= v1.channels();
sz               2502 modules/core/src/matmul.cpp         sz.width *= sz.height;
sz               2503 modules/core/src/matmul.cpp         sz.height = 1;
sz               2516 modules/core/src/matmul.cpp         for( ; sz.height--; src1 += step1, src2 += step2, diff += sz.width )
sz               2518 modules/core/src/matmul.cpp             for( i = 0; i < sz.width; i++ )
sz               2547 modules/core/src/matmul.cpp         for( ; sz.height--; src1 += step1, src2 += step2, diff += sz.width )
sz               2549 modules/core/src/matmul.cpp             for( i = 0; i < sz.width; i++ )
sz                202 modules/core/src/matop.cpp     static void makeExpr(MatExpr& res, int method, Size sz, int type, double alpha=1);
sz               1585 modules/core/src/matop.cpp inline void MatOp_Initializer::makeExpr(MatExpr& res, int method, Size sz, int type, double alpha)
sz               1587 modules/core/src/matop.cpp     res = MatExpr(getGlobalMatOpInitializer(), method, Mat(sz, type, (void*)0), Mat(), Mat(), alpha, 0);
sz                 68 modules/core/src/matrix.cpp          int dims, const size_t sz[],
sz                 78 modules/core/src/matrix.cpp         CV_Assert( sz[i] <= (size_t)INT_MAX );
sz                 79 modules/core/src/matrix.cpp         if( sz[i] == 0 )
sz                 83 modules/core/src/matrix.cpp         isz[i] = (int)sz[i];
sz                 99 modules/core/src/matrix.cpp void MatAllocator::upload(UMatData* u, const void* srcptr, int dims, const size_t sz[],
sz                109 modules/core/src/matrix.cpp         CV_Assert( sz[i] <= (size_t)INT_MAX );
sz                110 modules/core/src/matrix.cpp         if( sz[i] == 0 )
sz                114 modules/core/src/matrix.cpp         isz[i] = (int)sz[i];
sz                129 modules/core/src/matrix.cpp void MatAllocator::copy(UMatData* usrc, UMatData* udst, int dims, const size_t sz[],
sz                140 modules/core/src/matrix.cpp         CV_Assert( sz[i] <= (size_t)INT_MAX );
sz                141 modules/core/src/matrix.cpp         if( sz[i] == 0 )
sz                147 modules/core/src/matrix.cpp         isz[i] = (int)sz[i];
sz               1145 modules/core/src/matrix.cpp         return Mat(sz, flags, obj);
sz               1290 modules/core/src/matrix.cpp         size_t i, n = sz.height, esz = CV_ELEM_SIZE(flags);
sz               1294 modules/core/src/matrix.cpp             mv[i] = Mat(1, sz.width, CV_MAT_TYPE(flags), (uchar*)obj + esz*sz.width*i);
sz               1487 modules/core/src/matrix.cpp         return sz;
sz               2287 modules/core/src/matrix.cpp         CV_Assert( d == 2 && ((sizes[0] == sz.height && sizes[1] == sz.width) ||
sz               2288 modules/core/src/matrix.cpp                                  (allowTransposed && sizes[0] == sz.width && sizes[1] == sz.height)));
sz               2927 modules/core/src/matrix.cpp transpose_( const uchar* src, size_t sstep, uchar* dst, size_t dstep, Size sz )
sz               2929 modules/core/src/matrix.cpp     int i=0, j, m = sz.width, n = sz.height;
sz               2995 modules/core/src/matrix.cpp typedef void (*TransposeFunc)( const uchar* src, size_t sstep, uchar* dst, size_t dstep, Size sz );
sz               2999 modules/core/src/matrix.cpp static void transpose_##suffix( const uchar* src, size_t sstep, uchar* dst, size_t dstep, Size sz ) \
sz               3000 modules/core/src/matrix.cpp { transpose_<type>(src, sstep, dst, dstep, sz); } \
sz               5198 modules/core/src/matrix.cpp     size_t i = hashidx + 1, sz = hdr.hashtab.size();
sz               5199 modules/core/src/matrix.cpp     for( ; i < sz; i++ )
sz               5209 modules/core/src/matrix.cpp     hashidx = sz;
sz               1825 modules/core/src/ocl.cpp         size_t sz = 0;
sz               1827 modules/core/src/ocl.cpp         return clGetDeviceInfo(handle, prop, sizeof(temp), &temp, &sz) == CL_SUCCESS &&
sz               1828 modules/core/src/ocl.cpp             sz == sizeof(temp) ? _TpOut(temp) : _TpOut();
sz               1834 modules/core/src/ocl.cpp         size_t sz = 0;
sz               1836 modules/core/src/ocl.cpp         return clGetDeviceInfo(handle, prop, sizeof(temp), &temp, &sz) == CL_SUCCESS &&
sz               1837 modules/core/src/ocl.cpp             sz == sizeof(temp) ? temp != 0 : false;
sz               1843 modules/core/src/ocl.cpp         size_t sz=0;
sz               1844 modules/core/src/ocl.cpp         return clGetDeviceInfo(handle, prop, sizeof(buf)-16, buf, &sz) == CL_SUCCESS &&
sz               1845 modules/core/src/ocl.cpp             sz < sizeof(buf) ? String(buf) : String();
sz               3068 modules/core/src/ocl.cpp     : flags(0), m(0), obj(0), sz(0), wscale(1), iwscale(1)
sz               3073 modules/core/src/ocl.cpp     : flags(_flags), m(_m), obj(_obj), sz(_sz), wscale(_wscale), iwscale(_iwscale)
sz               3248 modules/core/src/ocl.cpp int Kernel::set(int i, const void* value, size_t sz)
sz               3257 modules/core/src/ocl.cpp     cl_int retval = clSetKernelArg(p->handle, (cl_uint)i, sz, value);
sz               3356 modules/core/src/ocl.cpp     CV_OclDbgAssert(clSetKernelArg(p->handle, (cl_uint)i, arg.sz, arg.obj) == CL_SUCCESS);
sz               4684 modules/core/src/ocl.cpp     bool checkContinuous(int dims, const size_t sz[],
sz               4694 modules/core/src/ocl.cpp         total = sz[dims-1];
sz               4699 modules/core/src/ocl.cpp             total *= sz[i];
sz               4711 modules/core/src/ocl.cpp                 new_sz[0] = sz[1]; new_sz[1] = sz[0]; new_sz[2] = 1;
sz               4736 modules/core/src/ocl.cpp                 new_sz[0] = sz[2]; new_sz[1] = sz[1]; new_sz[2] = sz[0];
sz               4758 modules/core/src/ocl.cpp     void download(UMatData* u, void* dstptr, int dims, const size_t sz[],
sz               4768 modules/core/src/ocl.cpp             Mat::getStdAllocator()->download(u, dstptr, dims, sz, srcofs, srcstep, dststep);
sz               4779 modules/core/src/ocl.cpp         bool iscontinuous = checkContinuous(dims, sz, srcofs, srcstep, 0, dststep,
sz               4813 modules/core/src/ocl.cpp                     CV_Assert( sz[i] <= (size_t)INT_MAX );
sz               4814 modules/core/src/ocl.cpp                     if( sz[i] == 0 )
sz               4818 modules/core/src/ocl.cpp                     isz[i] = (int)sz[i];
sz               4844 modules/core/src/ocl.cpp             AlignedDataPtr<false, true> alignedPtr((uchar*)dstptr, sz[0] * dststep[0], CV_OPENCL_DATA_PTR_ALIGNMENT);
sz               4859 modules/core/src/ocl.cpp     void upload(UMatData* u, const void* srcptr, int dims, const size_t sz[],
sz               4873 modules/core/src/ocl.cpp         bool iscontinuous = checkContinuous(dims, sz, 0, srcstep, dstofs, dststep,
sz               4887 modules/core/src/ocl.cpp             Mat::getStdAllocator()->upload(u, srcptr, dims, sz, dstofs, dststep, srcstep);
sz               4925 modules/core/src/ocl.cpp                     CV_Assert( sz[i] <= (size_t)INT_MAX );
sz               4926 modules/core/src/ocl.cpp                     if( sz[i] == 0 )
sz               4930 modules/core/src/ocl.cpp                     isz[i] = (int)sz[i];
sz               4956 modules/core/src/ocl.cpp             AlignedDataPtr<true, false> alignedPtr((uchar*)srcptr, sz[0] * srcstep[0], CV_OPENCL_DATA_PTR_ALIGNMENT);
sz               4984 modules/core/src/ocl.cpp     void copy(UMatData* src, UMatData* dst, int dims, const size_t sz[],
sz               4995 modules/core/src/ocl.cpp         bool iscontinuous = checkContinuous(dims, sz, srcofs, srcstep, dstofs, dststep,
sz               5005 modules/core/src/ocl.cpp             upload(dst, src->data + srcrawofs, dims, sz, dstofs, dststep, srcstep);
sz               5010 modules/core/src/ocl.cpp             download(src, dst->data + dstrawofs, dims, sz, srcofs, srcstep, dststep);
sz               5059 modules/core/src/ocl.cpp                         CV_Assert( sz[i] <= (size_t)INT_MAX );
sz               5060 modules/core/src/ocl.cpp                         if( sz[i] == 0 )
sz               5064 modules/core/src/ocl.cpp                         isz[i] = (int)sz[i];
sz               5090 modules/core/src/ocl.cpp                     upload(dst, src->data + srcrawofs, dims, sz, dstofs, dststep, srcstep);
sz               5096 modules/core/src/ocl.cpp                     download(src, dst->data + dstrawofs, dims, sz, srcofs, srcstep, dststep);
sz               5200 modules/core/src/ocl.cpp         size_t sz=0;
sz               5201 modules/core/src/ocl.cpp         return clGetPlatformInfo(handle, prop, sizeof(buf)-16, buf, &sz) == CL_SUCCESS &&
sz               5202 modules/core/src/ocl.cpp             sz < sizeof(buf) ? String(buf) : String();
sz                 80 modules/core/src/precomp.hpp                        uchar* dst, size_t step, Size sz,
sz                156 modules/core/src/precomp.hpp     int64 sz = (int64)cols * rows * widthScale;
sz                158 modules/core/src/precomp.hpp         (int)sz == sz ? Size((int)sz, 1) : Size(cols * widthScale, rows);
sz                218 modules/core/src/precomp.hpp     Size sz = sc.size();
sz                219 modules/core/src/precomp.hpp     if(sz.width != 1 && sz.height != 1)
sz                224 modules/core/src/precomp.hpp     return sz == Size(1, 1) || sz == Size(1, cn) || sz == Size(cn, 1) ||
sz                225 modules/core/src/precomp.hpp            (sz == Size(1, 4) && sc.type() == CV_64F && cn <= 4);
sz                232 modules/core/src/precomp.hpp     Size sz = sc.size();
sz                233 modules/core/src/precomp.hpp     if(sz.width != 1 && sz.height != 1)
sz                238 modules/core/src/precomp.hpp     return sz == Size(1, 1) || sz == Size(1, cn) || sz == Size(cn, 1) ||
sz                239 modules/core/src/precomp.hpp            (sz == Size(1, 4) && sc.type() == CV_64F && cn <= 4);
sz                753 modules/core/src/rand.cpp     unsigned sz = (unsigned)_arr.total();
sz                757 modules/core/src/rand.cpp         for( unsigned i = 0; i < sz; i++ )
sz                759 modules/core/src/rand.cpp             unsigned j = (unsigned)rng % sz;
sz                775 modules/core/src/rand.cpp                 unsigned k1 = (unsigned)rng % sz;
sz               1162 modules/core/src/stat.cpp             IppiSize sz = { cols, rows };
sz               1186 modules/core/src/stat.cpp                 IppStatus ret = ippFuncHint ? ippFuncHint(src.ptr(), (int)src.step[0], sz, res, ippAlgHintAccurate) :
sz               1187 modules/core/src/stat.cpp                                 ippFuncNoHint(src.ptr(), (int)src.step[0], sz, res);
sz               1368 modules/core/src/stat.cpp             IppiSize sz = { cols, rows };
sz               1381 modules/core/src/stat.cpp                     if( ippFuncC1(src.ptr(), (int)src.step[0], mask.ptr(), (int)mask.step[0], sz, &res) >= 0 )
sz               1397 modules/core/src/stat.cpp                     if( ippFuncC3(src.ptr(), (int)src.step[0], mask.ptr(), (int)mask.step[0], sz, 1, &res1) >= 0 &&
sz               1398 modules/core/src/stat.cpp                         ippFuncC3(src.ptr(), (int)src.step[0], mask.ptr(), (int)mask.step[0], sz, 2, &res2) >= 0 &&
sz               1399 modules/core/src/stat.cpp                         ippFuncC3(src.ptr(), (int)src.step[0], mask.ptr(), (int)mask.step[0], sz, 3, &res3) >= 0 )
sz               1432 modules/core/src/stat.cpp                     IppStatus ret = ippFuncHint ? ippFuncHint(src.ptr(), (int)src.step[0], sz, res, ippAlgHintAccurate) :
sz               1433 modules/core/src/stat.cpp                                     ippFuncNoHint(src.ptr(), (int)src.step[0], sz, res);
sz               1665 modules/core/src/stat.cpp             IppiSize sz = { cols, rows };
sz               1677 modules/core/src/stat.cpp                     if( ippFuncC1(src.ptr(), (int)src.step[0], mask.ptr(), (int)mask.step[0], sz, pmean, pstddev) >= 0 )
sz               1692 modules/core/src/stat.cpp                     if( ippFuncC3(src.ptr(), (int)src.step[0], mask.ptr(), (int)mask.step[0], sz, 1, &pmean[0], &pstddev[0]) >= 0 &&
sz               1693 modules/core/src/stat.cpp                         ippFuncC3(src.ptr(), (int)src.step[0], mask.ptr(), (int)mask.step[0], sz, 2, &pmean[1], &pstddev[1]) >= 0 &&
sz               1694 modules/core/src/stat.cpp                         ippFuncC3(src.ptr(), (int)src.step[0], mask.ptr(), (int)mask.step[0], sz, 3, &pmean[2], &pstddev[2]) >= 0 )
sz               1714 modules/core/src/stat.cpp                     if( ippFuncC1(src.ptr(), (int)src.step[0], sz, pmean, pstddev) >= 0 )
sz               1729 modules/core/src/stat.cpp                     if( ippFuncC3(src.ptr(), (int)src.step[0], sz, 1, &pmean[0], &pstddev[0]) >= 0 &&
sz               1730 modules/core/src/stat.cpp                         ippFuncC3(src.ptr(), (int)src.step[0], sz, 2, &pmean[1], &pstddev[1]) >= 0 &&
sz               1731 modules/core/src/stat.cpp                         ippFuncC3(src.ptr(), (int)src.step[0], sz, 3, &pmean[2], &pstddev[2]) >= 0 )
sz               1940 modules/core/src/stat.cpp             int sz = a.size[i];
sz               1941 modules/core/src/stat.cpp             idx[i] = (int)(ofs % sz);
sz               1942 modules/core/src/stat.cpp             ofs /= sz;
sz               2206 modules/core/src/stat.cpp             IppiSize sz = { cols * cn, rows };
sz               2225 modules/core/src/stat.cpp                     if( ippFuncC1(src.ptr(), (int)src.step[0], mask.ptr(), (int)mask.step[0], sz, &min, &max, &minp, &maxp) >= 0 )
sz               2268 modules/core/src/stat.cpp                     if( ippFuncC1(src.ptr(), (int)src.step[0], sz, &min, &max, &minp, &maxp) >= 0 )
sz               2644 modules/core/src/stat.cpp             IppiSize sz = { cols, rows };
sz               2671 modules/core/src/stat.cpp                     if( ippFuncC1(src.ptr(), (int)src.step[0], mask.ptr(), (int)mask.step[0], sz, &norm) >= 0 )
sz               2776 modules/core/src/stat.cpp                     IppStatus ret = ippFuncHint ? ippFuncHint(src.ptr(), (int)src.step[0], sz, norm_array, ippAlgHintAccurate) :
sz               2777 modules/core/src/stat.cpp                                     ippFuncNoHint(src.ptr(), (int)src.step[0], sz, norm_array);
sz               3023 modules/core/src/stat.cpp                 IppiSize sz = { cols, rows };
sz               3054 modules/core/src/stat.cpp                         if( ippFuncC1(src1.ptr(), (int)src1.step[0], src2.ptr(), (int)src2.step[0], mask.ptr(), (int)mask.step[0], sz, &norm) >= 0 )
sz               3093 modules/core/src/stat.cpp                         if( ippFuncNoHint(src1.ptr(), (int)src1.step[0], src2.ptr(), (int)src2.step[0], sz, &norm) >= 0 )
sz               3103 modules/core/src/stat.cpp                         if( ippFuncHint(src1.ptr(), (int)src1.step[0], src2.ptr(), (int)src2.step[0], sz, &norm, ippAlgHintAccurate) >= 0 )
sz               3135 modules/core/src/stat.cpp             IppiSize sz = { cols, rows };
sz               3164 modules/core/src/stat.cpp                     if( ippFuncC1(src1.ptr(), (int)src1.step[0], src2.ptr(), (int)src2.step[0], mask.ptr(), (int)mask.step[0], sz, &norm) >= 0 )
sz               3195 modules/core/src/stat.cpp                     if( ippFuncC3(src1.data, (int)src1.step[0], src2.data, (int)src2.step[0], mask.data, (int)mask.step[0], sz, 1, &norm1) >= 0 &&
sz               3196 modules/core/src/stat.cpp                         ippFuncC3(src1.data, (int)src1.step[0], src2.data, (int)src2.step[0], mask.data, (int)mask.step[0], sz, 2, &norm2) >= 0 &&
sz               3197 modules/core/src/stat.cpp                         ippFuncC3(src1.data, (int)src1.step[0], src2.data, (int)src2.step[0], mask.data, (int)mask.step[0], sz, 3, &norm3) >= 0)
sz               3272 modules/core/src/stat.cpp                     IppStatus ret = ippFuncHint ? ippFuncHint(src1.ptr(), (int)src1.step[0], src2.ptr(), (int)src2.step[0], sz, norm_array, ippAlgHintAccurate) :
sz               3273 modules/core/src/stat.cpp                                     ippFuncNoHint(src1.ptr(), (int)src1.step[0], src2.ptr(), (int)src2.step[0], sz, norm_array);
sz                636 modules/core/src/umatrix.cpp     size_t i, sz[CV_MAX_DIM], srcofs[CV_MAX_DIM], dstofs[CV_MAX_DIM], esz = elemSize();
sz                638 modules/core/src/umatrix.cpp         sz[i] = size.p[i];
sz                639 modules/core/src/umatrix.cpp     sz[dims-1] *= esz;
sz                654 modules/core/src/umatrix.cpp             u->currAllocator->copy(u, dst.u, dims, sz, srcofs, step.p, dstofs, dst.step.p, false);
sz                660 modules/core/src/umatrix.cpp     u->currAllocator->download(u, dst.ptr(), dims, sz, srcofs, step.p, dst.step.p);
sz                929 modules/core/src/umatrix.cpp UMat UMat::zeros(int ndims, const int* sz, int type)
sz                931 modules/core/src/umatrix.cpp     return UMat(ndims, sz, type, Scalar::all(0));
sz                944 modules/core/src/umatrix.cpp UMat UMat::ones(int ndims, const int* sz, int type)
sz                946 modules/core/src/umatrix.cpp     return UMat(ndims, sz, type, Scalar(1));
sz                  6 modules/core/test/test_io.cpp static SparseMat cvTsGetRandomSparseMat(int dims, const int* sz, int type,
sz                  9 modules/core/test/test_io.cpp     SparseMat m(dims, sz, type);
sz                 16 modules/core/test/test_io.cpp             idx[j] = cvtest::randInt(rng) % sz[j];
sz                147 modules/core/test/test_io.cpp             int sz[] = {
sz                152 modules/core/test/test_io.cpp             MatND test_mat_nd(3, sz, CV_MAKETYPE(depth, cn));
sz                 16 modules/core/test/test_mat.cpp     int checkCase( int srcType, int dstType, int dim, Size sz );
sz                 17 modules/core/test/test_mat.cpp     int checkDim( int dim, Size sz );
sz                 18 modules/core/test/test_mat.cpp     int checkSize( Size sz );
sz                165 modules/core/test/test_mat.cpp int Core_ReduceTest::checkCase( int srcType, int dstType, int dim, Size sz )
sz                170 modules/core/test/test_mat.cpp     src.create( sz, srcType );
sz                209 modules/core/test/test_mat.cpp int Core_ReduceTest::checkDim( int dim, Size sz )
sz                214 modules/core/test/test_mat.cpp     tempCode = checkCase( CV_8UC1, CV_8UC1, dim, sz );
sz                217 modules/core/test/test_mat.cpp     tempCode = checkCase( CV_8UC1, CV_32SC1, dim, sz );
sz                220 modules/core/test/test_mat.cpp     tempCode = checkCase( CV_8UC1, CV_32FC1, dim, sz );
sz                223 modules/core/test/test_mat.cpp     tempCode = checkCase( CV_8UC1, CV_64FC1, dim, sz );
sz                227 modules/core/test/test_mat.cpp     tempCode = checkCase( CV_16UC1, CV_32FC1, dim, sz );
sz                230 modules/core/test/test_mat.cpp     tempCode = checkCase( CV_16UC1, CV_64FC1, dim, sz );
sz                234 modules/core/test/test_mat.cpp     tempCode = checkCase( CV_16SC1, CV_32FC1, dim, sz );
sz                237 modules/core/test/test_mat.cpp     tempCode = checkCase( CV_16SC1, CV_64FC1, dim, sz );
sz                241 modules/core/test/test_mat.cpp     tempCode = checkCase( CV_32FC1, CV_32FC1, dim, sz );
sz                244 modules/core/test/test_mat.cpp     tempCode = checkCase( CV_32FC1, CV_64FC1, dim, sz );
sz                248 modules/core/test/test_mat.cpp     tempCode = checkCase( CV_64FC1, CV_64FC1, dim, sz );
sz                254 modules/core/test/test_mat.cpp int Core_ReduceTest::checkSize( Size sz )
sz                258 modules/core/test/test_mat.cpp     tempCode = checkDim( 0, sz ); // rows
sz                261 modules/core/test/test_mat.cpp     tempCode = checkDim( 1, sz ); // cols
sz                296 modules/core/test/test_mat.cpp         const Size sz(200, 500);
sz                303 modules/core/test/test_mat.cpp         Mat rPoints(sz, CV_32FC1), rTestPoints(sz, CV_32FC1);
sz                315 modules/core/test/test_mat.cpp         Mat avg(1, sz.width, CV_32FC1 );
sz               1256 modules/core/test/test_mat.cpp     int sz[] = { n, n };
sz               1257 modules/core/test/test_mat.cpp     SparseMat m(2, sz, CV_64F);
sz                523 modules/core/test/test_math.cpp     CvSize sz;
sz                528 modules/core/test/test_math.cpp         sz = Size(1,1);
sz                530 modules/core/test/test_math.cpp         sz = Size(3,1);
sz                532 modules/core/test/test_math.cpp         sz = Size(1,3);
sz                534 modules/core/test/test_math.cpp     sizes[INPUT][0] = sizes[INPUT][1] = sizes[OUTPUT][0] = sizes[REF_OUTPUT][0] = sz;
sz                 72 modules/core/test/test_operations.cpp     template<typename _Tp> void TestType(Size sz, _Tp value);
sz                112 modules/core/test/test_operations.cpp template<typename _Tp> void CV_OperationsTest::TestType(Size sz, _Tp value)
sz                114 modules/core/test/test_operations.cpp     cv::Mat_<_Tp> m(sz);
sz                115 modules/core/test/test_operations.cpp     CV_Assert(m.cols == sz.width && m.rows == sz.height && m.depth() == DataType<_Tp>::depth &&
sz                118 modules/core/test/test_operations.cpp     for( int y = 0; y < sz.height; y++ )
sz                119 modules/core/test/test_operations.cpp         for( int x = 0; x < sz.width; x++ )
sz                125 modules/core/test/test_operations.cpp     CV_Assert( s == (double)sz.width*sz.height );
sz                977 modules/core/test/test_operations.cpp         Size sz(10, 20);
sz                978 modules/core/test/test_operations.cpp         if (sz.area() != 200) throw test_excep();
sz                979 modules/core/test/test_operations.cpp         if (sz.width != 10 || sz.height != 20) throw test_excep();
sz                980 modules/core/test/test_operations.cpp         if (((CvSize)sz).width != 10 || ((CvSize)sz).height != 20) throw test_excep();
sz                168 modules/core/test/test_rand.cpp             int sz = 0, dsz = 0, slice;
sz                169 modules/core/test/test_rand.cpp             for( slice = 0; slice < maxSlice; slice++, sz += dsz )
sz                171 modules/core/test/test_rand.cpp                 dsz = slice+1 < maxSlice ? (int)(cvtest::randInt(rng) % (SZ - sz + 1)) : SZ - sz;
sz                172 modules/core/test/test_rand.cpp                 Mat aslice = arr[k].colRange(sz, sz + dsz);
sz                 97 modules/core/test/test_umat.cpp     int *sz = _sz;
sz                100 modules/core/test/test_umat.cpp     ua.create(dims, sz, CV_MAKE_TYPE(new_depth, new_cn));
sz                104 modules/core/test/test_umat.cpp         ASSERT_EQ(ua.size[i], sz[i]);
sz                164 modules/core/test/test_umat.cpp     int sz[CV_MAX_DIM];
sz                168 modules/core/test/test_umat.cpp         sz[i] = randomInt(1,45);
sz                169 modules/core/test/test_umat.cpp         total *= (size_t)sz[i];
sz                172 modules/core/test/test_umat.cpp     ub = UMat(dims, sz, new_type);
sz                333 modules/core/test/test_umat.cpp         int sz[] = {new_rows, new_cols};
sz                336 modules/core/test/test_umat.cpp             EXPECT_ANY_THROW( ua.reshape(nChannels, ua.dims, sz) );
sz                340 modules/core/test/test_umat.cpp             EXPECT_NO_THROW ( ub = ua.reshape(nChannels, ua.dims, sz) );
sz                346 modules/core/test/test_umat.cpp             EXPECT_MAT_NEAR(ua.reshape(nChannels, ua.dims, sz), a.reshape(nChannels, a.dims, sz), 0);
sz                397 modules/core/test/test_umat.cpp     Size sz, usz;
sz                399 modules/core/test/test_umat.cpp     roi_a.locateROI(sz, p);
sz                401 modules/core/test/test_umat.cpp     ASSERT_EQ(sz, usz);
sz                534 modules/core/test/test_umat.cpp     const Size sz(1920, 1080);
sz                540 modules/core/test/test_umat.cpp         c->setMaxReservedSize(sz.area() * 10);
sz                543 modules/core/test/test_umat.cpp             UMat um(Size(sz.width + i, sz.height + i), CV_8UC1);
sz                544 modules/core/test/test_umat.cpp             UMat um2(Size(sz.width + 2 * i, sz.height + 2 * i), CV_8UC1);
sz                 95 modules/cudaarithm/src/core.cpp             NppiSize sz;
sz                 96 modules/cudaarithm/src/core.cpp             sz.width  = src.cols;
sz                 97 modules/cudaarithm/src/core.cpp             sz.height = src.rows;
sz                100 modules/cudaarithm/src/core.cpp                 dst.ptr<npp_t>(), static_cast<int>(dst.step), sz,
sz                470 modules/cudaarithm/src/element_operations.cpp         NppiSize sz;
sz                471 modules/cudaarithm/src/element_operations.cpp         sz.width = src.cols;
sz                472 modules/cudaarithm/src/element_operations.cpp         sz.height = src.rows;
sz                476 modules/cudaarithm/src/element_operations.cpp         nppSafeCall( func(src.ptr<Npp32fc>(), static_cast<int>(src.step), dst.ptr<Npp32f>(), static_cast<int>(dst.step), sz) );
sz                146 modules/cudaarithm/src/reductions.cpp     NppiSize sz;
sz                147 modules/cudaarithm/src/reductions.cpp     sz.width  = src.cols;
sz                148 modules/cudaarithm/src/reductions.cpp     sz.height = src.rows;
sz                152 modules/cudaarithm/src/reductions.cpp     nppSafeCall( nppiMeanStdDev8uC1RGetBufferHostSize(sz, &bufSize) );
sz                154 modules/cudaarithm/src/reductions.cpp     nppSafeCall( nppiMeanStdDevGetBufferHostSize_8u_C1R(sz, &bufSize) );
sz                162 modules/cudaarithm/src/reductions.cpp     nppSafeCall( nppiMean_StdDev_8u_C1R(src.ptr<Npp8u>(), static_cast<int>(src.step), sz, buf.ptr<Npp8u>(), dst.ptr<Npp64f>(), dst.ptr<Npp64f>() + 1) );
sz                195 modules/cudaarithm/src/reductions.cpp     NppiSize sz;
sz                196 modules/cudaarithm/src/reductions.cpp     sz.width = src.cols;
sz                197 modules/cudaarithm/src/reductions.cpp     sz.height = src.rows;
sz                210 modules/cudaarithm/src/reductions.cpp                 dst.ptr<Npp32f>(), static_cast<int>(dst.step), sz, nppRect) );
sz                614 modules/cudafeatures2d/src/orb.cpp             Size sz(cvRound(image.cols * scale), cvRound(image.rows * scale));
sz                616 modules/cudafeatures2d/src/orb.cpp             ensureSizeIsEnough(sz, image.type(), imagePyr_[level]);
sz                617 modules/cudafeatures2d/src/orb.cpp             ensureSizeIsEnough(sz, CV_8UC1, maskPyr_[level]);
sz                625 modules/cudafeatures2d/src/orb.cpp                     cuda::resize(image, imagePyr_[level], sz, 0, 0, INTER_LINEAR);
sz                628 modules/cudafeatures2d/src/orb.cpp                         cuda::resize(mask, maskPyr_[level], sz, 0, 0, INTER_LINEAR);
sz                632 modules/cudafeatures2d/src/orb.cpp                     cuda::resize(imagePyr_[level - 1], imagePyr_[level], sz, 0, 0, INTER_LINEAR);
sz                636 modules/cudafeatures2d/src/orb.cpp                         cuda::resize(maskPyr_[level - 1], maskPyr_[level], sz, 0, 0, INTER_LINEAR);
sz                650 modules/cudafeatures2d/src/orb.cpp             ensureSizeIsEnough(sz, CV_8UC1, buf_);
sz                652 modules/cudafeatures2d/src/orb.cpp             Rect inner(edgeThreshold_, edgeThreshold_, sz.width - 2 * edgeThreshold_, sz.height - 2 * edgeThreshold_);
sz               2199 modules/cudaimgproc/src/color.cpp     NppiSize sz;
sz               2200 modules/cudaimgproc/src/color.cpp     sz.width  = image.cols;
sz               2201 modules/cudaimgproc/src/color.cpp     sz.height = image.rows;
sz               2203 modules/cudaimgproc/src/color.cpp     nppSafeCall( nppiSwapChannels_8u_C4IR(image.ptr<Npp8u>(), static_cast<int>(image.step), sz, dstOrder) );
sz                291 modules/cudaimgproc/src/histogram.cpp             NppiSize sz;
sz                292 modules/cudaimgproc/src/histogram.cpp             sz.width = src.cols;
sz                293 modules/cudaimgproc/src/histogram.cpp             sz.height = src.rows;
sz                296 modules/cudaimgproc/src/histogram.cpp             get_buf_size(sz, levels, &buf_size);
sz                303 modules/cudaimgproc/src/histogram.cpp             nppSafeCall( func(src.ptr<src_t>(), static_cast<int>(src.step), sz, hist.ptr<Npp32s>(), levels,
sz                323 modules/cudaimgproc/src/histogram.cpp             NppiSize sz;
sz                324 modules/cudaimgproc/src/histogram.cpp             sz.width = src.cols;
sz                325 modules/cudaimgproc/src/histogram.cpp             sz.height = src.rows;
sz                330 modules/cudaimgproc/src/histogram.cpp             get_buf_size(sz, levels, &buf_size);
sz                337 modules/cudaimgproc/src/histogram.cpp             nppSafeCall( func(src.ptr<src_t>(), static_cast<int>(src.step), sz, pHist, levels, lowerLevel, upperLevel, buf.ptr<Npp8u>()) );
sz                395 modules/cudaimgproc/src/histogram.cpp             NppiSize sz;
sz                396 modules/cudaimgproc/src/histogram.cpp             sz.width = src.cols;
sz                397 modules/cudaimgproc/src/histogram.cpp             sz.height = src.rows;
sz                400 modules/cudaimgproc/src/histogram.cpp             get_buf_size(sz, levels.cols, &buf_size);
sz                407 modules/cudaimgproc/src/histogram.cpp             nppSafeCall( func(src.ptr<src_t>(), static_cast<int>(src.step), sz, hist.ptr<Npp32s>(), levels.ptr<level_t>(), levels.cols, buf.ptr<Npp8u>()) );
sz                436 modules/cudaimgproc/src/histogram.cpp             NppiSize sz;
sz                437 modules/cudaimgproc/src/histogram.cpp             sz.width = src.cols;
sz                438 modules/cudaimgproc/src/histogram.cpp             sz.height = src.rows;
sz                441 modules/cudaimgproc/src/histogram.cpp             get_buf_size(sz, nLevels, &buf_size);
sz                448 modules/cudaimgproc/src/histogram.cpp             nppSafeCall( func(src.ptr<src_t>(), static_cast<int>(src.step), sz, pHist, pLevels, nLevels, buf.ptr<Npp8u>()) );
sz                554 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp                                        size_t sz, cudaStream_t cuStream);
sz                183 modules/cudalegacy/src/NCV.cpp NCVStatus memSegCopyHelper(void *dst, NCVMemoryType dstType, const void *src, NCVMemoryType srcType, size_t sz, cudaStream_t cuStream)
sz                194 modules/cudalegacy/src/NCV.cpp             memcpy(dst, src, sz);
sz                200 modules/cudalegacy/src/NCV.cpp                 ncvAssertCUDAReturn(cudaMemcpyAsync(dst, src, sz, cudaMemcpyDeviceToHost, cuStream), NCV_CUDA_ERROR);
sz                204 modules/cudalegacy/src/NCV.cpp                 ncvAssertCUDAReturn(cudaMemcpy(dst, src, sz, cudaMemcpyDeviceToHost), NCV_CUDA_ERROR);
sz                219 modules/cudalegacy/src/NCV.cpp                 ncvAssertCUDAReturn(cudaMemcpyAsync(dst, src, sz, cudaMemcpyHostToDevice, cuStream), NCV_CUDA_ERROR);
sz                223 modules/cudalegacy/src/NCV.cpp                 ncvAssertCUDAReturn(cudaMemcpy(dst, src, sz, cudaMemcpyHostToDevice), NCV_CUDA_ERROR);
sz                230 modules/cudalegacy/src/NCV.cpp                 ncvAssertCUDAReturn(cudaMemcpyAsync(dst, src, sz, cudaMemcpyDeviceToDevice, cuStream), NCV_CUDA_ERROR);
sz                234 modules/cudalegacy/src/NCV.cpp                 ncvAssertCUDAReturn(cudaMemcpy(dst, src, sz, cudaMemcpyDeviceToDevice), NCV_CUDA_ERROR);
sz                401 modules/cudaobjdetect/src/hog.cpp             Size sz(cvRound(img.cols / scale), cvRound(img.rows / scale));
sz                404 modules/cudaobjdetect/src/hog.cpp             if (sz == img.size())
sz                410 modules/cudaobjdetect/src/hog.cpp                 smaller_img = pool.getBuffer(sz, img.type());
sz                 99 modules/cudev/include/opencv2/cudev/grid/reduce_to_vec.hpp     __device__ __forceinline__ static T result(T r, float sz)
sz                101 modules/cudev/include/opencv2/cudev/grid/reduce_to_vec.hpp         return saturate_cast<T>(r / sz);
sz                 96 modules/features2d/src/kaze/nldiffusion_functions.cpp   Size sz = Lx.size();
sz                 98 modules/features2d/src/kaze/nldiffusion_functions.cpp   for (int y = 0; y < sz.height; y++) {
sz                104 modules/features2d/src/kaze/nldiffusion_functions.cpp     for (int x = 0; x < sz.width; x++) {
sz                123 modules/features2d/src/kaze/nldiffusion_functions.cpp     Size sz = Lx.size();
sz                124 modules/features2d/src/kaze/nldiffusion_functions.cpp     dst.create(sz, Lx.type());
sz                127 modules/features2d/src/kaze/nldiffusion_functions.cpp     for(int y = 0; y < sz.height; y++) {
sz                131 modules/features2d/src/kaze/nldiffusion_functions.cpp         for(int x = 0; x < sz.width; x++) {
sz                149 modules/features2d/src/kaze/nldiffusion_functions.cpp   Size sz = Lx.size();
sz                151 modules/features2d/src/kaze/nldiffusion_functions.cpp   for (int y = 0; y < sz.height; y++) {
sz                157 modules/features2d/src/kaze/nldiffusion_functions.cpp     for (int x = 0; x < sz.width; x++) {
sz                182 modules/features2d/src/kaze/nldiffusion_functions.cpp   Size sz = Lx.size();
sz                184 modules/features2d/src/kaze/nldiffusion_functions.cpp   for (int y = 0; y < sz.height; y++) {
sz                190 modules/features2d/src/kaze/nldiffusion_functions.cpp     for (int x = 0; x < sz.width; x++) {
sz               1008 modules/features2d/src/orb.cpp         Size sz(cvRound(image.cols/scale), cvRound(image.rows/scale));
sz               1009 modules/features2d/src/orb.cpp         Size wholeSize(sz.width + border*2, sz.height + border*2);
sz               1016 modules/features2d/src/orb.cpp         Rect linfo(level_ofs.x + border, level_ofs.y + border, sz.width, sz.height);
sz               1033 modules/features2d/src/orb.cpp         Size sz(linfo.width, linfo.height);
sz               1034 modules/features2d/src/orb.cpp         Size wholeSize(sz.width + border*2, sz.height + border*2);
sz               1037 modules/features2d/src/orb.cpp         Mat currImg = extImg(Rect(border, border, sz.width, sz.height)), currMask;
sz               1042 modules/features2d/src/orb.cpp             currMask = extMask(Rect(border, border, sz.width, sz.height));
sz               1048 modules/features2d/src/orb.cpp             resize(prevImg, currImg, sz, 0, 0, INTER_LINEAR);
sz               1051 modules/features2d/src/orb.cpp                 resize(prevMask, currMask, sz, 0, 0, INTER_LINEAR);
sz                 77 modules/features2d/test/test_rotation_and_scale_invariance.cpp     Size sz(cvRound(diag), cvRound(diag));
sz                 82 modules/features2d/test/test_rotation_and_scale_invariance.cpp     warpPerspective(srcImage, dstImage, H, sz);
sz                 83 modules/features2d/test/test_rotation_and_scale_invariance.cpp     warpPerspective(srcMask, dstMask, H, sz);
sz                 69 modules/flann/include/opencv2/flann/dynamic_bitset.h     DynamicBitset(size_t sz)
sz                 71 modules/flann/include/opencv2/flann/dynamic_bitset.h         resize(sz);
sz                119 modules/flann/include/opencv2/flann/dynamic_bitset.h     void resize(size_t sz)
sz                121 modules/flann/include/opencv2/flann/dynamic_bitset.h         size_ = sz;
sz                122 modules/flann/include/opencv2/flann/dynamic_bitset.h         bitset_.resize(sz / cell_bit_size_ + 1);
sz                 73 modules/flann/include/opencv2/flann/heap.h     Heap(int sz)
sz                 75 modules/flann/include/opencv2/flann/heap.h         length = sz;
sz               1858 modules/highgui/src/window_w32.cpp     SIZE sz;
sz               1861 modules/highgui/src/window_w32.cpp     if (icvGetBitmapData(window, &sz, &channels, &data))
sz               1895 modules/highgui/src/window_w32.cpp         cv::Mat tmp; cv::flip(cv::Mat(sz.cy, sz.cx, CV_8UC(channels), data), tmp, 0);
sz                378 modules/imgcodecs/src/bitstrm.cpp         size_t sz = m_buf->size();
sz                379 modules/imgcodecs/src/bitstrm.cpp         m_buf->resize( sz + size );
sz                380 modules/imgcodecs/src/bitstrm.cpp         memcpy( &(*m_buf)[sz], m_start, size );
sz                498 modules/imgcodecs/src/grfmt_jpeg.cpp     size_t sz = dest->dst->size(), bufsz = dest->buf->size() - dest->pub.free_in_buffer;
sz                501 modules/imgcodecs/src/grfmt_jpeg.cpp         dest->dst->resize(sz + bufsz);
sz                502 modules/imgcodecs/src/grfmt_jpeg.cpp         memcpy( &(*dest->dst)[0] + sz, &(*dest->buf)[0], bufsz);
sz                510 modules/imgcodecs/src/grfmt_jpeg.cpp     size_t sz = dest->dst->size(), bufsz = dest->buf->size();
sz                511 modules/imgcodecs/src/grfmt_jpeg.cpp     dest->dst->resize(sz + bufsz);
sz                512 modules/imgcodecs/src/grfmt_jpeg.cpp     memcpy( &(*dest->dst)[0] + sz, &(*dest->buf)[0], bufsz);
sz               1050 modules/imgproc/misc/java/test/ImgprocTest.java         int sz = 512;
sz               1051 modules/imgproc/misc/java/test/ImgprocTest.java         Mat img = new Mat(sz, sz, CvType.CV_8U, new Scalar(128));
sz               1060 modules/imgproc/misc/java/test/ImgprocTest.java         int sz = 512;
sz               1061 modules/imgproc/misc/java/test/ImgprocTest.java         Mat img = new Mat(sz, sz, CvType.CV_8U, new Scalar(128));
sz               1078 modules/imgproc/misc/java/test/ImgprocTest.java         int sz = 512;
sz               1079 modules/imgproc/misc/java/test/ImgprocTest.java         Mat img = new Mat(sz, sz, CvType.CV_8U, new Scalar(0));
sz               1107 modules/imgproc/misc/java/test/ImgprocTest.java         int sz = 512;
sz               1108 modules/imgproc/misc/java/test/ImgprocTest.java         Mat img = new Mat(sz, sz, CvType.CV_8U, new Scalar(0));
sz               1110 modules/imgproc/misc/java/test/ImgprocTest.java         Point point2 = new Point(sz, sz);
sz               1111 modules/imgproc/misc/java/test/ImgprocTest.java         Point point3 = new Point(sz, 0);
sz               1112 modules/imgproc/misc/java/test/ImgprocTest.java         Point point4 = new Point(2*sz/3, sz/3);
sz                 22 modules/imgproc/perf/perf_bilateral.cpp     Size sz;
sz                 26 modules/imgproc/perf/perf_bilateral.cpp     sz         = get<0>(GetParam());
sz                 30 modules/imgproc/perf/perf_bilateral.cpp     Mat src(sz, type);
sz                 31 modules/imgproc/perf/perf_bilateral.cpp     Mat dst(sz, type);
sz                250 modules/imgproc/perf/perf_cvt_color.cpp     Size sz = get<0>(GetParam());
sz                255 modules/imgproc/perf/perf_cvt_color.cpp     Mat src(sz, CV_8UC(ch.scn));
sz                256 modules/imgproc/perf/perf_cvt_color.cpp     Mat dst(sz, CV_8UC(ch.dcn));
sz                261 modules/imgproc/perf/perf_cvt_color.cpp     int runs = sz.width <= 320 ? 100 : 5;
sz                281 modules/imgproc/perf/perf_cvt_color.cpp     Size sz = get<0>(GetParam());
sz                286 modules/imgproc/perf/perf_cvt_color.cpp     Mat src(sz, CV_8UC(ch.scn));
sz                287 modules/imgproc/perf/perf_cvt_color.cpp     Mat dst(sz, CV_8UC(ch.dcn));
sz                307 modules/imgproc/perf/perf_cvt_color.cpp     Size sz = get<0>(GetParam());
sz                311 modules/imgproc/perf/perf_cvt_color.cpp     Mat src(sz.height + sz.height / 2, sz.width, CV_8UC(ch.scn));
sz                312 modules/imgproc/perf/perf_cvt_color.cpp     Mat dst(sz, CV_8UC(ch.dcn));
sz                316 modules/imgproc/perf/perf_cvt_color.cpp     int runs = (sz.width <= 640) ? 8 : 1;
sz                332 modules/imgproc/perf/perf_cvt_color.cpp     Size sz = get<0>(GetParam());
sz                336 modules/imgproc/perf/perf_cvt_color.cpp     Mat src(sz, CV_8UC(ch.scn));
sz                337 modules/imgproc/perf/perf_cvt_color.cpp     Mat dst(sz.height + sz.height / 2, sz.width, CV_8UC(ch.dcn));
sz                342 modules/imgproc/perf/perf_cvt_color.cpp     int runs = (sz.width <= 640) ? 10 : 1;
sz                360 modules/imgproc/perf/perf_cvt_color.cpp     Size sz = get<0>(GetParam());
sz                363 modules/imgproc/perf/perf_cvt_color.cpp     Mat src(sz, CV_8UC1);
sz                364 modules/imgproc/perf/perf_cvt_color.cpp     Mat dst(sz, CV_8UC3);
sz                 24 modules/imgproc/perf/perf_filter2d.cpp     Size sz;
sz                 26 modules/imgproc/perf/perf_filter2d.cpp     sz         = get<0>(GetParam());
sz                 30 modules/imgproc/perf/perf_filter2d.cpp     Mat src(sz, CV_8UC4);
sz                 31 modules/imgproc/perf/perf_filter2d.cpp     Mat dst(sz, CV_8UC4);
sz                 20 modules/imgproc/perf/perf_integral.cpp     Size sz = get<0>(GetParam());
sz                 24 modules/imgproc/perf/perf_integral.cpp     Mat src(sz, matType);
sz                 25 modules/imgproc/perf/perf_integral.cpp     Mat sum(sz, sdepth);
sz                 42 modules/imgproc/perf/perf_integral.cpp     Size sz = get<0>(GetParam());
sz                 46 modules/imgproc/perf/perf_integral.cpp     Mat src(sz, matType);
sz                 47 modules/imgproc/perf/perf_integral.cpp     Mat sum(sz, sdepth);
sz                 48 modules/imgproc/perf/perf_integral.cpp     Mat sqsum(sz, sdepth);
sz                 67 modules/imgproc/perf/perf_integral.cpp     Size sz = get<0>(GetParam());
sz                 71 modules/imgproc/perf/perf_integral.cpp     Mat src(sz, matType);
sz                 72 modules/imgproc/perf/perf_integral.cpp     Mat sum(sz, sdepth);
sz                 73 modules/imgproc/perf/perf_integral.cpp     Mat sqsum(sz, sdepth);
sz                 74 modules/imgproc/perf/perf_integral.cpp     Mat tilted(sz, sdepth);
sz                 14 modules/imgproc/perf/perf_morph.cpp     Size sz = get<0>(GetParam());
sz                 17 modules/imgproc/perf/perf_morph.cpp     Mat src(sz, type);
sz                 18 modules/imgproc/perf/perf_morph.cpp     Mat dst(sz, type);
sz                 22 modules/imgproc/perf/perf_morph.cpp     int runs = (sz.width <= 320) ? 15 : 1;
sz                 30 modules/imgproc/perf/perf_morph.cpp     Size sz = get<0>(GetParam());
sz                 33 modules/imgproc/perf/perf_morph.cpp     Mat src(sz, type);
sz                 34 modules/imgproc/perf/perf_morph.cpp     Mat dst(sz, type);
sz                 15 modules/imgproc/perf/perf_pyramids.cpp     Size sz = get<0>(GetParam());
sz                 20 modules/imgproc/perf/perf_pyramids.cpp     Mat src(sz, matType);
sz                 21 modules/imgproc/perf/perf_pyramids.cpp     Mat dst((sz.height + 1)/2, (sz.width + 1)/2, matType);
sz                 36 modules/imgproc/perf/perf_pyramids.cpp     Size sz = get<0>(GetParam());
sz                 41 modules/imgproc/perf/perf_pyramids.cpp     Mat src(sz, matType);
sz                 42 modules/imgproc/perf/perf_pyramids.cpp     Mat dst(sz.height*2, sz.width*2, matType);
sz                 57 modules/imgproc/perf/perf_pyramids.cpp     Size sz = get<0>(GetParam());
sz                 62 modules/imgproc/perf/perf_pyramids.cpp     Mat src(sz, matType);
sz                 23 modules/imgproc/perf/perf_remap.cpp     Size sz;
sz                 26 modules/imgproc/perf/perf_remap.cpp     sz         = get<0>(GetParam());
sz                 31 modules/imgproc/perf/perf_remap.cpp     Mat src(sz, src_type), dst(sz, src_type), map1(sz, map1_type), map2;
sz                 33 modules/imgproc/perf/perf_remap.cpp         map2.create(sz, CV_32FC1);
sz                 36 modules/imgproc/perf/perf_remap.cpp         map2.create(sz, CV_16UC1);
sz                 66 modules/imgproc/perf/perf_remap.cpp     int runs = (sz.width <= 640) ? 3 : 1;
sz                 23 modules/imgproc/perf/perf_threshold.cpp     Size sz = get<0>(GetParam());
sz                 27 modules/imgproc/perf/perf_threshold.cpp     Mat src(sz, type);
sz                 28 modules/imgproc/perf/perf_threshold.cpp     Mat dst(sz, type);
sz                 35 modules/imgproc/perf/perf_threshold.cpp     int runs = (sz.width <= 640) ? 40 : 1;
sz                 45 modules/imgproc/perf/perf_threshold.cpp     Size sz = GetParam();
sz                 47 modules/imgproc/perf/perf_threshold.cpp     Mat src(sz, CV_8UC1);
sz                 48 modules/imgproc/perf/perf_threshold.cpp     Mat dst(sz, CV_8UC1);
sz                 75 modules/imgproc/perf/perf_threshold.cpp     Size sz = get<0>(GetParam());
sz                 84 modules/imgproc/perf/perf_threshold.cpp     Mat src(sz, type);
sz                 85 modules/imgproc/perf/perf_threshold.cpp     Mat dst(sz, type);
sz                 31 modules/imgproc/perf/perf_warp.cpp     Size sz, szSrc(512, 512);
sz                 33 modules/imgproc/perf/perf_warp.cpp     sz         = get<0>(GetParam());
sz                 38 modules/imgproc/perf/perf_warp.cpp     Mat src(szSrc,CV_8UC4), dst(sz, CV_8UC4);
sz                 44 modules/imgproc/perf/perf_warp.cpp     TEST_CYCLE() warpAffine( src, dst, warpMat, sz, interType, borderMode, borderColor );
sz                 61 modules/imgproc/perf/perf_warp.cpp     Size sz, szSrc(512, 512);
sz                 63 modules/imgproc/perf/perf_warp.cpp     sz         = get<0>(GetParam());
sz                 68 modules/imgproc/perf/perf_warp.cpp     Mat src(szSrc,CV_8UC4), dst(sz, CV_8UC4);
sz                 76 modules/imgproc/perf/perf_warp.cpp     warpMat.at<double>(2, 0) = .3/sz.width;
sz                 77 modules/imgproc/perf/perf_warp.cpp     warpMat.at<double>(2, 1) = .3/sz.height;
sz                 82 modules/imgproc/perf/perf_warp.cpp     TEST_CYCLE() warpPerspective( src, dst, warpMat, sz, interType, borderMode, borderColor );
sz                457 modules/imgproc/src/canny.cpp                 int sz = (int)(stack_top - stack_bottom);
sz                458 modules/imgproc/src/canny.cpp                 maxsize = std::max(maxsize * 3/2, sz + src.cols);
sz                461 modules/imgproc/src/canny.cpp                 stack_top = stack_bottom + sz;
sz                537 modules/imgproc/src/canny.cpp                 int sz = (int)(stack_top - stack_bottom);
sz                541 modules/imgproc/src/canny.cpp                 stack_top = stack_bottom + sz;
sz                864 modules/imgproc/src/canny.cpp             int sz = (int)(stack_top - stack_bottom);
sz                865 modules/imgproc/src/canny.cpp             maxsize = std::max(maxsize * 3/2, sz + src.cols);
sz                868 modules/imgproc/src/canny.cpp             stack_top = stack_bottom + sz;
sz                932 modules/imgproc/src/canny.cpp             int sz = (int)(stack_top - stack_bottom);
sz                936 modules/imgproc/src/canny.cpp             stack_top = stack_bottom + sz;
sz               6682 modules/imgproc/src/color.cpp     Size sz = src.size(), dstSz = sz;
sz               6800 modules/imgproc/src/color.cpp         CV_Assert( sz.width % 2 == 0 && sz.height % 3 == 0 && depth == CV_8U );
sz               6808 modules/imgproc/src/color.cpp         dstSz = Size(sz.width, sz.height * 2 / 3);
sz               6818 modules/imgproc/src/color.cpp         CV_Assert( sz.width % 2 == 0 && sz.height % 3 == 0 && depth == CV_8U );
sz               6826 modules/imgproc/src/color.cpp         dstSz = Size(sz.width, sz.height * 2 / 3);
sz               6838 modules/imgproc/src/color.cpp         CV_Assert( sz.width % 2 == 0 && sz.height % 3 == 0 && depth == CV_8U );
sz               6840 modules/imgproc/src/color.cpp         dstSz = Size(sz.width, sz.height * 2 / 3);
sz               6858 modules/imgproc/src/color.cpp         CV_Assert( sz.width % 2 == 0 && sz.height % 2 == 0 );
sz               6860 modules/imgproc/src/color.cpp         dstSz = Size(sz.width, sz.height / 2 * 3);
sz               7281 modules/imgproc/src/color.cpp         _dst.create(sz, CV_MAKETYPE(depth, dcn));
sz               7341 modules/imgproc/src/color.cpp     Size sz = src.size();
sz               7353 modules/imgproc/src/color.cpp             _dst.create( sz, CV_MAKETYPE(depth, dcn));
sz               7435 modules/imgproc/src/color.cpp             _dst.create(sz, CV_8UC2);
sz               7505 modules/imgproc/src/color.cpp             _dst.create(sz, CV_MAKETYPE(depth, dcn));
sz               7565 modules/imgproc/src/color.cpp             _dst.create(sz, CV_MAKETYPE(depth, 1));
sz               7628 modules/imgproc/src/color.cpp             _dst.create(sz, CV_8UC1);
sz               7637 modules/imgproc/src/color.cpp             _dst.create(sz, CV_MAKETYPE(depth, dcn));
sz               7681 modules/imgproc/src/color.cpp             _dst.create(sz, CV_8UC2);
sz               7697 modules/imgproc/src/color.cpp             _dst.create(sz, CV_MAKETYPE(depth, 3));
sz               7771 modules/imgproc/src/color.cpp             _dst.create(sz, CV_MAKETYPE(depth, dcn));
sz               7832 modules/imgproc/src/color.cpp             _dst.create(sz, CV_MAKETYPE(depth, 3));
sz               7890 modules/imgproc/src/color.cpp             _dst.create(sz, CV_MAKETYPE(depth, dcn));
sz               7952 modules/imgproc/src/color.cpp             _dst.create(sz, CV_MAKETYPE(depth, 3));
sz               8070 modules/imgproc/src/color.cpp             _dst.create(sz, CV_MAKETYPE(depth, dcn));
sz               8181 modules/imgproc/src/color.cpp             _dst.create(sz, CV_MAKETYPE(depth, 3));
sz               8297 modules/imgproc/src/color.cpp             _dst.create(sz, CV_MAKETYPE(depth, dcn));
sz               8413 modules/imgproc/src/color.cpp                 CV_Assert( sz.width % 2 == 0 && sz.height % 3 == 0 && depth == CV_8U );
sz               8415 modules/imgproc/src/color.cpp                 Size dstSz(sz.width, sz.height * 2 / 3);
sz               8448 modules/imgproc/src/color.cpp                 CV_Assert( sz.width % 2 == 0 && sz.height % 3 == 0 && depth == CV_8U );
sz               8450 modules/imgproc/src/color.cpp                 Size dstSz(sz.width, sz.height * 2 / 3);
sz               8479 modules/imgproc/src/color.cpp                 CV_Assert( sz.width % 2 == 0 && sz.height % 3 == 0 && depth == CV_8U );
sz               8481 modules/imgproc/src/color.cpp                 Size dstSz(sz.width, sz.height * 2 / 3);
sz               8508 modules/imgproc/src/color.cpp                 CV_Assert( sz.width % 2 == 0 && sz.height % 2 == 0 );
sz               8510 modules/imgproc/src/color.cpp                 Size dstSz(sz.width, sz.height / 2 * 3);
sz               8540 modules/imgproc/src/color.cpp                 _dst.create(sz, CV_8UC(dcn));
sz               8580 modules/imgproc/src/color.cpp                 _dst.create(sz, CV_MAKETYPE(depth, dcn));
sz               8609 modules/imgproc/src/color.cpp                 _dst.create(sz, CV_MAKETYPE(depth, dcn));
sz               1619 modules/imgproc/src/demosaicing.cpp     Size sz = src.size();
sz               1632 modules/imgproc/src/demosaicing.cpp         _dst.create(sz, CV_MAKETYPE(depth, dcn));
sz               1650 modules/imgproc/src/demosaicing.cpp             _dst.create(sz, CV_MAKE_TYPE(depth, dcn));
sz               1676 modules/imgproc/src/demosaicing.cpp         _dst.create(sz, CV_MAKETYPE(depth, dcn));
sz                429 modules/imgproc/src/filter.cpp     int i, sz = _kernel.rows*_kernel.cols;
sz                442 modules/imgproc/src/filter.cpp     for( i = 0; i < sz; i++ )
sz                444 modules/imgproc/src/filter.cpp         double a = coeffs[i], b = coeffs[sz - i - 1];
sz               3977 modules/imgproc/src/filter.cpp #define ROUNDUP(sz, n)      ((sz) + (n) - 1 - (((sz) + (n) - 1) % (n)))
sz               4033 modules/imgproc/src/filter.cpp     cv::Size sz = _src.size(), wholeSize;
sz               4034 modules/imgproc/src/filter.cpp     size_t globalsize[2] = { sz.width, sz.height };
sz               4060 modules/imgproc/src/filter.cpp         int h = isolated ? sz.height : wholeSize.height;
sz               4061 modules/imgproc/src/filter.cpp         int w = isolated ? sz.width : wholeSize.width;
sz               4067 modules/imgproc/src/filter.cpp         int pxLoadNumPixels = cn != 1 || sz.width % 4 ? 1 : 4;
sz               4076 modules/imgproc/src/filter.cpp             pxPerWorkItemX = sz.width % 8 ? sz.width % 4 ? sz.width % 2 ? 1 : 2 : 4 : 8;
sz               4077 modules/imgproc/src/filter.cpp             pxPerWorkItemY = sz.height % 2 ? 1 : 2;
sz               4081 modules/imgproc/src/filter.cpp             pxPerWorkItemX = sz.width % 2 ? 1 : 2;
sz               4082 modules/imgproc/src/filter.cpp             pxPerWorkItemY = sz.height % 2 ? 1 : 2;
sz               4084 modules/imgproc/src/filter.cpp         globalsize[0] = sz.width / pxPerWorkItemX;
sz               4085 modules/imgproc/src/filter.cpp         globalsize[1] = sz.height / pxPerWorkItemY;
sz               4126 modules/imgproc/src/filter.cpp             while (BLOCK_SIZE > 32 && BLOCK_SIZE >= (size_t)ksize.width * 2 && BLOCK_SIZE > (size_t)sz.width * 2)
sz               4136 modules/imgproc/src/filter.cpp             int h = isolated ? sz.height : wholeSize.height;
sz               4137 modules/imgproc/src/filter.cpp             int w = isolated ? sz.width : wholeSize.width;
sz               4159 modules/imgproc/src/filter.cpp             globalsize[0] = DIVUP(sz.width, BLOCK_SIZE - (ksize.width - 1)) * BLOCK_SIZE;
sz               4160 modules/imgproc/src/filter.cpp             globalsize[1] = sz.height;
sz               4174 modules/imgproc/src/filter.cpp     _dst.create(sz, dtype);
sz               4179 modules/imgproc/src/filter.cpp     int srcEndX = (isolated ? (srcOffsetX + sz.width) : wholeSize.width);
sz               4180 modules/imgproc/src/filter.cpp     int srcEndY = (isolated ? (srcOffsetY + sz.height) : wholeSize.height);
sz               4274 modules/imgproc/src/filter.cpp     Size sz = dst.size();
sz               4277 modules/imgproc/src/filter.cpp     globalsize[1] = DIVUP(sz.height, localsize[1]) * localsize[1];
sz               4278 modules/imgproc/src/filter.cpp     globalsize[0] = DIVUP(sz.width, localsize[0]) * localsize[0];
sz                 68 modules/imgproc/src/histogram.cpp             int sz = !issparse ? hist.size[i] : shist.size(i);
sz                 75 modules/imgproc/src/histogram.cpp                 if( (unsigned)idx < (unsigned)sz )
sz                 89 modules/imgproc/src/histogram.cpp             int idx = -1, sz = !issparse ? hist.size[i] : shist.size(i);
sz                 98 modules/imgproc/src/histogram.cpp                 if( (unsigned)(++idx) < (unsigned)sz )
sz                218 modules/imgproc/src/histogram.cpp                         Mat& hist, const double* _uniranges, int sz, int dims,
sz                231 modules/imgproc/src/histogram.cpp         size_[0] = sz;
sz                780 modules/imgproc/src/histogram.cpp             int sz = size[0], d0 = deltas[0], step0 = deltas[1];
sz                789 modules/imgproc/src/histogram.cpp                         if( (unsigned)idx < (unsigned)sz )
sz                797 modules/imgproc/src/histogram.cpp                             if( (unsigned)idx < (unsigned)sz )
sz                958 modules/imgproc/src/histogram.cpp                         int idx = -1, sz = size[i];
sz                960 modules/imgproc/src/histogram.cpp                         while( v >= R[idx+1] && ++idx < sz )
sz                963 modules/imgproc/src/histogram.cpp                         if( (unsigned)idx >= (unsigned)sz )
sz               1359 modules/imgproc/src/histogram.cpp                         int j = -1, sz = size[i];
sz               1361 modules/imgproc/src/histogram.cpp                         while( v >= R[j+1] && ++j < sz )
sz               1364 modules/imgproc/src/histogram.cpp                         if( (unsigned)j >= (unsigned)sz )
sz               1614 modules/imgproc/src/histogram.cpp             int sz = size[0], d0 = deltas[0], step0 = deltas[1];
sz               1622 modules/imgproc/src/histogram.cpp                     bproj[x] = (unsigned)idx < (unsigned)sz ? saturate_cast<BT>(((const float*)H)[idx]*scale) : 0;
sz               1723 modules/imgproc/src/histogram.cpp                     int idx = -1, sz = size[i];
sz               1725 modules/imgproc/src/histogram.cpp                     while( v >= R[idx+1] && ++idx < sz )
sz               1728 modules/imgproc/src/histogram.cpp                     if( (unsigned)idx >= (unsigned)sz )
sz               1966 modules/imgproc/src/histogram.cpp                     int j = -1, sz = size[i];
sz               1968 modules/imgproc/src/histogram.cpp                     while( v >= R[j+1] && ++j < sz )
sz               1971 modules/imgproc/src/histogram.cpp                     if( (unsigned)j >= (unsigned)sz )
sz               1194 modules/imgproc/src/lsd.cpp     Size sz = size;
sz               1195 modules/imgproc/src/lsd.cpp     if (_image.needed() && _image.size() != size) sz = _image.size();
sz               1196 modules/imgproc/src/lsd.cpp     CV_Assert(sz.area());
sz               1198 modules/imgproc/src/lsd.cpp     Mat_<uchar> I1 = Mat_<uchar>::zeros(sz);
sz               1199 modules/imgproc/src/lsd.cpp     Mat_<uchar> I2 = Mat_<uchar>::zeros(sz);
sz                496 modules/imgproc/src/moments.cpp     Size sz = src.size();
sz                497 modules/imgproc/src/moments.cpp     int xtiles = (sz.width + TILE_SIZE-1)/TILE_SIZE;
sz                498 modules/imgproc/src/moments.cpp     int ytiles = (sz.height + TILE_SIZE-1)/TILE_SIZE;
sz                502 modules/imgproc/src/moments.cpp     size_t globalsize[] = {xtiles, sz.height}, localsize[] = {1, TILE_SIZE};
sz               1340 modules/imgproc/src/morph.cpp #define ROUNDUP(sz, n)      ((sz) + (n) - 1 - (((sz) + (n) - 1) % (n)))
sz                 70 modules/imgproc/src/segmentation.cpp     int sz = (int)storage.size();
sz                 71 modules/imgproc/src/segmentation.cpp     int newsz = MAX(128, sz*3/2);
sz                 74 modules/imgproc/src/segmentation.cpp     if( sz == 0 )
sz                 77 modules/imgproc/src/segmentation.cpp         sz = 1;
sz                 79 modules/imgproc/src/segmentation.cpp     for( int i = sz; i < newsz-1; i++ )
sz                 82 modules/imgproc/src/segmentation.cpp     return sz;
sz               1030 modules/imgproc/src/smooth.cpp #define ROUNDUP(sz, n)      ((sz) + (n) - 1 - (((sz) + (n) - 1) % (n)))
sz                 74 modules/imgproc/src/thresh.cpp         IppiSize sz = { roi.width, roi.height };
sz                 80 modules/imgproc/src/thresh.cpp             if (_src.data == _dst.data && ippiThreshold_GT_8u_C1IR(_dst.ptr(), (int)dst_step, sz, thresh) >= 0)
sz                 86 modules/imgproc/src/thresh.cpp             if (ippiThreshold_GT_8u_C1R(_src.ptr(), (int)src_step, _dst.ptr(), (int)dst_step, sz, thresh) >= 0)
sz                 95 modules/imgproc/src/thresh.cpp             if (_src.data == _dst.data && ippiThreshold_LTVal_8u_C1IR(_dst.ptr(), (int)dst_step, sz, thresh+1, 0) >= 0)
sz                101 modules/imgproc/src/thresh.cpp             if (ippiThreshold_LTVal_8u_C1R(_src.ptr(), (int)src_step, _dst.ptr(), (int)dst_step, sz, thresh+1, 0) >= 0)
sz                110 modules/imgproc/src/thresh.cpp             if (_src.data == _dst.data && ippiThreshold_GTVal_8u_C1IR(_dst.ptr(), (int)dst_step, sz, thresh, 0) >= 0)
sz                116 modules/imgproc/src/thresh.cpp             if (ippiThreshold_GTVal_8u_C1R(_src.ptr(), (int)src_step, _dst.ptr(), (int)dst_step, sz, thresh, 0) >= 0)
sz                418 modules/imgproc/src/thresh.cpp         IppiSize sz = { roi.width, roi.height };
sz                424 modules/imgproc/src/thresh.cpp             if (_src.data == _dst.data && ippiThreshold_GT_16s_C1IR(dst, (int)dst_step*sizeof(dst[0]), sz, thresh) >= 0)
sz                430 modules/imgproc/src/thresh.cpp             if (ippiThreshold_GT_16s_C1R(src, (int)src_step*sizeof(src[0]), dst, (int)dst_step*sizeof(dst[0]), sz, thresh) >= 0)
sz                439 modules/imgproc/src/thresh.cpp             if (_src.data == _dst.data && ippiThreshold_LTVal_16s_C1IR(dst, (int)dst_step*sizeof(dst[0]), sz, thresh + 1, 0) >= 0)
sz                445 modules/imgproc/src/thresh.cpp             if (ippiThreshold_LTVal_16s_C1R(src, (int)src_step*sizeof(src[0]), dst, (int)dst_step*sizeof(dst[0]), sz, thresh+1, 0) >= 0)
sz                454 modules/imgproc/src/thresh.cpp             if (_src.data == _dst.data && ippiThreshold_GTVal_16s_C1IR(dst, (int)dst_step*sizeof(dst[0]), sz, thresh, 0) >= 0)
sz                460 modules/imgproc/src/thresh.cpp             if (ippiThreshold_GTVal_16s_C1R(src, (int)src_step*sizeof(src[0]), dst, (int)dst_step*sizeof(dst[0]), sz, thresh, 0) >= 0)
sz                686 modules/imgproc/src/thresh.cpp         IppiSize sz = { roi.width, roi.height };
sz                690 modules/imgproc/src/thresh.cpp             if (0 <= ippiThreshold_GT_32f_C1R(src, (int)src_step*sizeof(src[0]), dst, (int)dst_step*sizeof(dst[0]), sz, thresh))
sz                698 modules/imgproc/src/thresh.cpp             if (0 <= ippiThreshold_LTVal_32f_C1R(src, (int)src_step*sizeof(src[0]), dst, (int)dst_step*sizeof(dst[0]), sz, thresh+FLT_EPSILON, 0))
sz                706 modules/imgproc/src/thresh.cpp             if (0 <= ippiThreshold_GTVal_32f_C1R(src, (int)src_step*sizeof(src[0]), dst, (int)dst_step*sizeof(dst[0]), sz, thresh, 0))
sz                486 modules/imgproc/test/test_convhull.cpp         int sz = points1 ? points1->total : points2->cols + points2->rows - 1;
sz                490 modules/imgproc/test/test_convhull.cpp             rows = sz, cols = 1;
sz                492 modules/imgproc/test/test_convhull.cpp             rows = 1, cols = sz;
sz               1334 modules/imgproc/test/test_convhull.cpp         Size sz(50, 50);
sz                621 modules/imgproc/test/test_cvtyuv.cpp         Size sz(random.uniform(1, 641), random.uniform(1, 481));
sz                623 modules/imgproc/test/test_cvtyuv.cpp         if(cvt.requiresEvenWidth())  sz.width  += sz.width % 2;
sz                624 modules/imgproc/test/test_cvtyuv.cpp         if(cvt.requiresEvenHeight()) sz.height += sz.height % 2;
sz                626 modules/imgproc/test/test_cvtyuv.cpp         Size srcSize = cvt.getSrcSize(sz);
sz                629 modules/imgproc/test/test_cvtyuv.cpp         Size dstSize = cvt.getDstSize(sz);
sz                659 modules/imgproc/test/test_cvtyuv.cpp         Size sz(random.uniform(1, 641), random.uniform(1, 481));
sz                661 modules/imgproc/test/test_cvtyuv.cpp         if(cvt.requiresEvenWidth())  sz.width  += sz.width % 2;
sz                662 modules/imgproc/test/test_cvtyuv.cpp         if(cvt.requiresEvenHeight()) sz.height += sz.height % 2;
sz                669 modules/imgproc/test/test_cvtyuv.cpp         Size srcSize = cvt.getSrcSize(sz);
sz                672 modules/imgproc/test/test_cvtyuv.cpp         Size dstSize = cvt.getDstSize(sz);
sz                112 modules/imgproc/test/test_distancetransform.cpp     Size sz = test_mat[INPUT][0].size();
sz                113 modules/imgproc/test/test_distancetransform.cpp     return dist_type == CV_DIST_C || dist_type == CV_DIST_L1 ? 0 : 0.01*MAX(sz.width, sz.height);
sz               1061 modules/imgproc/test/test_filter.cpp     CvSize sz;
sz               1072 modules/imgproc/test/test_filter.cpp     sz.width = MAX( sizes[INPUT][0].width/2, 1 );
sz               1073 modules/imgproc/test/test_filter.cpp     sz.height = MAX( sizes[INPUT][0].height/2, 1 );
sz               1077 modules/imgproc/test/test_filter.cpp         sizes[OUTPUT][0] = sizes[REF_OUTPUT][0] = sz;
sz               1078 modules/imgproc/test/test_filter.cpp         sz.width *= 2;
sz               1079 modules/imgproc/test/test_filter.cpp         sz.height *= 2;
sz               1080 modules/imgproc/test/test_filter.cpp         sizes[INPUT][0] = sz;
sz               1084 modules/imgproc/test/test_filter.cpp         sizes[INPUT][0] = sz;
sz               1085 modules/imgproc/test/test_filter.cpp         sz.width *= 2;
sz               1086 modules/imgproc/test/test_filter.cpp         sz.height *= 2;
sz               1087 modules/imgproc/test/test_filter.cpp         sizes[OUTPUT][0] = sizes[REF_OUTPUT][0] = sz;
sz               1821 modules/imgproc/test/test_filter.cpp             Size sz(163, 117);
sz               1841 modules/imgproc/test/test_filter.cpp                 Mat src(sz, CV_MAKETYPE(sdepth, 5)), dst;
sz                119 modules/imgproc/test/test_floodfill.cpp         CvSize sz = sizes[INPUT_OUTPUT][0];
sz                120 modules/imgproc/test/test_floodfill.cpp         sizes[INPUT_OUTPUT][1] = sizes[REF_INPUT_OUTPUT][1] = cvSize(sz.width+2,sz.height+2);
sz                226 modules/imgproc/test/test_imgwarp.cpp     CvSize sz;
sz                228 modules/imgproc/test/test_imgwarp.cpp     sz.width = (cvtest::randInt(rng) % sizes[INPUT][0].width) + 1;
sz                229 modules/imgproc/test/test_imgwarp.cpp     sz.height = (cvtest::randInt(rng) % sizes[INPUT][0].height) + 1;
sz                239 modules/imgproc/test/test_imgwarp.cpp         sz.width = sizes[INPUT][0].width / xfactor;
sz                240 modules/imgproc/test/test_imgwarp.cpp         sz.width = MAX(sz.width,1);
sz                241 modules/imgproc/test/test_imgwarp.cpp         sz.height = sizes[INPUT][0].height / yfactor;
sz                242 modules/imgproc/test/test_imgwarp.cpp         sz.height = MAX(sz.height,1);
sz                243 modules/imgproc/test/test_imgwarp.cpp         sizes[INPUT][0].width = sz.width * xfactor;
sz                244 modules/imgproc/test/test_imgwarp.cpp         sizes[INPUT][0].height = sz.height * yfactor;
sz                248 modules/imgproc/test/test_imgwarp.cpp         sizes[INPUT_OUTPUT][0] = sizes[REF_INPUT_OUTPUT][0] = sz;
sz                252 modules/imgproc/test/test_imgwarp.cpp         sizes[INPUT][0] = sz;
sz                484 modules/imgproc/test/test_imgwarp.cpp     CvSize sz = sizes[INPUT][0];
sz                487 modules/imgproc/test/test_imgwarp.cpp     sizes[INPUT][0] = sz;
sz                595 modules/imgproc/test/test_imgwarp.cpp     CvSize sz = sizes[INPUT][0];
sz                598 modules/imgproc/test/test_imgwarp.cpp     sizes[INPUT][0] = sz;
sz                759 modules/imgproc/test/test_imgwarp.cpp     double sz = MAX(src.rows, src.cols);
sz                767 modules/imgproc/test/test_imgwarp.cpp     a[0] = sz/(0.9 - cvtest::randReal(rng)*0.6);
sz                892 modules/imgproc/test/test_imgwarp.cpp     double sz = MAX(src.rows, src.cols);
sz                907 modules/imgproc/test/test_imgwarp.cpp     a[0] = sz/(0.9 - cvtest::randReal(rng)*0.6);
sz               1004 modules/imgproc/test/test_imgwarp.cpp     CvSize sz = sizes[OUTPUT][0];
sz               1012 modules/imgproc/test/test_imgwarp.cpp     sz.width = MAX(sz.width,16);
sz               1013 modules/imgproc/test/test_imgwarp.cpp     sz.height = MAX(sz.height,16);
sz               1015 modules/imgproc/test/test_imgwarp.cpp         sizes[REF_OUTPUT][0] = sizes[REF_OUTPUT][1] = sz;
sz               1049 modules/imgproc/test/test_imgwarp.cpp     double sz = MAX(mapx.rows, mapx.cols);
sz               1060 modules/imgproc/test/test_imgwarp.cpp     a[0] = sz/(0.9 - cvtest::randReal(rng)*0.6);
sz               1273 modules/imgproc/test/test_imgwarp.cpp     CvSize sz = sizes[INPUT][0], dsz;
sz               1285 modules/imgproc/test/test_imgwarp.cpp     sz.width = MAX(sz.width,min_size);
sz               1286 modules/imgproc/test/test_imgwarp.cpp     sz.height = MAX(sz.height,min_size);
sz               1287 modules/imgproc/test/test_imgwarp.cpp     sizes[INPUT][0] = sz;
sz               1288 modules/imgproc/test/test_imgwarp.cpp     msz = MIN( sz.width, sz.height );
sz                474 modules/ml/src/tree.cpp         size_t sz = w->cv_Tn.size();
sz                475 modules/ml/src/tree.cpp         w->cv_Tn.resize(sz + cv_n);
sz                476 modules/ml/src/tree.cpp         w->cv_node_risk.resize(sz + cv_n);
sz                477 modules/ml/src/tree.cpp         w->cv_node_error.resize(sz + cv_n);
sz                 66 modules/objdetect/src/cascadedetect.cpp             size_t i, sz = rectList.size();
sz                 67 modules/objdetect/src/cascadedetect.cpp             weights->resize(sz);
sz                 68 modules/objdetect/src/cascadedetect.cpp             for( i = 0; i < sz; i++ )
sz                446 modules/objdetect/src/cascadedetect.cpp         Size sz;
sz                447 modules/objdetect/src/cascadedetect.cpp         sz.width = cvRound(imgsz.width/sc);
sz                448 modules/objdetect/src/cascadedetect.cpp         sz.height = cvRound(imgsz.height/sc);
sz                451 modules/objdetect/src/cascadedetect.cpp         s.szi = Size(sz.width+1, sz.height+1);
sz               1590 modules/objdetect/src/cascadedetect.cpp void clipObjects(Size sz, std::vector<Rect>& objects,
sz               1594 modules/objdetect/src/cascadedetect.cpp     Rect win0 = Rect(0, 0, sz.width, sz.height);
sz                  8 modules/objdetect/src/cascadedetect.hpp void clipObjects(Size sz, std::vector<Rect>& objects,
sz               1576 modules/objdetect/src/haar.cpp             CvSize sz(cvRound( img->cols/factor ), cvRound( img->rows/factor ));
sz               1577 modules/objdetect/src/haar.cpp             CvSize sz1(sz.width - winSize0.width + 1, sz.height - winSize0.height + 1);
sz               1593 modules/objdetect/src/haar.cpp             img1 = cvMat( sz.height, sz.width, CV_8UC1, imgSmall->data.ptr );
sz               1594 modules/objdetect/src/haar.cpp             sum1 = cvMat( sz.height+1, sz.width+1, CV_32SC1, sum->data.ptr );
sz               1595 modules/objdetect/src/haar.cpp             sqsum1 = cvMat( sz.height+1, sz.width+1, CV_64FC1, sqsum->data.ptr );
sz               1598 modules/objdetect/src/haar.cpp                 tilted1 = cvMat( sz.height+1, sz.width+1, CV_32SC1, tilted->data.ptr );
sz               1733 modules/objdetect/src/haar.cpp                     size_t i, sz = rectList.size();
sz               1736 modules/objdetect/src/haar.cpp                     for( i = 0; i < sz; i++ )
sz                964 modules/objdetect/src/hog.cpp     size_t i = 0, sz = blockHistogramSize;
sz                970 modules/objdetect/src/hog.cpp     for (i = 4; i <= sz - 4; i += 4)
sz                981 modules/objdetect/src/hog.cpp     for ( ; i <= sz - 4; i += 4)
sz                992 modules/objdetect/src/hog.cpp     for ( ; i < sz; ++i)
sz                995 modules/objdetect/src/hog.cpp     float scale = 1.f/(std::sqrt(sum)+sz*0.1f), thresh = (float)descriptor->L2HysThreshold;
sz               1007 modules/objdetect/src/hog.cpp     for(i = 4 ; i <= sz - 4; i += 4)
sz               1022 modules/objdetect/src/hog.cpp     for( ; i <= sz - 4; i += 4)
sz               1037 modules/objdetect/src/hog.cpp     for( ; i < sz; ++i)
sz               1046 modules/objdetect/src/hog.cpp     for ( ; i <= sz - 4; i += 4)
sz               1052 modules/objdetect/src/hog.cpp     for ( ; i < sz; ++i)
sz               1594 modules/objdetect/src/hog.cpp             Size sz(cvRound(img.cols/scale), cvRound(img.rows/scale));
sz               1595 modules/objdetect/src/hog.cpp             Mat smallerImg(sz, img.type(), smallerImgBuf.ptr());
sz               1596 modules/objdetect/src/hog.cpp             if( sz == img.size() )
sz               1597 modules/objdetect/src/hog.cpp                 smallerImg = Mat(sz, img.type(), img.data, img.step);
sz               1599 modules/objdetect/src/hog.cpp                 resize(img, smallerImg, sz);
sz               3298 modules/objdetect/src/hog.cpp             Size sz(cvRound(img.cols / scale), cvRound(img.rows / scale));
sz               3299 modules/objdetect/src/hog.cpp             Mat smallerImg(sz, img.type(), smallerImgBuf.ptr());
sz               3301 modules/objdetect/src/hog.cpp             if( sz == img.size() )
sz               3302 modules/objdetect/src/hog.cpp                 smallerImg = Mat(sz, img.type(), img.data, img.step);
sz               3304 modules/objdetect/src/hog.cpp                 resize(img, smallerImg, sz);
sz                939 modules/objdetect/test/test_cascadeandhog.cpp     size_t i, sz = blockHistogramSize;
sz                941 modules/objdetect/test/test_cascadeandhog.cpp     for (i = 0; i <= sz - 4; i += 4)
sz                951 modules/objdetect/test/test_cascadeandhog.cpp     for( ; i < sz; i++ )
sz                954 modules/objdetect/test/test_cascadeandhog.cpp     float scale = 1.f/(std::sqrt(sum)+sz*0.1f), thresh = (float)descriptor->L2HysThreshold;
sz                956 modules/objdetect/test/test_cascadeandhog.cpp     for(i = 0; i <= sz - 4; i += 4)
sz                970 modules/objdetect/test/test_cascadeandhog.cpp     for( ; i < sz; i++ )
sz                977 modules/objdetect/test/test_cascadeandhog.cpp     for( i = 0; i < sz; i++ )
sz                 23 modules/photo/perf/perf_inpaint.cpp     Size sz = get<0>(GetParam());
sz                 29 modules/photo/perf/perf_inpaint.cpp     Rect inpaintArea(src.cols/3, src.rows/3, sz.width, sz.height);
sz                241 modules/python/src2/cv2.cpp         int i, sz = (int)PyTuple_Size((PyObject*)o);
sz                242 modules/python/src2/cv2.cpp         m = Mat(sz, 1, CV_64F);
sz                243 modules/python/src2/cv2.cpp         for( i = 0; i < sz; i++ )
sz                607 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject* obj, Size& sz, const char* name)
sz                612 modules/python/src2/cv2.cpp     return PyArg_ParseTuple(obj, "ii", &sz.width, &sz.height) > 0;
sz                616 modules/python/src2/cv2.cpp PyObject* pyopencv_from(const Size& sz)
sz                618 modules/python/src2/cv2.cpp     return Py_BuildValue("(ii)", sz.width, sz.height);
sz                252 modules/stitching/src/stitcher.cpp                 Size sz = full_img_sizes_[i];
sz                255 modules/stitching/src/stitcher.cpp                     sz.width = cvRound(full_img_sizes_[i].width * compose_scale);
sz                256 modules/stitching/src/stitcher.cpp                     sz.height = cvRound(full_img_sizes_[i].height * compose_scale);
sz                261 modules/stitching/src/stitcher.cpp                 Rect roi = w->warpRoi(sz, K, cameras_[i].R);
sz                 51 modules/superres/src/opencl/superres_btvl1.cl #define src_elem_at(_src, y, step, x) *(__global const float *)(_src + mad24(y, step, (x) * sz))
sz                 52 modules/superres/src/opencl/superres_btvl1.cl #define dst_elem_at(_dst, y, step, x) *(__global float *)(_dst + mad24(y, step, (x) * sz))
sz                 90 modules/superres/src/opencl/superres_btvl1.cl         int src_index = mad24(y, src_step, sz * x * cn + src_offset);
sz                 91 modules/superres/src/opencl/superres_btvl1.cl         int dst_index = mad24(y * scale, dst_step, sz * x * scale * cn + dst_offset);
sz                125 modules/superres/src/opencl/superres_btvl1.cl         *(__global float *)(dst + mad24(y, dst_step, sz * x + dst_offset)) =
sz                126 modules/superres/src/opencl/superres_btvl1.cl             diffSign1(*(__global const float *)(src1 + mad24(y, src1_step, sz * x + src1_offset)),
sz                127 modules/superres/src/opencl/superres_btvl1.cl                       *(__global const float *)(src2 + mad24(y, src2_step, sz * x + src2_offset)));
sz                154 modules/superres/src/opencl/superres_btvl1.cl         __global const float * src0ptr = (__global const float *)(src + mad24(y, src_step, 3 * sz * x + src_offset));
sz                161 modules/superres/src/opencl/superres_btvl1.cl                 __global const float * src1ptr = (__global const float *)(src + mad24(y + m, src_step, 3 * sz * (x + l) + src_offset));
sz                162 modules/superres/src/opencl/superres_btvl1.cl                 __global const float * src2ptr = (__global const float *)(src + mad24(y - m, src_step, 3 * sz * (x - l) + src_offset));
sz                171 modules/superres/src/opencl/superres_btvl1.cl         __global float * dstptr = (__global float *)(dst + mad24(y, dst_step, 3 * sz * x + dst_offset + 0));
sz                 90 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void randomSize(RNG& rng, int minDims, int maxDims, double maxSizeLog, vector<int>& sz);
sz                127 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void initUndistortMap( const Mat& a, const Mat& k, Size sz, Mat& mapx, Mat& mapy );
sz                279 modules/ts/include/opencv2/ts/ocl_test.hpp     static double checkRectSimilarity(const cv::Size & sz, std::vector<cv::Rect>& ob1, std::vector<cv::Rect>& ob2);
sz                494 modules/ts/include/opencv2/ts/ts_perf.hpp CV_EXPORTS void PrintTo(const Size& sz, ::std::ostream* os);
sz                255 modules/ts/src/ocl_test.cpp double TestUtils::checkRectSimilarity(const Size & sz, std::vector<Rect>& ob1, std::vector<Rect>& ob2)
sz                267 modules/ts/src/ocl_test.cpp         cv::Mat cpu_result(sz, CV_8UC1);
sz                278 modules/ts/src/ocl_test.cpp         cv::Mat gpu_result(sz, CV_8UC1);
sz                 50 modules/ts/src/ts_func.cpp     Size sz;
sz                 51 modules/ts/src/ts_func.cpp     sz.width = cvRound(exp(width_log));
sz                 52 modules/ts/src/ts_func.cpp     sz.height = cvRound(exp(height_log));
sz                 53 modules/ts/src/ts_func.cpp     return sz;
sz                 56 modules/ts/src/ts_func.cpp void randomSize(RNG& rng, int minDims, int maxDims, double maxSizeLog, vector<int>& sz)
sz                 59 modules/ts/src/ts_func.cpp     sz.resize(dims);
sz                 64 modules/ts/src/ts_func.cpp         sz[i] = cvRound(exp(v));
sz                 70 modules/ts/src/ts_func.cpp         std::swap(sz[j], sz[k]);
sz               1028 modules/ts/src/ts_func.cpp             int sz = mtx.size[i]*(i == mtx.dims-1 ? mtx.channels() : 1);
sz               1029 modules/ts/src/ts_func.cpp             pos[i] = (int)(idx % sz);
sz               1030 modules/ts/src/ts_func.cpp             idx /= sz;
sz               1489 modules/ts/src/ts_func.cpp             size_t sz = MIN(total - i, blockSize);
sz               1490 modules/ts/src/ts_func.cpp             for( j = 0; j < sz; j++ )
sz               1496 modules/ts/src/ts_func.cpp             size_t sz = MIN(total - i, blockSize);
sz               1497 modules/ts/src/ts_func.cpp             for( j = 0; j < sz; j++ )
sz               1504 modules/ts/src/ts_func.cpp             size_t sz = MIN(total - i, blockSize);
sz               1505 modules/ts/src/ts_func.cpp             for( j = 0; j < sz; j++ )
sz               2768 modules/ts/src/ts_func.cpp void initUndistortMap( const Mat& _a0, const Mat& _k0, Size sz, Mat& _mapx, Mat& _mapy )
sz               2770 modules/ts/src/ts_func.cpp     _mapx.create(sz, CV_32F);
sz               2771 modules/ts/src/ts_func.cpp     _mapy.create(sz, CV_32F);
sz               2785 modules/ts/src/ts_func.cpp     for( int v = 0; v < sz.height; v++ )
sz               2787 modules/ts/src/ts_func.cpp         for( int u = 0; u < sz.width; u++ )
sz               1918 modules/ts/src/ts_perf.cpp void PrintTo(const Size& sz, ::std::ostream* os)
sz               1920 modules/ts/src/ts_perf.cpp     *os << /*"Size:" << */sz.width << "x" << sz.height;
sz                 69 modules/video/misc/java/test/VideoTest.java         Size sz = new Size(3, 3);
sz                 70 modules/video/misc/java/test/VideoTest.java         Video.calcOpticalFlowPyrLK(subLena1, subLena2, prevPts, nextPts, status, err, sz, 3);
sz                787 modules/video/src/lkpyramid.cpp     Size sz = img.size();
sz                799 modules/video/src/lkpyramid.cpp             if(temp.type() != img.type() || temp.cols != winSize.width*2 + sz.width || temp.rows != winSize.height * 2 + sz.height)
sz                800 modules/video/src/lkpyramid.cpp                 temp.create(sz.height + winSize.height*2, sz.width + winSize.width*2, img.type());
sz                802 modules/video/src/lkpyramid.cpp             thisLevel = temp(Rect(winSize.width, winSize.height, sz.width, sz.height));
sz                803 modules/video/src/lkpyramid.cpp             pyrDown(prevLevel, thisLevel, sz);
sz                816 modules/video/src/lkpyramid.cpp             if(deriv.type() != derivType || deriv.cols != winSize.width*2 + sz.width || deriv.rows != winSize.height * 2 + sz.height)
sz                817 modules/video/src/lkpyramid.cpp                 deriv.create(sz.height + winSize.height*2, sz.width + winSize.width*2, derivType);
sz                819 modules/video/src/lkpyramid.cpp             Mat derivI = deriv(Rect(winSize.width, winSize.height, sz.width, sz.height));
sz                827 modules/video/src/lkpyramid.cpp         sz = Size((sz.width+1)/2, (sz.height+1)/2);
sz                828 modules/video/src/lkpyramid.cpp         if( sz.width <= winSize.width || sz.height <= winSize.height )
sz                488 modules/videoio/src/cap_vfw.cpp     const DWORD sz = capGetVideoFormat( capWnd, &vfmt, sizeof(vfmt));
sz                492 modules/videoio/src/cap_vfw.cpp     if( !hdr || hdr->lpData == 0 || sz == 0 )
sz                156 modules/videoio/test/test_ffmpeg.cpp                     long int sz = getFileSize(filename);
sz                157 modules/videoio/test/test_ffmpeg.cpp                     if (sz < 0)
sz                165 modules/videoio/test/test_ffmpeg.cpp                         if (sz < 8192)
sz                598 modules/viz/src/shapes.cpp     Size sz = image.size();
sz                602 modules/viz/src/shapes.cpp     transform->Scale(sz.width/(double)rect.width, sz.height/(double)rect.height, 1.0);
sz                643 modules/viz/src/shapes.cpp     Size sz = image.size();
sz                647 modules/viz/src/shapes.cpp     transform->Scale(sz.width/(double)size.width, sz.height/(double)size.height, 1.0);
sz                751 samples/cpp/stitching_detailed.cpp                 Size sz = full_img_sizes[i];
sz                754 samples/cpp/stitching_detailed.cpp                     sz.width = cvRound(full_img_sizes[i].width * compose_scale);
sz                755 samples/cpp/stitching_detailed.cpp                     sz.height = cvRound(full_img_sizes[i].height * compose_scale);
sz                760 samples/cpp/stitching_detailed.cpp                 Rect roi = warper->warpRoi(sz, K, cameras[i].R);
sz                 40 samples/cpp/tutorial_code/core/mat_the_basic_image_container/mat_the_basic_image_container.cpp     int sz[3] = {2,2,2};
sz                 41 samples/cpp/tutorial_code/core/mat_the_basic_image_container/mat_the_basic_image_container.cpp     Mat L(3,sz, CV_8UC(1), Scalar::all(0));
sz                 53 samples/cpp/tutorial_code/ml/introduction_to_pca/introduction_to_pca.cpp     int sz = static_cast<int>(pts.size());
sz                 54 samples/cpp/tutorial_code/ml/introduction_to_pca/introduction_to_pca.cpp     Mat data_pts = Mat(sz, 2, CV_64FC1);
sz                 66 samples/directx/d3dsample.hpp         size_t sz = time_queue.size();
sz                 68 samples/directx/d3dsample.hpp         float fps = sz * (float)cv::getTickFrequency() / (now - then);
sz                 41 samples/gpu/cascadeclassifier.cpp     Size sz(cvRound(gray.cols * scale), cvRound(gray.rows * scale));
sz                 45 samples/gpu/cascadeclassifier.cpp         cv::resize(gray, resized, sz);
sz                 64 samples/gpu/cascadeclassifier.cpp     Size sz(cvRound(gray.cols * scale), cvRound(gray.rows * scale));
sz                 68 samples/gpu/cascadeclassifier.cpp         cv::cuda::resize(gray, resized, sz);
sz                 38 samples/tapi/hog.cpp     double checkRectSimilarity(Size sz,
sz                205 samples/tapi/hog.cpp                 Size sz((int)((double)img_aux.cols/resize_scale), (int)((double)img_aux.rows/resize_scale));
sz                206 samples/tapi/hog.cpp                 resize(img_aux, img, sz);