HomeSort by relevance Sort by last modified time
    Searched refs:alignPtr (Results 1 - 23 of 23) sorted by null

  /external/opencv3/modules/core/src/
alloc.cpp 67 uchar** adata = alignPtr((uchar**)udata + 1, CV_MALLOC_ALIGN);
270 first = alignPtr((Block*)(this+1), MEM_BLOCK_SIZE);
491 uchar** adata = alignPtr((uchar**)udata + 2, MEM_BLOCK_SIZE);
lapack.cpp 111 int* indR = (int*)alignPtr(buf, sizeof(int));
685 (double*)alignPtr(buffer, sizeof(double)), (float)(DBL_EPSILON*2) );
700 (double*)alignPtr(buffer, sizeof(double)), DBL_EPSILON*2 );
808 uchar* buf = alignPtr((uchar*)_buf, (int)esz);
827 uchar* buf = alignPtr((uchar*)_buf, (int)esz);
    [all...]
arithm.cpp     [all...]
copy.cpp 564 uchar* scbuf = alignPtr((uchar*)_scbuf, (int)sizeof(double));
    [all...]
dxt.cpp     [all...]
convert.cpp     [all...]
  /external/opencv3/modules/calib3d/src/
stereobm.cpp 113 int* vsum = (int*)alignPtr(buf + (wsz2 + 1)*sizeof(vsum[0]), 32);
354 sad = (ushort*)alignPtr(buf + sizeof(sad[0]), ALIGN);
355 hsad0 = (ushort*)alignPtr(sad + ndisp + 1 + dy0*ndisp, ALIGN);
356 htext = (int*)alignPtr((int*)(hsad0 + (height+dy1)*ndisp) + wsz2 + 2, ALIGN);
357 cbuf0 = (uchar*)alignPtr((uchar*)(htext + height + wsz2 + 2) + dy0*ndisp, ALIGN);
611 sad = (int*)alignPtr(buf + sizeof(sad[0]), ALIGN);
612 hsad0 = (int*)alignPtr(sad + ndisp + 1 + dy0*ndisp, ALIGN);
613 htext = (int*)alignPtr((int*)(hsad0 + (height+dy1)*ndisp) + wsz2 + 2, ALIGN);
614 cbuf0 = (uchar*)alignPtr((uchar*)(htext + height + wsz2 + 2) + dy0*ndisp, ALIGN);
    [all...]
rho.cpp 819 unsigned char* ptr = alignPtr(mem.perObj.data, MEM_ALIGN);
859 unsigned char* ptr = alignPtr(mem.perRun.data, MEM_ALIGN);
    [all...]
stereosgbm.cpp 391 CostType* Cbuf = (CostType*)alignPtr(buffer.ptr(), ALIGN);
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
utility.hpp 333 template<typename _Tp> static inline _Tp* alignPtr(_Tp* ptr, int n=(int)sizeof(_Tp))
  /external/opencv3/modules/imgproc/src/
distransform.cpp 508 int* v = alignPtr((int*)(z + n + 1), sizeof(int));
568 int* sat_tab = cv::alignPtr((int*)(sqr_tab + m*2), sizeof(int));
filter.cpp 188 uchar *dst = alignPtr(&constBorderRow[0], VEC_ALIGN), *tdst;
223 uchar* dst = isSeparable() ? &srcRow[0] : alignPtr(&ringBuf[0],VEC_ALIGN) + bufStep*i;
329 uchar* brow = alignPtr(&ringBuf[0], VEC_ALIGN) + bi*bufStep;
371 brows[i] = alignPtr(&constBorderRow[0], VEC_ALIGN);
378 brows[i] = alignPtr(&ringBuf[0], VEC_ALIGN) + bi*bufStep;
    [all...]
pyramids.cpp     [all...]
canny.cpp 74 uchar* buffer = alignPtr((uchar*)buf, 32);
    [all...]
shapedescr.cpp 613 const uchar* ptr = (const uchar*)alignPtr(_ptr, 4);
smooth.cpp     [all...]
morph.cpp     [all...]
imgwarp.cpp 139 static short (*BilinearTab_iC4)[2][8] = (short (*)[2][8])alignPtr(BilinearTab_iC4_buf, 16);
    [all...]
  /external/opencv3/modules/video/src/
optflowgf.cpp 420 float *vsum = alignPtr((float*)_vsum + (m+1)*5, 16), *hsum = alignPtr((float*)_hsum, 16);
437 float* simd_kernel = alignPtr(kernel + m+1, 16);
    [all...]
lkpyramid.cpp 67 deriv_type *trow0 = alignPtr(_tempBuf + cn, 16), *trow1 = alignPtr(trow0 + delta, 16);
    [all...]
  /external/opencv3/modules/features2d/src/
fast.cpp 85 cpbuf[0] = (int*)alignPtr(buf[2] + img.cols, sizeof(int)) + 1;
  /external/opencv3/apps/traincascade/
old_ml_boost.cpp 381 double* cjk = (double*)cv::alignPtr(base_buf,sizeof(double))+2;
571 double* sum = (double*)cv::alignPtr(base_buf,sizeof(double)) + 1;
746 double* lc = (double*)cv::alignPtr(cat_labels_buf + n, sizeof(double)) + 1;
    [all...]
old_ml_tree.cpp     [all...]

Completed in 559 milliseconds