Home | History | Annotate | Download | only in src

Lines Matching full:sptr1

1366         const uchar* sptr1 = planes[0].ptr();
1373 result = norm_((const uchar*)sptr1, (const uchar*)sptr2, total, cn, normType, result, mptr);
1376 result = norm_((const schar*)sptr1, (const schar*)sptr2, total, cn, normType, result, mptr);
1379 result = norm_((const ushort*)sptr1, (const ushort*)sptr2, total, cn, normType, result, mptr);
1382 result = norm_((const short*)sptr1, (const short*)sptr2, total, cn, normType, result, mptr);
1385 result = norm_((const int*)sptr1, (const int*)sptr2, total, cn, normType, result, mptr);
1388 result = norm_((const float*)sptr1, (const float*)sptr2, total, cn, normType, result, mptr);
1391 result = norm_((const double*)sptr1, (const double*)sptr2, total, cn, normType, result, mptr);
1432 const uchar* sptr1 = planes[0].ptr();
1438 result += crossCorr_((const uchar*)sptr1, (const uchar*)sptr2, total);
1441 result += crossCorr_((const schar*)sptr1, (const schar*)sptr2, total);
1444 result += crossCorr_((const ushort*)sptr1, (const ushort*)sptr2, total);
1447 result += crossCorr_((const short*)sptr1, (const short*)sptr2, total);
1450 result += crossCorr_((const int*)sptr1, (const int*)sptr2, total);
1453 result += crossCorr_((const float*)sptr1, (const float*)sptr2, total);
1456 result += crossCorr_((const double*)sptr1, (const double*)sptr2, total);
1529 const uchar* sptr1 = planes[0].ptr();
1533 logicOp_(sptr1, sptr2, dptr, total, op);
1647 const uchar* sptr1 = planes[0].ptr();
1654 compare_((const uchar*)sptr1, (const uchar*)sptr2, dptr, total, cmpop);
1657 compare_((const schar*)sptr1, (const schar*)sptr2, dptr, total, cmpop);
1660 compare_((const ushort*)sptr1, (const ushort*)sptr2, dptr, total, cmpop);
1663 compare_((const short*)sptr1, (const short*)sptr2, dptr, total, cmpop);
1666 compare_((const int*)sptr1, (const int*)sptr2, dptr, total, cmpop);
1669 compare_((const float*)sptr1, (const float*)sptr2, dptr, total, cmpop);
1672 compare_((const double*)sptr1, (const double*)sptr2, dptr, total, cmpop);
1826 const uchar* sptr1 = planes[0].ptr();
1833 realmaxdiff = cmpUlpsInt_((const uchar*)sptr1, (const uchar*)sptr2, total, imaxDiff, startidx, idx);
1836 realmaxdiff = cmpUlpsInt_((const schar*)sptr1, (const schar*)sptr2, total, imaxDiff, startidx, idx);
1839 realmaxdiff = cmpUlpsInt_((const ushort*)sptr1, (const ushort*)sptr2, total, imaxDiff, startidx, idx);
1842 realmaxdiff = cmpUlpsInt_((const short*)sptr1, (const short*)sptr2, total, imaxDiff, startidx, idx);
1845 realmaxdiff = cmpUlpsInt_((const int*)sptr1, (const int*)sptr2, total, imaxDiff, startidx, idx);
1848 realmaxdiff = cmpUlpsFlt_((const int*)sptr1, (const int*)sptr2, total, imaxDiff, startidx, idx);
1851 realmaxdiff = cmpUlpsFlt_((const int64*)sptr1, (const int64*)sptr2, total, imaxDiff, startidx, idx);
1993 const uchar* sptr1 = planes[0].ptr();
1999 realmaxdiff = cmpUlpsInt_((const uchar*)sptr1, (const uchar*)sptr2, total, ilevel, startidx, idx);
2002 realmaxdiff = cmpUlpsInt_((const schar*)sptr1, (const schar*)sptr2, total, ilevel, startidx, idx);
2005 realmaxdiff = cmpUlpsInt_((const ushort*)sptr1, (const ushort*)sptr2, total, ilevel, startidx, idx);
2008 realmaxdiff = cmpUlpsInt_((const short*)sptr1, (const short*)sptr2, total, ilevel, startidx, idx);
2011 realmaxdiff = cmpUlpsInt_((const int*)sptr1, (const int*)sptr2, total, ilevel, startidx, idx);
2016 double a_val = ((float*)sptr1)[j];
2019 if( ((int*)sptr1)[j] == ((int*)sptr2)[j] )
2047 double a_val = ((double*)sptr1)[j];
2050 if( ((int64*)sptr1)[j] == ((int64*)sptr2)[j] )
2391 const uchar* sptr1 = planes[0].ptr();
2398 minmax_((const uchar*)sptr1, (const uchar*)sptr2, (uchar*)dptr, total, op);
2401 minmax_((const schar*)sptr1, (const schar*)sptr2, (schar*)dptr, total, op);
2404 minmax_((const ushort*)sptr1, (const ushort*)sptr2, (ushort*)dptr, total, op);
2407 minmax_((const short*)sptr1, (const short*)sptr2, (short*)dptr, total, op);
2410 minmax_((const int*)sptr1, (const int*)sptr2, (int*)dptr, total, op);
2413 minmax_((const float*)sptr1, (const float*)sptr2, (float*)dptr, total, op);
2416 minmax_((const double*)sptr1, (const double*)sptr2, (double*)dptr, total, op);
2460 const uchar* sptr1 = planes[0].ptr();
2466 minmax_((const uchar*)sptr1, saturate_cast<uchar>(ival), (uchar*)dptr, total, op);
2469 minmax_((const schar*)sptr1, saturate_cast<schar>(ival), (schar*)dptr, total, op);
2472 minmax_((const ushort*)sptr1, saturate_cast<ushort>(ival), (ushort*)dptr, total, op);
2475 minmax_((const short*)sptr1, saturate_cast<short>(ival), (short*)dptr, total, op);
2478 minmax_((const int*)sptr1, saturate_cast<int>(ival), (int*)dptr, total, op);
2481 minmax_((const float*)sptr1, saturate_cast<float>(val), (float*)dptr, total, op);
2484 minmax_((const double*)sptr1, saturate_cast<double>(val), (double*)dptr, total, op);
2531 const uchar* sptr1 = planes[0].ptr();
2538 muldiv_((const uchar*)sptr1, (const uchar*)sptr2, (uchar*)dptr, total, scale, op);
2541 muldiv_((const schar*)sptr1, (const schar*)sptr2, (schar*)dptr, total, scale, op);
2544 muldiv_((const ushort*)sptr1, (const ushort*)sptr2, (ushort*)dptr, total, scale, op);
2547 muldiv_((const short*)sptr1, (const short*)sptr2, (short*)dptr, total, scale, op);
2550 muldiv_((const int*)sptr1, (const int*)sptr2, (int*)dptr, total, scale, op);
2553 muldiv_((const float*)sptr1, (const float*)sptr2, (float*)dptr, total, scale, op);
2556 muldiv_((const double*)sptr1, (const double*)sptr2, (double*)dptr, total, scale, op);