/external/opencv3/modules/core/test/ |
test_rand.cpp | 168 int sz = 0, dsz = 0, slice; 169 for( slice = 0; slice < maxSlice; slice++, sz += dsz ) 171 dsz = slice+1 < maxSlice ? (int)(cvtest::randInt(rng) % (SZ - sz + 1)) : SZ - sz; 172 Mat aslice = arr[k].colRange(sz, sz + dsz);
|
/external/opencv3/modules/imgproc/test/ |
test_imgwarp.cpp | 1273 CvSize sz = sizes[INPUT][0], dsz; local [all...] |
/external/opencv3/modules/imgproc/src/ |
templmatch.cpp | 751 Size dsz(bsz.width + templ.cols - 1, bsz.height + templ.rows - 1); 754 int x2 = std::min(img0.cols, x0 + dsz.width); 755 int y2 = std::min(img0.rows, y0 + dsz.height); 757 Mat dst(dftImg, Rect(0, 0, dsz.width, dsz.height)); 776 if( x2 - x1 < dsz.width || y2 - y1 < dsz.height ) 780 dft( dftImg, dftImg, 0, dsz.height ); [all...] |
pyramids.cpp | 1177 Size dsz = _dsz.area() == 0 ? Size((src.cols + 1)\/2, (src.rows + 1)\/2) : _dsz; local 1254 Size dsz = _dsz.area() == 0 ? Size(src.cols*2, src.rows*2) : _dsz; local [all...] |
corner.cpp | 661 Size dsz = _dst.size(); local 664 if( dsz.height != src.rows || dsz.width*CV_MAT_CN(dtype) != src.cols*6 || CV_MAT_DEPTH(dtype) != CV_32F )
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
tic6x.h | 146 [DSZ/3][BR][SAT][opcode] */ 705 unsigned int dsz; member in struct:__anon76187
|
/toolchain/binutils/binutils-2.25/opcodes/ |
tic6x-dis.c | 185 op16 |= (header->dsz << TIC6X_COMPACT_DSZ_POS); 205 header->dsz = 0; 221 header->dsz = (header->header >> 16) & 0x7; [all...] |
/external/opencv3/modules/core/src/ |
arithm.cpp | 2060 size_t dsz = CV_ELEM_SIZE(dtype), wsz = CV_ELEM_SIZE(wtype); local [all...] |
/external/opencv3/modules/core/include/opencv2/core/ |
mat.inl.hpp | 1134 int dsz = sz.p[-1]; local [all...] |