Searched refs:alignSize (Results 1 - 25 of 30) sorted by relevance

12

/external/opencv3/modules/core/src/
H A Dstl.cpp49 size_t totalsize = alignSize(len + 1, (int)sizeof(int));
H A Dcuda_host_mem.cpp222 size_t datasize = alignSize(nettosize, (int)sizeof(*refcount));
H A Dlapack.cpp1201 size_t vstep = alignSize(n*esz, 16);
1202 size_t astep = method == DECOMP_SVD && !is_normal ? alignSize(m*esz, 16) : vstep;
1342 size_t elemSize = src.elemSize(), astep = alignSize(n*elemSize, 16);
1385 size_t esz = src.elemSize(), astep = alignSize(m*esz, 16), vstep = alignSize(n*esz, 16);
H A Docl.cpp3986 entry.capacity_ = alignSize(size, (int)_allocationGranularity(size));
4030 entry.capacity_ = alignSize(size, (int)_allocationGranularity(size));
/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp454 void COutArchive::SkipAlign(unsigned pos, unsigned alignSize) argument
459 pos &= (alignSize - 1);
462 unsigned skip = alignSize - pos;
464 skip += alignSize;
H A D7zOut.h262 void SkipAlign(unsigned pos, unsigned alignSize);
/external/opencv3/modules/imgcodecs/src/
H A Dgrfmt_pxm.cpp391 m_buf->reserve( alignSize(256 + (isBinary ? fileStep*height :
H A Dgrfmt_bmp.cpp524 m_buf->reserve( alignSize(fileSize + 16, 256) );
H A Dgrfmt_tiff.cpp728 m_buf->reserve( alignSize(stripCount*8 + fileStep*height + 256, 256) );
/external/v8/test/mjsunit/asm/embenchen/
H A Dcopy.js292 type.alignSize = 0;
298 var size, alignSize;
301 alignSize = Runtime.getAlignSize(field, size);
309 alignSize = Runtime.getAlignSize(null, Types.types[field].alignSize);
311 alignSize = type.alignSize || QUANTUM_SIZE;
315 alignSize = Runtime.getAlignSize(null, Types.types[field].alignSize);
320 alignSize
[all...]
H A Dcorrections.js292 type.alignSize = 0;
298 var size, alignSize;
301 alignSize = Runtime.getAlignSize(field, size);
309 alignSize = Runtime.getAlignSize(null, Types.types[field].alignSize);
311 alignSize = type.alignSize || QUANTUM_SIZE;
315 alignSize = Runtime.getAlignSize(null, Types.types[field].alignSize);
320 alignSize
[all...]
H A Dprimes.js292 type.alignSize = 0;
298 var size, alignSize;
301 alignSize = Runtime.getAlignSize(field, size);
309 alignSize = Runtime.getAlignSize(null, Types.types[field].alignSize);
311 alignSize = type.alignSize || QUANTUM_SIZE;
315 alignSize = Runtime.getAlignSize(null, Types.types[field].alignSize);
320 alignSize
[all...]
H A Dfannkuch.js323 type.alignSize = 0;
329 var size, alignSize;
332 alignSize = Runtime.getAlignSize(field, size);
340 alignSize = Runtime.getAlignSize(null, Types.types[field].alignSize);
342 alignSize = type.alignSize || QUANTUM_SIZE;
346 alignSize = Runtime.getAlignSize(null, Types.types[field].alignSize);
351 alignSize
[all...]
H A Dfasta.js302 type.alignSize = 0;
308 var size, alignSize;
311 alignSize = Runtime.getAlignSize(field, size);
319 alignSize = Runtime.getAlignSize(null, Types.types[field].alignSize);
321 alignSize = type.alignSize || QUANTUM_SIZE;
325 alignSize = Runtime.getAlignSize(null, Types.types[field].alignSize);
330 alignSize
[all...]
H A Dmemops.js292 type.alignSize = 0;
298 var size, alignSize;
301 alignSize = Runtime.getAlignSize(field, size);
309 alignSize = Runtime.getAlignSize(null, Types.types[field].alignSize);
311 alignSize = type.alignSize || QUANTUM_SIZE;
315 alignSize = Runtime.getAlignSize(null, Types.types[field].alignSize);
320 alignSize
[all...]
H A Dzlib.js292 type.alignSize = 0;
298 var size, alignSize;
301 alignSize = Runtime.getAlignSize(field, size);
309 alignSize = Runtime.getAlignSize(null, Types.types[field].alignSize);
311 alignSize = type.alignSize || QUANTUM_SIZE;
315 alignSize = Runtime.getAlignSize(null, Types.types[field].alignSize);
320 alignSize
[all...]
H A Dbox2d.js293 type.alignSize = 0;
299 var size, alignSize;
302 alignSize = Runtime.getAlignSize(field, size);
310 alignSize = Runtime.getAlignSize(null, Types.types[field].alignSize);
312 alignSize = type.alignSize || QUANTUM_SIZE;
316 alignSize = Runtime.getAlignSize(null, Types.types[field].alignSize);
321 alignSize
[all...]
H A Dlua_binarytrees.js324 type.alignSize = 0;
330 var size, alignSize;
333 alignSize = Runtime.getAlignSize(field, size);
341 alignSize = Runtime.getAlignSize(null, Types.types[field].alignSize);
343 alignSize = type.alignSize || QUANTUM_SIZE;
347 alignSize = Runtime.getAlignSize(null, Types.types[field].alignSize);
352 alignSize
[all...]
/external/opencv3/modules/core/include/opencv2/core/
H A Dutility.hpp345 static inline size_t alignSize(size_t sz, int n) function in namespace:cv
/external/opencv3/modules/objdetect/test/
H A Dtest_cascadeandhog.cpp1018 padding.width = (int)alignSize(std::max(padding.width, 0), cacheStride.width);
1019 padding.height = (int)alignSize(std::max(padding.height, 0), cacheStride.height);
1120 padding.width = (int)alignSize(std::max(padding.width, 0), cacheStride.width);
1121 padding.height = (int)alignSize(std::max(padding.height, 0), cacheStride.height);
/external/opencv3/modules/calib3d/src/
H A Drho.cpp803 total = alignSize(v ## _of + v ## _sz, MEM_ALIGN)
848 total = alignSize(v ## _of + v ## _sz, MEM_ALIGN)
/external/opencv3/modules/objdetect/src/
H A Dhog.cpp1406 padding.width = (int)alignSize(std::max(padding.width, 0), cacheStride.width);
1407 padding.height = (int)alignSize(std::max(padding.height, 0), cacheStride.height);
1474 padding.width = (int)alignSize(std::max(padding.width, 0), cacheStride.width);
1475 padding.height = (int)alignSize(std::max(padding.height, 0), cacheStride.height);
3342 padding.width = (int)alignSize(std::max(padding.width, 0), cacheStride.width);
3343 padding.height = (int)alignSize(std::max(padding.height, 0), cacheStride.height);
H A Dcascadedetect.cpp441 sbufSize.width = std::max(sbufSize.width, (int)alignSize(cvRound(imgsz.width/_scales[0]) + 31, 32));
512 sz0 = Size(std::max(rbuf.cols, (int)alignSize(sz0.width, 16)), std::max(rbuf.rows, sz0.height));
/external/opencv3/modules/imgproc/src/
H A Dpyramids.cpp859 int bufstep = (int)alignSize(dsize.width*cn, 16);
983 int bufstep = (int)alignSize((dsize.width+1)*cn, 16);
/external/opencv3/modules/video/src/
H A Dlkpyramid.cpp65 int x, y, delta = (int)alignSize((cols + 2)*cn, 16);

Completed in 545 milliseconds

12