OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
cv::v_uint16x8 Struct Reference

#include "intrin_sse.hpp"

Public Types

enum  { nlanes = 8 }
 
enum  { nlanes = 8 }
 
typedef ushort lane_type
 
typedef ushort lane_type
 

Public Member Functions

 v_uint16x8 ()
 
 v_uint16x8 (uint16x8_t v)
 
 v_uint16x8 (ushort v0, ushort v1, ushort v2, ushort v3, ushort v4, ushort v5, ushort v6, ushort v7)
 
 v_uint16x8 ()
 
 v_uint16x8 (__m128i v)
 
 v_uint16x8 (ushort v0, ushort v1, ushort v2, ushort v3, ushort v4, ushort v5, ushort v6, ushort v7)
 
ushort get0 () const
 
ushort get0 () const
 

Public Attributes

uint16x8_t val
 
__m128i val
 

Member Typedef Documentation

Member Enumeration Documentation

anonymous enum
Enumerator
nlanes 
anonymous enum
Enumerator
nlanes 

Constructor & Destructor Documentation

cv::v_uint16x8::v_uint16x8 ( )
inline
cv::v_uint16x8::v_uint16x8 ( uint16x8_t  v)
inlineexplicit
cv::v_uint16x8::v_uint16x8 ( ushort  v0,
ushort  v1,
ushort  v2,
ushort  v3,
ushort  v4,
ushort  v5,
ushort  v6,
ushort  v7 
)
inline
cv::v_uint16x8::v_uint16x8 ( )
inline
cv::v_uint16x8::v_uint16x8 ( __m128i  v)
inlineexplicit
cv::v_uint16x8::v_uint16x8 ( ushort  v0,
ushort  v1,
ushort  v2,
ushort  v3,
ushort  v4,
ushort  v5,
ushort  v6,
ushort  v7 
)
inline

Member Function Documentation

ushort cv::v_uint16x8::get0 ( ) const
inline
ushort cv::v_uint16x8::get0 ( ) const
inline

Member Data Documentation

uint16x8_t cv::v_uint16x8::val
__m128i cv::v_uint16x8::val

The documentation for this struct was generated from the following files: