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

  /external/opencv3/modules/hal/src/
stat.cpp 188 float CV_DECL_ALIGNED(16) buf[4];
222 float CV_DECL_ALIGNED(16) buf[4];
223 static const int CV_DECL_ALIGNED(16) absbuf[4] = {0x7fffffff, 0x7fffffff, 0x7fffffff, 0x7fffffff};
241 float CV_DECL_ALIGNED(16) buf[4];
290 uint CV_DECL_ALIGNED(16) buf[4];
mathfuncs.cpp 474 ushort CV_DECL_ALIGNED(16) tab_idx[8];
673 int CV_DECL_ALIGNED(16) tab_idx[4];
823 static const double CV_DECL_ALIGNED(16) icvLogTab[] = {
    [all...]
  /external/opencv3/modules/imgproc/src/
moments.cpp 260 int CV_DECL_ALIGNED(16) buf[4];
271 ushort CV_DECL_ALIGNED(8) init[4] = { 0, 1, 2, 3 };
326 uint CV_DECL_ALIGNED(16) buf[4];
385 int CV_DECL_ALIGNED(16) buf[4];
386 int64 CV_DECL_ALIGNED(16) buf64[2];
smooth.cpp     [all...]
histogram.cpp     [all...]
color.cpp     [all...]
imgwarp.cpp     [all...]
  /external/opencv3/modules/hal/include/opencv2/hal/
defs.h 83 # define CV_DECL_ALIGNED(x) __attribute__ ((aligned (x)))
85 # define CV_DECL_ALIGNED(x) __declspec(align(x))
87 # define CV_DECL_ALIGNED(x)
intrin_neon.hpp 565 scalartype CV_DECL_ALIGNED(16) buf[4]; \
intrin_sse.hpp     [all...]
  /external/opencv3/modules/core/src/
stat.cpp 110 int CV_DECL_ALIGNED(16) ar[4];
139 double CV_DECL_ALIGNED(16) ar[4];
170 double CV_DECL_ALIGNED(16) ar[4];
217 unsigned int CV_DECL_ALIGNED(16) ar[4];
260 int CV_DECL_ALIGNED(16) ar[4];
293 unsigned int CV_DECL_ALIGNED(16) ar[4];
326 int CV_DECL_ALIGNED(16) ar[4];
552 CV_DECL_ALIGNED(16) unsigned int buf[4];
605 CV_DECL_ALIGNED(16) unsigned int buf[4];
658 CV_DECL_ALIGNED(16) unsigned int buf[4]
    [all...]
matmul.cpp     [all...]
lapack.cpp 873 static const uchar CV_DECL_ALIGNED(16) inv[16] = {0,0,0,0,0,0,0,0x80,0,0,0,0x80,0,0,0,0};
913 static const uchar CV_DECL_ALIGNED(16) inv[8] = {0,0,0,0,0,0,0,0x80};
    [all...]
arithm.cpp 398 static unsigned int CV_DECL_ALIGNED(32) v32f_absmask[] = { 0x7fffffff, 0x7fffffff, 0x7fffffff, 0x7fffffff,
400 static unsigned int CV_DECL_ALIGNED(32) v64f_absmask[] = { 0xffffffff, 0x7fffffff, 0xffffffff, 0x7fffffff,
549 static unsigned int CV_DECL_ALIGNED(16) v32f_absmask[] = { 0x7fffffff, 0x7fffffff, 0x7fffffff, 0x7fffffff };
550 static unsigned int CV_DECL_ALIGNED(16) v64f_absmask[] = { 0xffffffff, 0x7fffffff, 0xffffffff, 0x7fffffff };
    [all...]
  /external/opencv3/modules/video/src/
lkpyramid.cpp 297 int CV_DECL_ALIGNED(16) nA11[] = {0, 0, 0, 0}, nA12[] = {0, 0, 0, 0}, nA22[] = {0, 0, 0, 0};
467 float CV_DECL_ALIGNED(16) A11buf[4], A12buf[4], A22buf[4];
533 int CV_DECL_ALIGNED(16) nB1[] = {0,0,0,0}, nB2[] = {0,0,0,0};
668 float CV_DECL_ALIGNED(16) bbuf[4];
    [all...]
  /external/opencv3/modules/objdetect/src/
haar.cpp 645 int CV_DECL_ALIGNED(32) idxV[8] = {0,0,0,0,0,0,0,0};
652 float CV_DECL_ALIGNED(32) tmp[8] = {0,0,0,0,0,0,0,0};
771 double CV_DECL_ALIGNED(16) temp[2];
    [all...]
  /external/opencv3/modules/calib3d/src/
stereosgbm.cpp 727 short CV_DECL_ALIGNED(16) bestDispBuf[8];
    [all...]
stereobm.cpp 510 ushort CV_DECL_ALIGNED(16) minsad_buf[8], mind_buf[8];
    [all...]

Completed in 226 milliseconds