OpenCV  3.0.0
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_int16x8 Struct Reference

#include "intrin_sse.hpp"

Public Types

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

Public Member Functions

 v_int16x8 ()
 
 v_int16x8 (int16x8_t v)
 
 v_int16x8 (short v0, short v1, short v2, short v3, short v4, short v5, short v6, short v7)
 
 v_int16x8 ()
 
 v_int16x8 (__m128i v)
 
 v_int16x8 (short v0, short v1, short v2, short v3, short v4, short v5, short v6, short v7)
 
short get0 () const
 
short get0 () const
 

Public Attributes

int16x8_t val
 
__m128i val
 

Member Typedef Documentation

typedef short cv::v_int16x8::lane_type
typedef short cv::v_int16x8::lane_type

Member Enumeration Documentation

anonymous enum
Enumerator
nlanes 
anonymous enum
Enumerator
nlanes 

Constructor & Destructor Documentation

cv::v_int16x8::v_int16x8 ( )
inline
cv::v_int16x8::v_int16x8 ( int16x8_t  v)
inlineexplicit
cv::v_int16x8::v_int16x8 ( short  v0,
short  v1,
short  v2,
short  v3,
short  v4,
short  v5,
short  v6,
short  v7 
)
inline
cv::v_int16x8::v_int16x8 ( )
inline
cv::v_int16x8::v_int16x8 ( __m128i  v)
inlineexplicit
cv::v_int16x8::v_int16x8 ( short  v0,
short  v1,
short  v2,
short  v3,
short  v4,
short  v5,
short  v6,
short  v7 
)
inline

Member Function Documentation

short cv::v_int16x8::get0 ( ) const
inline
short cv::v_int16x8::get0 ( ) const
inline

Member Data Documentation

int16x8_t cv::v_int16x8::val
__m128i cv::v_int16x8::val

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