Home
last modified time | relevance | path

Searched refs:sptr2 (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/ts/src/
Dts_func.cpp1367 const uchar* sptr2 = planes[1].ptr(); in norm() local
1373 … result = norm_((const uchar*)sptr1, (const uchar*)sptr2, total, cn, normType, result, mptr); in norm()
1376 … result = norm_((const schar*)sptr1, (const schar*)sptr2, total, cn, normType, result, mptr); in norm()
1379 … result = norm_((const ushort*)sptr1, (const ushort*)sptr2, total, cn, normType, result, mptr); in norm()
1382 … result = norm_((const short*)sptr1, (const short*)sptr2, total, cn, normType, result, mptr); in norm()
1385 result = norm_((const int*)sptr1, (const int*)sptr2, total, cn, normType, result, mptr); in norm()
1388 … result = norm_((const float*)sptr1, (const float*)sptr2, total, cn, normType, result, mptr); in norm()
1391 … result = norm_((const double*)sptr1, (const double*)sptr2, total, cn, normType, result, mptr); in norm()
1433 const uchar* sptr2 = planes[1].ptr(); in crossCorr() local
1438 result += crossCorr_((const uchar*)sptr1, (const uchar*)sptr2, total); in crossCorr()
[all …]
/external/opencv/cv/src/
Dcvfilter.cpp1267 const int* sptr0 = src[-1], *sptr1 = src[0], *sptr2 = src[1]; in icvFilterColSymm_32s8u() local
1271 int s0 = sptr1[i]*k0 + (sptr0[i] + sptr2[i])*k1; in icvFilterColSymm_32s8u()
1272 int s1 = sptr1[i+1]*k0 + (sptr0[i+1] + sptr2[i+1])*k1; in icvFilterColSymm_32s8u()
1281 *sptr2 = src[0], *sptr3 = src[1], *sptr4 = src[2]; in icvFilterColSymm_32s8u() local
1285 int s0 = sptr2[i]*k0 + (sptr1[i] + sptr3[i])*k1 + (sptr0[i] + sptr4[i])*k2; in icvFilterColSymm_32s8u()
1286 … int s1 = sptr2[i+1]*k0 + (sptr1[i+1] + sptr3[i+1])*k1 + (sptr0[i+1] + sptr4[i+1])*k2; in icvFilterColSymm_32s8u()
1296 const int* sptr = src[0] + i, *sptr2; in icvFilterColSymm_32s8u() local
1301 sptr2 = src[-k] + i; in icvFilterColSymm_32s8u()
1303 s0 += f*(sptr[0] + sptr2[0]); in icvFilterColSymm_32s8u()
1304 s1 += f*(sptr[1] + sptr2[1]); in icvFilterColSymm_32s8u()
[all …]
/external/llvm/test/Feature/
Dconstpointer.ll30 @sptr2 = global [11x i8]* @somestr
/external/llvm/test/Integer/
Dconstpointer_bt.ll30 @sptr2 = global [11x i8]* @somestr
/external/opencv3/modules/core/src/
Darithm.cpp2102 const uchar *sptr1 = ptrs[0], *sptr2 = ptrs[1]; in arithm_op() local
2110 sptr2 = sptr1; in arithm_op()
2113 cvtsrc2( sptr2, 1, 0, 1, buf2, 1, bszn, 0 ); in arithm_op()
2114 sptr2 = buf2; in arithm_op()
2118 func( sptr1, 1, sptr2, 1, dptr, 1, bszn, usrdata ); in arithm_op()
2121 func( sptr1, 1, sptr2, 1, wbuf, 0, bszn, usrdata ); in arithm_op()
2168 const uchar* sptr2 = buf2; in arithm_op() local
2178 std::swap(sptr1, sptr2); in arithm_op()
2181 func( sptr1, 1, sptr2, 1, dptr, 1, bszn, usrdata ); in arithm_op()
2184 func( sptr1, 1, sptr2, 1, wbuf, 1, bszn, usrdata ); in arithm_op()