Searched defs:cvtScaleAbs_SIMD (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/core/src/ |
D | convert.cpp | 1455 struct cvtScaleAbs_SIMD struct 1457 int operator () (const T *, DT *, int, WT, WT) const in operator ()() 1466 struct cvtScaleAbs_SIMD<uchar, uchar, float> struct 1468 int operator () (const uchar * src, uchar * dst, int width, in operator ()() 1503 struct cvtScaleAbs_SIMD<schar, uchar, float> struct 1505 int operator () (const schar * src, uchar * dst, int width, in operator ()() 1545 struct cvtScaleAbs_SIMD<ushort, uchar, float> struct 1547 int operator () (const ushort * src, uchar * dst, int width, in operator ()() 1576 struct cvtScaleAbs_SIMD<short, uchar, float> struct 1578 int operator () (const short * src, uchar * dst, int width, in operator ()() [all …]
|