/external/opencv3/modules/hal/src/ |
D | stat.cpp | 188 float CV_DECL_ALIGNED(16) buf[4]; in normL2Sqr_() local 222 float CV_DECL_ALIGNED(16) buf[4]; in normL1_() local 223 … static const int CV_DECL_ALIGNED(16) absbuf[4] = {0x7fffffff, 0x7fffffff, 0x7fffffff, 0x7fffffff}; in normL1_() local 241 float CV_DECL_ALIGNED(16) buf[4]; in normL1_() local 290 uint CV_DECL_ALIGNED(16) buf[4]; in normL1_() local
|
D | mathfuncs.cpp | 474 ushort CV_DECL_ALIGNED(16) tab_idx[8]; in exp() local 673 int CV_DECL_ALIGNED(16) tab_idx[4]; in exp() local 823 static const double CV_DECL_ALIGNED(16) icvLogTab[] = { variable 1111 int CV_DECL_ALIGNED(16) idx[4]; in log() local 1270 int CV_DECL_ALIGNED(16) idx[4]; in log() local
|
/external/opencv3/modules/hal/include/opencv2/hal/ |
D | defs.h | 83 # define CV_DECL_ALIGNED(x) __attribute__ ((aligned (x))) macro 85 # define CV_DECL_ALIGNED(x) __declspec(align(x)) macro 87 # define CV_DECL_ALIGNED(x) macro
|
/external/opencv3/modules/video/src/ |
D | lkpyramid.cpp | 297 int CV_DECL_ALIGNED(16) nA11[] = {0, 0, 0, 0}, nA12[] = {0, 0, 0, 0}, nA22[] = {0, 0, 0, 0}; in operator ()() local 467 float CV_DECL_ALIGNED(16) A11buf[4], A12buf[4], A22buf[4]; in operator ()() local 533 int CV_DECL_ALIGNED(16) nB1[] = {0,0,0,0}, nB2[] = {0,0,0,0}; in operator ()() local 668 float CV_DECL_ALIGNED(16) bbuf[4]; in operator ()() local
|
/external/opencv3/modules/imgproc/src/ |
D | smooth.cpp | 1835 Histogram CV_DECL_ALIGNED(16) H[4]; in medianBlur_8u_O1() local 1836 HT CV_DECL_ALIGNED(16) luc[4][16]; in medianBlur_8u_O1() local 2771 int CV_DECL_ALIGNED(16) buf[4]; in operator ()() local 2772 float CV_DECL_ALIGNED(16) bufSum[4]; in operator ()() local 2773 …static const unsigned int CV_DECL_ALIGNED(16) bufSignMask[] = { 0x80000000, 0x80000000, 0x80000000… in operator ()() local 3153 int CV_DECL_ALIGNED(16) idxBuf[4]; in operator ()() local 3154 float CV_DECL_ALIGNED(16) bufSum32[4]; in operator ()() local 3155 …static const unsigned int CV_DECL_ALIGNED(16) bufSignMask[] = { 0x80000000, 0x80000000, 0x80000000… in operator ()() local
|
D | moments.cpp | 271 ushort CV_DECL_ALIGNED(8) init[4] = { 0, 1, 2, 3 }; in MomentsInTile_SIMD() local
|
D | histogram.cpp | 2340 double CV_DECL_ALIGNED(16) ar[10]; in compareHist() local 2372 float CV_DECL_ALIGNED(16) ar[4]; in compareHist() local 2420 double CV_DECL_ALIGNED(16) ar[6]; in compareHist() local
|
D | color.cpp | 4353 float CV_DECL_ALIGNED(16) buf[3*BLOCK_SIZE]; in operator ()() local 4604 float CV_DECL_ALIGNED(16) buf[3*BLOCK_SIZE]; in operator ()() local 4863 float CV_DECL_ALIGNED(16) buf[3*BLOCK_SIZE]; in operator ()() local 5367 float CV_DECL_ALIGNED(16) buf[3*BLOCK_SIZE]; in operator ()() local 5728 float CV_DECL_ALIGNED(16) buf[3*BLOCK_SIZE]; in operator ()() local 5937 float CV_DECL_ALIGNED(16) buf[3*BLOCK_SIZE]; in operator ()() local
|
D | imgwarp.cpp | 3612 int CV_DECL_ALIGNED(16) iofs0[4], iofs1[4]; in operator ()() local
|
/external/opencv3/modules/objdetect/src/ |
D | haar.cpp | 645 int CV_DECL_ALIGNED(32) idxV[8] = {0,0,0,0,0,0,0,0}; in icvEvalHidHaarClassifierAVX() local 652 float CV_DECL_ALIGNED(32) tmp[8] = {0,0,0,0,0,0,0,0}; in icvEvalHidHaarClassifierAVX() local 912 float CV_DECL_ALIGNED(32) buf[8]; in cvRunHaarClassifierCascadeSum() local 1020 float CV_DECL_ALIGNED(32) tmp[8] = {0,0,0,0,0,0,0,0}; in cvRunHaarClassifierCascadeSum() local
|
/external/opencv3/modules/core/src/ |
D | stat.cpp | 110 int CV_DECL_ALIGNED(16) ar[4]; in operator ()() local 139 double CV_DECL_ALIGNED(16) ar[4]; in operator ()() local 170 double CV_DECL_ALIGNED(16) ar[4]; in operator ()() local 217 unsigned int CV_DECL_ALIGNED(16) ar[4]; in operator ()() local 260 int CV_DECL_ALIGNED(16) ar[4]; in operator ()() local 293 unsigned int CV_DECL_ALIGNED(16) ar[4]; in operator ()() local 326 int CV_DECL_ALIGNED(16) ar[4]; in operator ()() local 794 int CV_DECL_ALIGNED(16) ar[8]; in operator ()() local 853 int CV_DECL_ALIGNED(16) ar[8]; in operator ()() local
|
D | 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}; in invert() local 913 static const uchar CV_DECL_ALIGNED(16) inv[8] = {0,0,0,0,0,0,0,0x80}; in invert() local
|
D | arithm.cpp | 398 static unsigned int CV_DECL_ALIGNED(32) v32f_absmask[] = { 0x7fffffff, 0x7fffffff, 0x7fffffff, 0x7f… variable 400 static unsigned int CV_DECL_ALIGNED(32) v64f_absmask[] = { 0xffffffff, 0x7fffffff, 0xffffffff, 0x7f… variable 549 static unsigned int CV_DECL_ALIGNED(16) v32f_absmask[] = { 0x7fffffff, 0x7fffffff, 0x7fffffff, 0x7f… variable 550 static unsigned int CV_DECL_ALIGNED(16) v64f_absmask[] = { 0xffffffff, 0x7fffffff, 0xffffffff, 0x7f… variable
|
/external/opencv3/modules/calib3d/src/ |
D | stereosgbm.cpp | 727 short CV_DECL_ALIGNED(16) bestDispBuf[8]; in computeDisparitySGBM() local
|
D | stereobm.cpp | 510 ushort CV_DECL_ALIGNED(16) minsad_buf[8], mind_buf[8]; in findStereoCorrespondenceBM_SSE2() local
|