OpenCV  4.5.2
Open Source Computer Vision
Public Types | Public Member Functions | Public Attributes | List of all members
cv::v_int16x8 Struct Reference

#include <opencv2/core/hal/intrin_rvv.hpp>

Public Types

enum  { nlanes = 8 }
 
typedef short lane_type
 

Public Member Functions

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

Public Attributes

short val [8]
 

Member Typedef Documentation

typedef short cv::v_int16x8::lane_type

Member Enumeration Documentation

anonymous enum
Enumerator
nlanes 

Constructor & Destructor Documentation

cv::v_int16x8::v_int16x8 ( )
inline
cv::v_int16x8::v_int16x8 ( vint16m1_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

Member Function Documentation

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

Member Data Documentation

short cv::v_int16x8::val[8]

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