minmax_ 2398 modules/ts/src/ts_func.cpp minmax_((const uchar*)sptr1, (const uchar*)sptr2, (uchar*)dptr, total, op); minmax_ 2401 modules/ts/src/ts_func.cpp minmax_((const schar*)sptr1, (const schar*)sptr2, (schar*)dptr, total, op); minmax_ 2404 modules/ts/src/ts_func.cpp minmax_((const ushort*)sptr1, (const ushort*)sptr2, (ushort*)dptr, total, op); minmax_ 2407 modules/ts/src/ts_func.cpp minmax_((const short*)sptr1, (const short*)sptr2, (short*)dptr, total, op); minmax_ 2410 modules/ts/src/ts_func.cpp minmax_((const int*)sptr1, (const int*)sptr2, (int*)dptr, total, op); minmax_ 2413 modules/ts/src/ts_func.cpp minmax_((const float*)sptr1, (const float*)sptr2, (float*)dptr, total, op); minmax_ 2416 modules/ts/src/ts_func.cpp minmax_((const double*)sptr1, (const double*)sptr2, (double*)dptr, total, op); minmax_ 2466 modules/ts/src/ts_func.cpp minmax_((const uchar*)sptr1, saturate_cast<uchar>(ival), (uchar*)dptr, total, op); minmax_ 2469 modules/ts/src/ts_func.cpp minmax_((const schar*)sptr1, saturate_cast<schar>(ival), (schar*)dptr, total, op); minmax_ 2472 modules/ts/src/ts_func.cpp minmax_((const ushort*)sptr1, saturate_cast<ushort>(ival), (ushort*)dptr, total, op); minmax_ 2475 modules/ts/src/ts_func.cpp minmax_((const short*)sptr1, saturate_cast<short>(ival), (short*)dptr, total, op); minmax_ 2478 modules/ts/src/ts_func.cpp minmax_((const int*)sptr1, saturate_cast<int>(ival), (int*)dptr, total, op); minmax_ 2481 modules/ts/src/ts_func.cpp minmax_((const float*)sptr1, saturate_cast<float>(val), (float*)dptr, total, op); minmax_ 2484 modules/ts/src/ts_func.cpp minmax_((const double*)sptr1, saturate_cast<double>(val), (double*)dptr, total, op);