Lines Matching refs:szi

455         s.szi = Size(sz.width+1, sz.height+1);  in updateScaleData()
459 layer_dy = s.szi.height; in updateScaleData()
462 if( layer_ofs.x + s.szi.width > sbufSize.width ) in updateScaleData()
465 layer_dy = s.szi.height; in updateScaleData()
468 layer_ofs.x += s.szi.width; in updateScaleData()
511 Size sz0 = scaleData->at(0).szi; in setImage()
528 UMat dst(urbuf, Rect(0, 0, s.szi.width - 1, s.szi.height - 1)); in setImage()
550 Mat dst(s.szi.height - 1, s.szi.width - 1 , CV_8U); in setImage()
553 int* intImg = (int *)malloc(sizeof(int)*s.szi.area()); in setImage()
554 int* intImgSq = (int *)malloc(sizeof(int)*s.szi.area()); in setImage()
560 Mat dst(s.szi.height - 1, s.szi.width - 1, CV_8U, rbuf.ptr()); in setImage()
673 UMat sum(usbuf, Rect(sx, sy, s.szi.width, s.szi.height)); in computeChannels()
674 UMat sqsum(usbuf, Rect(sx, sqy, s.szi.width, s.szi.height)); in computeChannels()
680 UMat tilted(usbuf, Rect(sx, sty, s.szi.width, s.szi.height)); in computeChannels()
687 CV_Assert(sqsum.u == u && sqsum.size() == s.szi && sqsum.type()==CV_32S); in computeChannels()
692 Mat sum(s.szi, CV_32S, sbuf.ptr<int>() + s.layer_ofs, sbuf.step); in computeChannels()
693 Mat sqsum(s.szi, CV_32S, sum.ptr<int>() + sqofs, sbuf.step); in computeChannels()
697 Mat tilted(s.szi, CV_32S, sum.ptr<int>() + tofs, sbuf.step); in computeChannels()
732 pt.x + origWinSize.width >= s.szi.width || in setWindow()
733 pt.y + origWinSize.height >= s.szi.height ) in setWindow()
854 UMat sum(usbuf, Rect(sx, sy, s.szi.width, s.szi.height)); in computeChannels()
859 Mat sum(s.szi, CV_32S, sbuf.ptr<int>() + s.layer_ofs, sbuf.step); in computeChannels()
900 pt.x + origWinSize.width >= s.szi.width || in setWindow()
901 pt.y + origWinSize.height >= s.szi.height ) in setWindow()