Lines Matching refs:norm_

1128 norm_(const _Tp* src, size_t total, int cn, int normType, double startval, const uchar* mask)  in norm_()  function
1185 norm_(const _Tp* src1, const _Tp* src2, size_t total, int cn, int normType, double startval, const … in norm_() function
1291 result = norm_((const uchar*)sptr, total, cn, normType, result, mptr); in norm()
1294 result = norm_((const schar*)sptr, total, cn, normType, result, mptr); in norm()
1297 result = norm_((const ushort*)sptr, total, cn, normType, result, mptr); in norm()
1300 result = norm_((const short*)sptr, total, cn, normType, result, mptr); in norm()
1303 result = norm_((const int*)sptr, total, cn, normType, result, mptr); in norm()
1306 result = norm_((const float*)sptr, total, cn, normType, result, mptr); in norm()
1309 result = norm_((const double*)sptr, total, cn, normType, result, mptr); in norm()
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()