alignSize 803 modules/calib3d/src/rho.cpp total = alignSize(v ## _of + v ## _sz, MEM_ALIGN) alignSize 848 modules/calib3d/src/rho.cpp total = alignSize(v ## _of + v ## _sz, MEM_ALIGN) alignSize 222 modules/core/src/cuda_host_mem.cpp size_t datasize = alignSize(nettosize, (int)sizeof(*refcount)); alignSize 1201 modules/core/src/lapack.cpp size_t vstep = alignSize(n*esz, 16); alignSize 1202 modules/core/src/lapack.cpp size_t astep = method == DECOMP_SVD && !is_normal ? alignSize(m*esz, 16) : vstep; alignSize 1342 modules/core/src/lapack.cpp size_t elemSize = src.elemSize(), astep = alignSize(n*elemSize, 16); alignSize 1385 modules/core/src/lapack.cpp size_t esz = src.elemSize(), astep = alignSize(m*esz, 16), vstep = alignSize(n*esz, 16); alignSize 4717 modules/core/src/matrix.cpp valueOffset = (int)alignSize(sizeof(SparseMat::Node) - MAX_DIM*sizeof(int) + alignSize 4719 modules/core/src/matrix.cpp nodeSize = alignSize(valueOffset + alignSize 3986 modules/core/src/ocl.cpp entry.capacity_ = alignSize(size, (int)_allocationGranularity(size)); alignSize 4030 modules/core/src/ocl.cpp entry.capacity_ = alignSize(size, (int)_allocationGranularity(size)); alignSize 49 modules/core/src/stl.cpp size_t totalsize = alignSize(len + 1, (int)sizeof(int)); alignSize 524 modules/imgcodecs/src/grfmt_bmp.cpp m_buf->reserve( alignSize(fileSize + 16, 256) ); alignSize 391 modules/imgcodecs/src/grfmt_pxm.cpp m_buf->reserve( alignSize(256 + (isBinary ? fileStep*height : alignSize 728 modules/imgcodecs/src/grfmt_tiff.cpp m_buf->reserve( alignSize(stripCount*8 + fileStep*height + 256, 256) ); alignSize 204 modules/imgproc/src/filter.cpp int maxBufStep = bufElemSize*(int)alignSize(maxWidth + alignSize 210 modules/imgproc/src/filter.cpp bufStep = bufElemSize*(int)alignSize(roi.width + (!isSeparable() ? ksize.width - 1 : 0),16); alignSize 1712 modules/imgproc/src/imgwarp.cpp int bufstep = (int)alignSize(dsize.width, 16); alignSize 859 modules/imgproc/src/pyramids.cpp int bufstep = (int)alignSize(dsize.width*cn, 16); alignSize 983 modules/imgproc/src/pyramids.cpp int bufstep = (int)alignSize((dsize.width+1)*cn, 16); alignSize 437 modules/objdetect/src/cascadedetect.cpp sbufSize.width = std::max(sbufSize.width, (int)alignSize(cvRound(imgsz.width/_scales[0]) + 31, 32)); alignSize 485 modules/objdetect/src/cascadedetect.cpp sz0 = Size(std::max(rbuf.cols, (int)alignSize(sz0.width, 16)), std::max(rbuf.rows, sz0.height)); alignSize 1406 modules/objdetect/src/hog.cpp padding.width = (int)alignSize(std::max(padding.width, 0), cacheStride.width); alignSize 1407 modules/objdetect/src/hog.cpp padding.height = (int)alignSize(std::max(padding.height, 0), cacheStride.height); alignSize 1474 modules/objdetect/src/hog.cpp padding.width = (int)alignSize(std::max(padding.width, 0), cacheStride.width); alignSize 1475 modules/objdetect/src/hog.cpp padding.height = (int)alignSize(std::max(padding.height, 0), cacheStride.height); alignSize 3342 modules/objdetect/src/hog.cpp padding.width = (int)alignSize(std::max(padding.width, 0), cacheStride.width); alignSize 3343 modules/objdetect/src/hog.cpp padding.height = (int)alignSize(std::max(padding.height, 0), cacheStride.height); alignSize 1018 modules/objdetect/test/test_cascadeandhog.cpp padding.width = (int)alignSize(std::max(padding.width, 0), cacheStride.width); alignSize 1019 modules/objdetect/test/test_cascadeandhog.cpp padding.height = (int)alignSize(std::max(padding.height, 0), cacheStride.height); alignSize 1120 modules/objdetect/test/test_cascadeandhog.cpp padding.width = (int)alignSize(std::max(padding.width, 0), cacheStride.width); alignSize 1121 modules/objdetect/test/test_cascadeandhog.cpp padding.height = (int)alignSize(std::max(padding.height, 0), cacheStride.height); alignSize 65 modules/video/src/lkpyramid.cpp int x, y, delta = (int)alignSize((cols + 2)*cn, 16);