Home
last modified time | relevance | path

Searched defs:Cvt_SIMD (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/src/
Dconvert.cpp4388 struct Cvt_SIMD struct
4390 int operator() (const T *, DT *, int) const in operator ()()
4401 struct Cvt_SIMD<double, uchar> struct
4403 int operator() (const double * src, uchar * dst, int width) const in operator ()()
4430 struct Cvt_SIMD<double, schar> struct
4432 int operator() (const double * src, schar * dst, int width) const in operator ()()
4461 struct Cvt_SIMD<double, ushort> struct
4463 bool haveSIMD;
4464 Cvt_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE4_1); } in Cvt_SIMD() argument
4466 int operator() (const double * src, ushort * dst, int width) const in operator ()()
[all …]