OpenCV  4.1.0
Open Source Computer Vision
Namespaces | Macros
intrin_sse_em.hpp File Reference

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 

Macros

#define OPENCV_HAL_SSE_WRAP_1(fun, tp)
 
#define OPENCV_HAL_SSE_WRAP_2(fun, tp)
 
#define OPENCV_HAL_SSE_WRAP_3(fun, tp)
 

Macro Definition Documentation

#define OPENCV_HAL_SSE_WRAP_1 (   fun,
  tp 
)
Value:
inline tp _v128_##fun(const tp& a) \
{ return _mm_##fun(a); }
#define OPENCV_HAL_SSE_WRAP_2 (   fun,
  tp 
)
Value:
inline tp _v128_##fun(const tp& a, const tp& b) \
{ return _mm_##fun(a, b); }
#define OPENCV_HAL_SSE_WRAP_3 (   fun,
  tp 
)
Value:
inline tp _v128_##fun(const tp& a, const tp& b, const tp& c) \
{ return _mm_##fun(a, b, c); }