Searched defs:cvtScale_SIMD (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/core/src/ |
D | convert.cpp | 1940 struct cvtScale_SIMD struct 1942 int operator () (const T *, DT *, int, WT, WT) const in operator ()() 1953 struct cvtScale_SIMD<uchar, uchar, float> struct 1955 int operator () (const uchar * src, uchar * dst, int width, float scale, float shift) const in operator ()() 1984 struct cvtScale_SIMD<uchar, schar, float> struct 1986 int operator () (const uchar * src, schar * dst, int width, float scale, float shift) const in operator ()() 2017 struct cvtScale_SIMD<uchar, ushort, float> struct 2019 cvtScale_SIMD() in cvtScale_SIMD() function 2024 int operator () (const uchar * src, ushort * dst, int width, float scale, float shift) const in operator ()() 2051 bool haveSSE; [all …]
|