|
v_uint8 | cv::v_abs (const v_int8 &a) |
|
v_uint16 | cv::v_abs (const v_int16 &a) |
|
v_uint32 | cv::v_abs (const v_int32 &a) |
|
v_float32 | cv::v_abs (const v_float32 &a) |
|
v_float64 | cv::v_abs (const v_float64 &a) |
|
v_uint8 | cv::v_absdiff (const v_uint8 &a, const v_uint8 &b) |
|
v_uint16 | cv::v_absdiff (const v_uint16 &a, const v_uint16 &b) |
|
v_uint32 | cv::v_absdiff (const v_uint32 &a, const v_uint32 &b) |
|
v_float32 | cv::v_absdiff (const v_float32 &a, const v_float32 &b) |
|
v_float64 | cv::v_absdiff (const v_float64 &a, const v_float64 &b) |
|
v_uint8 | cv::v_absdiff (const v_int8 &a, const v_int8 &b) |
|
v_uint16 | cv::v_absdiff (const v_int16 &a, const v_int16 &b) |
|
v_uint32 | cv::v_absdiff (const v_int32 &a, const v_int32 &b) |
|
v_int8 | cv::v_absdiffs (const v_int8 &a, const v_int8 &b) |
|
v_int16 | cv::v_absdiffs (const v_int16 &a, const v_int16 &b) |
|
v_uint8 | cv::v_add (const v_uint8 &a, const v_uint8 &b) |
|
v_int8 | cv::v_add (const v_int8 &a, const v_int8 &b) |
|
v_uint16 | cv::v_add (const v_uint16 &a, const v_uint16 &b) |
|
v_int16 | cv::v_add (const v_int16 &a, const v_int16 &b) |
|
v_uint32 | cv::v_add (const v_uint32 &a, const v_uint32 &b) |
|
v_int32 | cv::v_add (const v_int32 &a, const v_int32 &b) |
|
v_float32 | cv::v_add (const v_float32 &a, const v_float32 &b) |
|
v_uint64 | cv::v_add (const v_uint64 &a, const v_uint64 &b) |
|
v_int64 | cv::v_add (const v_int64 &a, const v_int64 &b) |
|
v_float64 | cv::v_add (const v_float64 &a, const v_float64 &b) |
|
template<typename... Args> |
v_uint8 | cv::v_add (const v_uint8 &f1, const v_uint8 &f2, const Args &... vf) |
|
template<typename... Args> |
v_int8 | cv::v_add (const v_int8 &f1, const v_int8 &f2, const Args &... vf) |
|
template<typename... Args> |
v_uint16 | cv::v_add (const v_uint16 &f1, const v_uint16 &f2, const Args &... vf) |
|
template<typename... Args> |
v_int16 | cv::v_add (const v_int16 &f1, const v_int16 &f2, const Args &... vf) |
|
template<typename... Args> |
v_uint32 | cv::v_add (const v_uint32 &f1, const v_uint32 &f2, const Args &... vf) |
|
template<typename... Args> |
v_int32 | cv::v_add (const v_int32 &f1, const v_int32 &f2, const Args &... vf) |
|
template<typename... Args> |
v_float32 | cv::v_add (const v_float32 &f1, const v_float32 &f2, const Args &... vf) |
|
template<typename... Args> |
v_uint64 | cv::v_add (const v_uint64 &f1, const v_uint64 &f2, const Args &... vf) |
|
template<typename... Args> |
v_int64 | cv::v_add (const v_int64 &f1, const v_int64 &f2, const Args &... vf) |
|
template<typename... Args> |
v_float64 | cv::v_add (const v_float64 &f1, const v_float64 &f2, const Args &... vf) |
|
v_uint8 | cv::v_add_wrap (const v_uint8 &a, const v_uint8 &b) |
|
v_int8 | cv::v_add_wrap (const v_int8 &a, const v_int8 &b) |
|
v_uint16 | cv::v_add_wrap (const v_uint16 &a, const v_uint16 &b) |
|
v_int16 | cv::v_add_wrap (const v_int16 &a, const v_int16 &b) |
|
v_uint8 | cv::v_and (const v_uint8 &a, const v_uint8 &b) |
|
v_int8 | cv::v_and (const v_int8 &a, const v_int8 &b) |
|
v_uint16 | cv::v_and (const v_uint16 &a, const v_uint16 &b) |
|
v_int16 | cv::v_and (const v_int16 &a, const v_int16 &b) |
|
v_uint32 | cv::v_and (const v_uint32 &a, const v_uint32 &b) |
|
v_int32 | cv::v_and (const v_int32 &a, const v_int32 &b) |
|
v_uint64 | cv::v_and (const v_uint64 &a, const v_uint64 &b) |
|
v_int64 | cv::v_and (const v_int64 &a, const v_int64 &b) |
|
v_float32 | cv::v_and (const v_float32 &a, const v_float32 &b) |
|
v_float64 | cv::v_and (const v_float64 &a, const v_float64 &b) |
|
template<int s = 0> |
v_uint32 | cv::v_broadcast_element (v_uint32 v, int i=s) |
|
template<int s = 0> |
v_int32 | cv::v_broadcast_element (v_int32 v, int i=s) |
|
template<int s = 0> |
v_float32 | cv::v_broadcast_element (v_float32 v, int i=s) |
|
v_uint32 | cv::v_broadcast_highest (v_uint32 v) |
|
v_int32 | cv::v_broadcast_highest (v_int32 v) |
|
v_float32 | cv::v_broadcast_highest (v_float32 v) |
|
v_int32 | cv::v_ceil (const v_float32 &a) |
|
v_int32 | cv::v_ceil (const v_float64 &a) |
|
bool | cv::v_check_all (const v_int8 &a) |
|
bool | cv::v_check_all (const v_int16 &a) |
|
bool | cv::v_check_all (const v_int32 &a) |
|
bool | cv::v_check_all (const v_int64 &a) |
|
bool | cv::v_check_all (const v_uint8 &a) |
|
bool | cv::v_check_all (const v_uint16 &a) |
|
bool | cv::v_check_all (const v_uint32 &a) |
|
bool | cv::v_check_all (const v_float32 &a) |
|
bool | cv::v_check_all (const v_uint64 &a) |
|
bool | cv::v_check_all (const v_float64 &a) |
|
bool | cv::v_check_any (const v_int8 &a) |
|
bool | cv::v_check_any (const v_int16 &a) |
|
bool | cv::v_check_any (const v_int32 &a) |
|
bool | cv::v_check_any (const v_int64 &a) |
|
bool | cv::v_check_any (const v_uint8 &a) |
|
bool | cv::v_check_any (const v_uint16 &a) |
|
bool | cv::v_check_any (const v_uint32 &a) |
|
bool | cv::v_check_any (const v_float32 &a) |
|
bool | cv::v_check_any (const v_uint64 &a) |
|
bool | cv::v_check_any (const v_float64 &a) |
|
void | cv::v_cleanup () |
|
v_uint8 | cv::v_combine_high (const v_uint8 &a, const v_uint8 &b) |
|
v_int8 | cv::v_combine_high (const v_int8 &a, const v_int8 &b) |
|
v_uint16 | cv::v_combine_high (const v_uint16 &a, const v_uint16 &b) |
|
v_int16 | cv::v_combine_high (const v_int16 &a, const v_int16 &b) |
|
v_uint32 | cv::v_combine_high (const v_uint32 &a, const v_uint32 &b) |
|
v_int32 | cv::v_combine_high (const v_int32 &a, const v_int32 &b) |
|
v_float32 | cv::v_combine_high (const v_float32 &a, const v_float32 &b) |
|
v_float64 | cv::v_combine_high (const v_float64 &a, const v_float64 &b) |
|
v_uint8 | cv::v_combine_low (const v_uint8 &a, const v_uint8 &b) |
|
v_int8 | cv::v_combine_low (const v_int8 &a, const v_int8 &b) |
|
v_uint16 | cv::v_combine_low (const v_uint16 &a, const v_uint16 &b) |
|
v_int16 | cv::v_combine_low (const v_int16 &a, const v_int16 &b) |
|
v_uint32 | cv::v_combine_low (const v_uint32 &a, const v_uint32 &b) |
|
v_int32 | cv::v_combine_low (const v_int32 &a, const v_int32 &b) |
|
v_float32 | cv::v_combine_low (const v_float32 &a, const v_float32 &b) |
|
v_float64 | cv::v_combine_low (const v_float64 &a, const v_float64 &b) |
|
v_float32 | cv::v_cvt_f32 (const v_int32 &a) |
|
v_float32 | cv::v_cvt_f32 (const v_float64 &a) |
|
v_float32 | cv::v_cvt_f32 (const v_float64 &a, const v_float64 &b) |
|
v_float64 | cv::v_cvt_f64 (const v_int32 &a) |
|
v_float64 | cv::v_cvt_f64 (const v_float32 &a) |
|
v_float64 | cv::v_cvt_f64 (const v_int64 &a) |
|
v_float64 | cv::v_cvt_f64_high (const v_int32 &a) |
|
v_float64 | cv::v_cvt_f64_high (const v_float32 &a) |
|
v_float32 | cv::v_div (const v_float32 &a, const v_float32 &b) |
|
v_float64 | cv::v_div (const v_float64 &a, const v_float64 &b) |
|
v_int32 | cv::v_dotprod (const v_int16 &a, const v_int16 &b) |
|
v_int32 | cv::v_dotprod (const v_int16 &a, const v_int16 &b, const v_int32 &c) |
|
v_int64 | cv::v_dotprod (const v_int32 &a, const v_int32 &b) |
|
v_int64 | cv::v_dotprod (const v_int32 &a, const v_int32 &b, const v_int64 &c) |
|
v_uint32 | cv::v_dotprod_expand (const v_uint8 &a, const v_uint8 &b) |
|
v_uint32 | cv::v_dotprod_expand (const v_uint8 &a, const v_uint8 &b, const v_uint32 &c) |
|
v_int32 | cv::v_dotprod_expand (const v_int8 &a, const v_int8 &b) |
|
v_int32 | cv::v_dotprod_expand (const v_int8 &a, const v_int8 &b, const v_int32 &c) |
|
v_uint64 | cv::v_dotprod_expand (const v_uint16 &a, const v_uint16 &b) |
|
v_uint64 | cv::v_dotprod_expand (const v_uint16 &a, const v_uint16 &b, const v_uint64 &c) |
|
v_int64 | cv::v_dotprod_expand (const v_int16 &a, const v_int16 &b) |
|
v_int64 | cv::v_dotprod_expand (const v_int16 &a, const v_int16 &b, const v_int64 &c) |
|
v_float64 | cv::v_dotprod_expand (const v_int32 &a, const v_int32 &b) |
|
v_float64 | cv::v_dotprod_expand (const v_int32 &a, const v_int32 &b, const v_float64 &c) |
|
v_uint32 | cv::v_dotprod_expand_fast (const v_uint8 &a, const v_uint8 &b) |
|
v_uint32 | cv::v_dotprod_expand_fast (const v_uint8 &a, const v_uint8 &b, const v_uint32 &c) |
|
v_int32 | cv::v_dotprod_expand_fast (const v_int8 &a, const v_int8 &b) |
|
v_int32 | cv::v_dotprod_expand_fast (const v_int8 &a, const v_int8 &b, const v_int32 &c) |
|
v_uint64 | cv::v_dotprod_expand_fast (const v_uint16 &a, const v_uint16 &b) |
|
v_uint64 | cv::v_dotprod_expand_fast (const v_uint16 &a, const v_uint16 &b, const v_uint64 &c) |
|
v_int64 | cv::v_dotprod_expand_fast (const v_int16 &a, const v_int16 &b) |
|
v_int64 | cv::v_dotprod_expand_fast (const v_int16 &a, const v_int16 &b, const v_int64 &c) |
|
v_float64 | cv::v_dotprod_expand_fast (const v_int32 &a, const v_int32 &b) |
|
v_float64 | cv::v_dotprod_expand_fast (const v_int32 &a, const v_int32 &b, const v_float64 &c) |
|
v_int32 | cv::v_dotprod_fast (const v_int16 &a, const v_int16 &b) |
|
v_int32 | cv::v_dotprod_fast (const v_int16 &a, const v_int16 &b, const v_int32 &c) |
|
v_int64 | cv::v_dotprod_fast (const v_int32 &a, const v_int32 &b) |
|
v_int64 | cv::v_dotprod_fast (const v_int32 &a, const v_int32 &b, const v_int64 &c) |
|
v_uint8 | cv::v_eq (const v_uint8 &a, const v_uint8 &b) |
|
v_uint16 | cv::v_eq (const v_uint16 &a, const v_uint16 &b) |
|
v_uint32 | cv::v_eq (const v_uint32 &a, const v_uint32 &b) |
|
v_uint64 | cv::v_eq (const v_uint64 &a, const v_uint64 &b) |
|
v_int8 | cv::v_eq (const v_int8 &a, const v_int8 &b) |
|
v_int16 | cv::v_eq (const v_int16 &a, const v_int16 &b) |
|
v_int32 | cv::v_eq (const v_int32 &a, const v_int32 &b) |
|
v_int64 | cv::v_eq (const v_int64 &a, const v_int64 &b) |
|
v_float32 | cv::v_eq (const v_float32 &a, const v_float32 &b) |
|
v_float64 | cv::v_eq (const v_float64 &a, const v_float64 &b) |
|
void | cv::v_expand (const v_uint8 &a, v_uint16 &b0, v_uint16 &b1) |
|
void | cv::v_expand (const v_int8 &a, v_int16 &b0, v_int16 &b1) |
|
void | cv::v_expand (const v_uint16 &a, v_uint32 &b0, v_uint32 &b1) |
|
void | cv::v_expand (const v_int16 &a, v_int32 &b0, v_int32 &b1) |
|
void | cv::v_expand (const v_uint32 &a, v_uint64 &b0, v_uint64 &b1) |
|
void | cv::v_expand (const v_int32 &a, v_int64 &b0, v_int64 &b1) |
|
v_uint16 | cv::v_expand_high (const v_uint8 &a) |
|
v_int16 | cv::v_expand_high (const v_int8 &a) |
|
v_uint32 | cv::v_expand_high (const v_uint16 &a) |
|
v_int32 | cv::v_expand_high (const v_int16 &a) |
|
v_uint64 | cv::v_expand_high (const v_uint32 &a) |
|
v_int64 | cv::v_expand_high (const v_int32 &a) |
|
v_uint16 | cv::v_expand_low (const v_uint8 &a) |
|
v_int16 | cv::v_expand_low (const v_int8 &a) |
|
v_uint32 | cv::v_expand_low (const v_uint16 &a) |
|
v_int32 | cv::v_expand_low (const v_int16 &a) |
|
v_uint64 | cv::v_expand_low (const v_uint32 &a) |
|
v_int64 | cv::v_expand_low (const v_int32 &a) |
|
template<int s = 0> |
v_uint8 | cv::v_extract (const v_uint8 &a, const v_uint8 &b, int i=s) |
|
template<int s = 0> |
v_int8 | cv::v_extract (const v_int8 &a, const v_int8 &b, int i=s) |
|
template<int s = 0> |
v_uint16 | cv::v_extract (const v_uint16 &a, const v_uint16 &b, int i=s) |
|
template<int s = 0> |
v_int16 | cv::v_extract (const v_int16 &a, const v_int16 &b, int i=s) |
|
template<int s = 0> |
v_uint32 | cv::v_extract (const v_uint32 &a, const v_uint32 &b, int i=s) |
|
template<int s = 0> |
v_int32 | cv::v_extract (const v_int32 &a, const v_int32 &b, int i=s) |
|
template<int s = 0> |
v_uint64 | cv::v_extract (const v_uint64 &a, const v_uint64 &b, int i=s) |
|
template<int s = 0> |
v_int64 | cv::v_extract (const v_int64 &a, const v_int64 &b, int i=s) |
|
template<int s = 0> |
v_float32 | cv::v_extract (const v_float32 &a, const v_float32 &b, int i=s) |
|
template<int s = 0> |
v_float64 | cv::v_extract (const v_float64 &a, const v_float64 &b, int i=s) |
|
uchar | cv::v_extract_highest (v_uint8 v) |
|
schar | cv::v_extract_highest (v_int8 v) |
|
ushort | cv::v_extract_highest (v_uint16 v) |
|
short | cv::v_extract_highest (v_int16 v) |
|
unsigned int | cv::v_extract_highest (v_uint32 v) |
|
int | cv::v_extract_highest (v_int32 v) |
|
uint64 | cv::v_extract_highest (v_uint64 v) |
|
int64 | cv::v_extract_highest (v_int64 v) |
|
float | cv::v_extract_highest (v_float32 v) |
|
double | cv::v_extract_highest (v_float64 v) |
|
template<int s = 0> |
uchar | cv::v_extract_n (v_uint8 v, int i=s) |
|
template<int s = 0> |
schar | cv::v_extract_n (v_int8 v, int i=s) |
|
template<int s = 0> |
ushort | cv::v_extract_n (v_uint16 v, int i=s) |
|
template<int s = 0> |
short | cv::v_extract_n (v_int16 v, int i=s) |
|
template<int s = 0> |
unsigned int | cv::v_extract_n (v_uint32 v, int i=s) |
|
template<int s = 0> |
int | cv::v_extract_n (v_int32 v, int i=s) |
|
template<int s = 0> |
uint64 | cv::v_extract_n (v_uint64 v, int i=s) |
|
template<int s = 0> |
int64 | cv::v_extract_n (v_int64 v, int i=s) |
|
template<int s = 0> |
float | cv::v_extract_n (v_float32 v, int i=s) |
|
template<int s = 0> |
double | cv::v_extract_n (v_float64 v, int i=s) |
|
v_int32 | cv::v_floor (const v_float32 &a) |
|
v_int32 | cv::v_floor (const v_float64 &a) |
|
v_float32 | cv::v_fma (const v_float32 &a, const v_float32 &b, const v_float32 &c) |
|
v_int32 | cv::v_fma (const v_int32 &a, const v_int32 &b, const v_int32 &c) |
|
v_float64 | cv::v_fma (const v_float64 &a, const v_float64 &b, const v_float64 &c) |
|
v_uint8 | cv::v_ge (const v_uint8 &a, const v_uint8 &b) |
|
v_uint16 | cv::v_ge (const v_uint16 &a, const v_uint16 &b) |
|
v_uint32 | cv::v_ge (const v_uint32 &a, const v_uint32 &b) |
|
v_uint64 | cv::v_ge (const v_uint64 &a, const v_uint64 &b) |
|
v_int8 | cv::v_ge (const v_int8 &a, const v_int8 &b) |
|
v_int16 | cv::v_ge (const v_int16 &a, const v_int16 &b) |
|
v_int32 | cv::v_ge (const v_int32 &a, const v_int32 &b) |
|
v_int64 | cv::v_ge (const v_int64 &a, const v_int64 &b) |
|
v_float32 | cv::v_ge (const v_float32 &a, const v_float32 &b) |
|
v_float64 | cv::v_ge (const v_float64 &a, const v_float64 &b) |
|
uchar | cv::v_get0 (const v_uint8 &v) |
|
schar | cv::v_get0 (const v_int8 &v) |
|
ushort | cv::v_get0 (const v_uint16 &v) |
|
short | cv::v_get0 (const v_int16 &v) |
|
unsigned | cv::v_get0 (const v_uint32 &v) |
|
int | cv::v_get0 (const v_int32 &v) |
|
uint64 | cv::v_get0 (const v_uint64 &v) |
|
int64 | cv::v_get0 (const v_int64 &v) |
|
float | cv::v_get0 (const v_float32 &v) |
|
double | cv::v_get0 (const v_float64 &v) |
|
v_uint8 | cv::v_gt (const v_uint8 &a, const v_uint8 &b) |
|
v_uint16 | cv::v_gt (const v_uint16 &a, const v_uint16 &b) |
|
v_uint32 | cv::v_gt (const v_uint32 &a, const v_uint32 &b) |
|
v_uint64 | cv::v_gt (const v_uint64 &a, const v_uint64 &b) |
|
v_int8 | cv::v_gt (const v_int8 &a, const v_int8 &b) |
|
v_int16 | cv::v_gt (const v_int16 &a, const v_int16 &b) |
|
v_int32 | cv::v_gt (const v_int32 &a, const v_int32 &b) |
|
v_int64 | cv::v_gt (const v_int64 &a, const v_int64 &b) |
|
v_float32 | cv::v_gt (const v_float32 &a, const v_float32 &b) |
|
v_float64 | cv::v_gt (const v_float64 &a, const v_float64 &b) |
|
static v_uint16 | cv::v_hadd (v_uint8 a) |
|
static v_uint32 | cv::v_hadd (v_uint16 a) |
|
static v_uint64 | cv::v_hadd (v_uint32 a) |
|
static v_int16 | cv::v_hadd (v_int8 a) |
|
static v_int32 | cv::v_hadd (v_int16 a) |
|
static v_int64 | cv::v_hadd (v_int32 a) |
|
static v_int32 | cv::v_hadd (vint32m2_t a) |
|
static v_int64 | cv::v_hadd (vint64m2_t a) |
|
v_uint8 | cv::v_interleave_pairs (const v_uint8 &vec) |
|
v_int8 | cv::v_interleave_pairs (const v_int8 &vec) |
|
v_uint16 | cv::v_interleave_pairs (const v_uint16 &vec) |
|
v_int16 | cv::v_interleave_pairs (const v_int16 &vec) |
|
v_uint32 | cv::v_interleave_pairs (const v_uint32 &vec) |
|
v_int32 | cv::v_interleave_pairs (const v_int32 &vec) |
|
v_float32 | cv::v_interleave_pairs (const v_float32 &vec) |
|
v_uint8 | cv::v_interleave_quads (const v_uint8 &vec) |
|
v_int8 | cv::v_interleave_quads (const v_int8 &vec) |
|
v_uint16 | cv::v_interleave_quads (const v_uint16 &vec) |
|
v_int16 | cv::v_interleave_quads (const v_int16 &vec) |
|
v_uint32 | cv::v_interleave_quads (const v_uint32 &vec) |
|
v_int32 | cv::v_interleave_quads (const v_int32 &vec) |
|
v_float32 | cv::v_interleave_quads (const v_float32 &vec) |
|
v_float32 | cv::v_invsqrt (const v_float32 &x) |
|
v_float64 | cv::v_invsqrt (const v_float64 &x) |
|
v_uint8 | cv::v_le (const v_uint8 &a, const v_uint8 &b) |
|
v_uint16 | cv::v_le (const v_uint16 &a, const v_uint16 &b) |
|
v_uint32 | cv::v_le (const v_uint32 &a, const v_uint32 &b) |
|
v_uint64 | cv::v_le (const v_uint64 &a, const v_uint64 &b) |
|
v_int8 | cv::v_le (const v_int8 &a, const v_int8 &b) |
|
v_int16 | cv::v_le (const v_int16 &a, const v_int16 &b) |
|
v_int32 | cv::v_le (const v_int32 &a, const v_int32 &b) |
|
v_int64 | cv::v_le (const v_int64 &a, const v_int64 &b) |
|
v_float32 | cv::v_le (const v_float32 &a, const v_float32 &b) |
|
v_float64 | cv::v_le (const v_float64 &a, const v_float64 &b) |
|
v_uint8 | cv::v_load (std::initializer_list< uchar > nScalars) |
|
v_int8 | cv::v_load (std::initializer_list< schar > nScalars) |
|
v_uint16 | cv::v_load (std::initializer_list< ushort > nScalars) |
|
v_int16 | cv::v_load (std::initializer_list< short > nScalars) |
|
v_uint32 | cv::v_load (const unsigned int *ptr) |
|
v_uint32 | cv::v_load (std::initializer_list< unsigned int > nScalars) |
|
v_int32 | cv::v_load (std::initializer_list< int > nScalars) |
|
v_uint64 | cv::v_load (std::initializer_list< uint64 > nScalars) |
|
v_int64 | cv::v_load (std::initializer_list< int64 > nScalars) |
|
v_float32 | cv::v_load (std::initializer_list< float > nScalars) |
|
v_float64 | cv::v_load (std::initializer_list< double > nScalars) |
|
v_uint8x16 | cv::v_load (const uchar *ptr) |
|
v_int8x16 | cv::v_load (const schar *ptr) |
|
v_uint16x8 | cv::v_load (const ushort *ptr) |
|
v_int16x8 | cv::v_load (const short *ptr) |
|
v_int32x4 | cv::v_load (const int *ptr) |
|
v_uint64x2 | cv::v_load (const uint64 *ptr) |
|
v_int64x2 | cv::v_load (const int64 *ptr) |
|
v_float32x4 | cv::v_load (const float *ptr) |
|
v_float64x2 | cv::v_load (const double *ptr) |
|
v_uint32 | cv::v_load_aligned (const unsigned int *ptr) |
|
v_uint8x16 | cv::v_load_aligned (const uchar *ptr) |
|
v_int8x16 | cv::v_load_aligned (const schar *ptr) |
|
v_uint16x8 | cv::v_load_aligned (const ushort *ptr) |
|
v_int16x8 | cv::v_load_aligned (const short *ptr) |
|
v_int32x4 | cv::v_load_aligned (const int *ptr) |
|
v_uint64x2 | cv::v_load_aligned (const uint64 *ptr) |
|
v_int64x2 | cv::v_load_aligned (const int64 *ptr) |
|
v_float32x4 | cv::v_load_aligned (const float *ptr) |
|
v_float64x2 | cv::v_load_aligned (const double *ptr) |
|
void | cv::v_load_deinterleave (const uchar *ptr, v_uint8 &a, v_uint8 &b) |
|
void | cv::v_load_deinterleave (const uchar *ptr, v_uint8 &a, v_uint8 &b, v_uint8 &c) |
|
void | cv::v_load_deinterleave (const uchar *ptr, v_uint8 &a, v_uint8 &b, v_uint8 &c, v_uint8 &d) |
|
void | cv::v_load_deinterleave (const schar *ptr, v_int8 &a, v_int8 &b, v_int8 &c, v_int8 &d) |
|
void | cv::v_load_deinterleave (const schar *ptr, v_int8 &a, v_int8 &b) |
|
void | cv::v_load_deinterleave (const schar *ptr, v_int8 &a, v_int8 &b, v_int8 &c) |
|
void | cv::v_load_deinterleave (const ushort *ptr, v_uint16 &a, v_uint16 &b) |
|
void | cv::v_load_deinterleave (const ushort *ptr, v_uint16 &a, v_uint16 &b, v_uint16 &c) |
|
void | cv::v_load_deinterleave (const ushort *ptr, v_uint16 &a, v_uint16 &b, v_uint16 &c, v_uint16 &d) |
|
void | cv::v_load_deinterleave (const short *ptr, v_int16 &a, v_int16 &b) |
|
void | cv::v_load_deinterleave (const short *ptr, v_int16 &a, v_int16 &b, v_int16 &c) |
|
void | cv::v_load_deinterleave (const short *ptr, v_int16 &a, v_int16 &b, v_int16 &c, v_int16 &d) |
|
void | cv::v_load_deinterleave (const unsigned *ptr, v_uint32 &a, v_uint32 &b) |
|
void | cv::v_load_deinterleave (const unsigned *ptr, v_uint32 &a, v_uint32 &b, v_uint32 &c) |
|
void | cv::v_load_deinterleave (const unsigned *ptr, v_uint32 &a, v_uint32 &b, v_uint32 &c, v_uint32 &d) |
|
void | cv::v_load_deinterleave (const int *ptr, v_int32 &a, v_int32 &b, v_int32 &c, v_int32 &d) |
|
void | cv::v_load_deinterleave (const int *ptr, v_int32 &a, v_int32 &b) |
|
void | cv::v_load_deinterleave (const int *ptr, v_int32 &a, v_int32 &b, v_int32 &c) |
|
void | cv::v_load_deinterleave (const float *ptr, v_float32 &a, v_float32 &b) |
|
void | cv::v_load_deinterleave (const float *ptr, v_float32 &a, v_float32 &b, v_float32 &c) |
|
void | cv::v_load_deinterleave (const float *ptr, v_float32 &a, v_float32 &b, v_float32 &c, v_float32 &d) |
|
void | cv::v_load_deinterleave (const uint64 *ptr, v_uint64 &a, v_uint64 &b) |
|
void | cv::v_load_deinterleave (const uint64 *ptr, v_uint64 &a, v_uint64 &b, v_uint64 &c) |
|
void | cv::v_load_deinterleave (const uint64 *ptr, v_uint64 &a, v_uint64 &b, v_uint64 &c, v_uint64 &d) |
|
void | cv::v_load_deinterleave (const int64 *ptr, v_int64 &a, v_int64 &b) |
|
void | cv::v_load_deinterleave (const int64 *ptr, v_int64 &a, v_int64 &b, v_int64 &c) |
|
void | cv::v_load_deinterleave (const int64 *ptr, v_int64 &a, v_int64 &b, v_int64 &c, v_int64 &d) |
|
void | cv::v_load_deinterleave (const double *ptr, v_float64 &a, v_float64 &b, v_float64 &c, v_float64 &d) |
|
void | cv::v_load_deinterleave (const double *ptr, v_float64 &a, v_float64 &b) |
|
void | cv::v_load_deinterleave (const double *ptr, v_float64 &a, v_float64 &b, v_float64 &c) |
|
v_uint16x8 | cv::v_load_expand (const uchar *ptr) |
|
v_int16x8 | cv::v_load_expand (const schar *ptr) |
|
v_uint32x4 | cv::v_load_expand (const ushort *ptr) |
|
v_int32x4 | cv::v_load_expand (const short *ptr) |
|
v_uint64x2 | cv::v_load_expand (const uint *ptr) |
|
v_int64x2 | cv::v_load_expand (const int *ptr) |
|
v_reg< float, simd128_width/sizeof(float)> | cv::v_load_expand (const float16_t *ptr) |
|
v_uint32x4 | cv::v_load_expand_q (const uchar *ptr) |
|
v_int32x4 | cv::v_load_expand_q (const schar *ptr) |
|
template<typename... Targs> |
v_float32 | cv::v_load_f32 (Targs... nScalars) |
|
template<typename... Targs> |
v_float64 | cv::v_load_f64 (Targs... nScalars) |
|
v_uint32 | cv::v_load_halves (const unsigned int *ptr0, const unsigned int *ptr1) |
|
v_int8x16 | cv::v_load_halves (const schar *ptr0, const schar *ptr1) |
|
v_uint8x16 | cv::v_load_halves (const uchar *ptr0, const uchar *ptr1) |
|
v_int16x8 | cv::v_load_halves (const short *ptr0, const short *ptr1) |
|
v_uint16x8 | cv::v_load_halves (const ushort *ptr0, const ushort *ptr1) |
|
v_int32x4 | cv::v_load_halves (const int *ptr0, const int *ptr1) |
|
v_float32x4 | cv::v_load_halves (const float *ptr0, const float *ptr1) |
|
v_int64x2 | cv::v_load_halves (const int64 *ptr0, const int64 *ptr1) |
|
v_uint64x2 | cv::v_load_halves (const uint64 *ptr0, const uint64 *ptr1) |
|
v_float64x2 | cv::v_load_halves (const double *ptr0, const double *ptr1) |
|
template<typename... Targs> |
v_int16 | cv::v_load_i16 (Targs... nScalars) |
|
template<typename... Targs> |
v_int32 | cv::v_load_i32 (Targs... nScalars) |
|
template<typename... Targs> |
v_int64 | cv::v_load_i64 (Targs... nScalars) |
|
template<typename... Targs> |
v_int8 | cv::v_load_i8 (Targs... nScalars) |
|
v_uint32 | cv::v_load_low (const unsigned int *ptr) |
|
v_uint8x16 | cv::v_load_low (const uchar *ptr) |
|
v_int8x16 | cv::v_load_low (const schar *ptr) |
|
v_uint16x8 | cv::v_load_low (const ushort *ptr) |
|
v_int16x8 | cv::v_load_low (const short *ptr) |
|
v_int32x4 | cv::v_load_low (const int *ptr) |
|
v_uint64x2 | cv::v_load_low (const uint64 *ptr) |
|
v_int64x2 | cv::v_load_low (const int64 *ptr) |
|
v_float32x4 | cv::v_load_low (const float *ptr) |
|
v_float64x2 | cv::v_load_low (const double *ptr) |
|
template<typename... Targs> |
v_uint16 | cv::v_load_u16 (Targs... nScalars) |
|
template<typename... Targs> |
v_uint32 | cv::v_load_u32 (Targs... nScalars) |
|
template<typename... Targs> |
v_uint64 | cv::v_load_u64 (Targs... nScalars) |
|
template<typename... Targs> |
v_uint8 | cv::v_load_u8 (Targs... nScalars) |
|
v_uint8 | cv::v_lt (const v_uint8 &a, const v_uint8 &b) |
|
v_uint16 | cv::v_lt (const v_uint16 &a, const v_uint16 &b) |
|
v_uint32 | cv::v_lt (const v_uint32 &a, const v_uint32 &b) |
|
v_uint64 | cv::v_lt (const v_uint64 &a, const v_uint64 &b) |
|
v_int8 | cv::v_lt (const v_int8 &a, const v_int8 &b) |
|
v_int16 | cv::v_lt (const v_int16 &a, const v_int16 &b) |
|
v_int32 | cv::v_lt (const v_int32 &a, const v_int32 &b) |
|
v_int64 | cv::v_lt (const v_int64 &a, const v_int64 &b) |
|
v_float32 | cv::v_lt (const v_float32 &a, const v_float32 &b) |
|
v_float64 | cv::v_lt (const v_float64 &a, const v_float64 &b) |
|
v_int8x16 | cv::v_lut (const schar *tab, const int *idx) |
|
v_uint8x16 | cv::v_lut (const uchar *tab, const int *idx) |
|
v_int16x8 | cv::v_lut (const short *tab, const int *idx) |
|
v_uint16x8 | cv::v_lut (const ushort *tab, const int *idx) |
|
v_int32x4 | cv::v_lut (const int *tab, const int *idx) |
|
v_uint32x4 | cv::v_lut (const unsigned *tab, const int *idx) |
|
v_int64x2 | cv::v_lut (const int64_t *tab, const int *idx) |
|
v_uint64x2 | cv::v_lut (const uint64 *tab, const int *idx) |
|
v_float32x4 | cv::v_lut (const float *tab, const int *idx) |
|
v_float64x2 | cv::v_lut (const double *tab, const int *idx) |
|
v_int64 | cv::v_lut_pairs (const int64_t *tab, const int *idx) |
|
v_int8x16 | cv::v_lut_pairs (const schar *tab, const int *idx) |
|
v_uint8x16 | cv::v_lut_pairs (const uchar *tab, const int *idx) |
|
v_int16x8 | cv::v_lut_pairs (const short *tab, const int *idx) |
|
v_uint16x8 | cv::v_lut_pairs (const ushort *tab, const int *idx) |
|
v_int32x4 | cv::v_lut_pairs (const int *tab, const int *idx) |
|
v_uint32x4 | cv::v_lut_pairs (const unsigned *tab, const int *idx) |
|
v_uint64x2 | cv::v_lut_pairs (const uint64 *tab, const int *idx) |
|
v_float32x4 | cv::v_lut_pairs (const float *tab, const int *idx) |
|
v_float64x2 | cv::v_lut_pairs (const double *tab, const int *idx) |
|
v_int64 | cv::v_lut_quads (const int64_t *tab, const int *idx) |
|
v_float64 | cv::v_lut_quads (const double *tab, const int *idx) |
|
v_uint64 | cv::v_lut_quads (const uint64 *tab, const int *idx) |
|
v_int8x16 | cv::v_lut_quads (const schar *tab, const int *idx) |
|
v_uint8x16 | cv::v_lut_quads (const uchar *tab, const int *idx) |
|
v_int16x8 | cv::v_lut_quads (const short *tab, const int *idx) |
|
v_uint16x8 | cv::v_lut_quads (const ushort *tab, const int *idx) |
|
v_int32x4 | cv::v_lut_quads (const int *tab, const int *idx) |
|
v_uint32x4 | cv::v_lut_quads (const unsigned *tab, const int *idx) |
|
v_float32x4 | cv::v_lut_quads (const float *tab, const int *idx) |
|
v_float32 | cv::v_magnitude (const v_float32 &a, const v_float32 &b) |
|
v_float64 | cv::v_magnitude (const v_float64 &a, const v_float64 &b) |
|
v_float32 | cv::v_matmul (const v_float32 &v, const v_float32 &m0, const v_float32 &m1, const v_float32 &m2, const v_float32 &m3) |
|
v_float32 | cv::v_matmuladd (const v_float32 &v, const v_float32 &m0, const v_float32 &m1, const v_float32 &m2, const v_float32 &a) |
|
v_uint8 | cv::v_max (const v_uint8 &a, const v_uint8 &b) |
|
v_int8 | cv::v_max (const v_int8 &a, const v_int8 &b) |
|
v_uint16 | cv::v_max (const v_uint16 &a, const v_uint16 &b) |
|
v_int16 | cv::v_max (const v_int16 &a, const v_int16 &b) |
|
v_uint32 | cv::v_max (const v_uint32 &a, const v_uint32 &b) |
|
v_int32 | cv::v_max (const v_int32 &a, const v_int32 &b) |
|
v_float32 | cv::v_max (const v_float32 &a, const v_float32 &b) |
|
v_float64 | cv::v_max (const v_float64 &a, const v_float64 &b) |
|
v_uint8 | cv::v_min (const v_uint8 &a, const v_uint8 &b) |
|
v_int8 | cv::v_min (const v_int8 &a, const v_int8 &b) |
|
v_uint16 | cv::v_min (const v_uint16 &a, const v_uint16 &b) |
|
v_int16 | cv::v_min (const v_int16 &a, const v_int16 &b) |
|
v_uint32 | cv::v_min (const v_uint32 &a, const v_uint32 &b) |
|
v_int32 | cv::v_min (const v_int32 &a, const v_int32 &b) |
|
v_float32 | cv::v_min (const v_float32 &a, const v_float32 &b) |
|
v_float64 | cv::v_min (const v_float64 &a, const v_float64 &b) |
|
v_uint32 | cv::v_mul (const v_uint32 &a, const v_uint32 &b) |
|
v_int32 | cv::v_mul (const v_int32 &a, const v_int32 &b) |
|
v_float32 | cv::v_mul (const v_float32 &a, const v_float32 &b) |
|
v_float64 | cv::v_mul (const v_float64 &a, const v_float64 &b) |
|
template<typename... Args> |
v_uint32 | cv::v_mul (const v_uint32 &f1, const v_uint32 &f2, const Args &... vf) |
|
template<typename... Args> |
v_int32 | cv::v_mul (const v_int32 &f1, const v_int32 &f2, const Args &... vf) |
|
template<typename... Args> |
v_float32 | cv::v_mul (const v_float32 &f1, const v_float32 &f2, const Args &... vf) |
|
template<typename... Args> |
v_float64 | cv::v_mul (const v_float64 &f1, const v_float64 &f2, const Args &... vf) |
|
template<typename... Args> |
v_uint8 | cv::v_mul (const v_uint8 &a1, const v_uint8 &a2, const Args &... va) |
|
v_uint8 | cv::v_mul (const v_uint8 &a, const v_uint8 &b) |
|
template<typename... Args> |
v_int8 | cv::v_mul (const v_int8 &a1, const v_int8 &a2, const Args &... va) |
|
v_int8 | cv::v_mul (const v_int8 &a, const v_int8 &b) |
|
v_uint16 | cv::v_mul (const v_uint16 &a, const v_uint16 &b) |
|
template<typename... Args> |
v_uint16 | cv::v_mul (const v_uint16 &a1, const v_uint16 &a2, const Args &... va) |
|
v_int16 | cv::v_mul (const v_int16 &a, const v_int16 &b) |
|
template<typename... Args> |
v_int16 | cv::v_mul (const v_int16 &a1, const v_int16 &a2, const Args &... va) |
|
void | cv::v_mul_expand (const v_uint8 &a, const v_uint8 &b, v_uint16 &c, v_uint16 &d) |
|
void | cv::v_mul_expand (const v_int8 &a, const v_int8 &b, v_int16 &c, v_int16 &d) |
|
void | cv::v_mul_expand (const v_uint16 &a, const v_uint16 &b, v_uint32 &c, v_uint32 &d) |
|
void | cv::v_mul_expand (const v_int16 &a, const v_int16 &b, v_int32 &c, v_int32 &d) |
|
void | cv::v_mul_expand (const v_uint32 &a, const v_uint32 &b, v_uint64 &c, v_uint64 &d) |
|
v_int16 | cv::v_mul_hi (const v_int16 &a, const v_int16 &b) |
|
v_uint16 | cv::v_mul_hi (const v_uint16 &a, const v_uint16 &b) |
|
v_uint8 | cv::v_mul_wrap (const v_uint8 &a, const v_uint8 &b) |
|
v_int8 | cv::v_mul_wrap (const v_int8 &a, const v_int8 &b) |
|
v_uint16 | cv::v_mul_wrap (const v_uint16 &a, const v_uint16 &b) |
|
v_int16 | cv::v_mul_wrap (const v_int16 &a, const v_int16 &b) |
|
v_float32 | cv::v_muladd (const v_float32 &a, const v_float32 &b, const v_float32 &c) |
|
v_int32 | cv::v_muladd (const v_int32 &a, const v_int32 &b, const v_int32 &c) |
|
v_float64 | cv::v_muladd (const v_float64 &a, const v_float64 &b, const v_float64 &c) |
|
v_uint8 | cv::v_ne (const v_uint8 &a, const v_uint8 &b) |
|
v_uint16 | cv::v_ne (const v_uint16 &a, const v_uint16 &b) |
|
v_uint32 | cv::v_ne (const v_uint32 &a, const v_uint32 &b) |
|
v_uint64 | cv::v_ne (const v_uint64 &a, const v_uint64 &b) |
|
v_int8 | cv::v_ne (const v_int8 &a, const v_int8 &b) |
|
v_int16 | cv::v_ne (const v_int16 &a, const v_int16 &b) |
|
v_int32 | cv::v_ne (const v_int32 &a, const v_int32 &b) |
|
v_int64 | cv::v_ne (const v_int64 &a, const v_int64 &b) |
|
v_float32 | cv::v_ne (const v_float32 &a, const v_float32 &b) |
|
v_float64 | cv::v_ne (const v_float64 &a, const v_float64 &b) |
|
v_uint8 | cv::v_not (const v_uint8 &a) |
|
v_int8 | cv::v_not (const v_int8 &a) |
|
v_uint16 | cv::v_not (const v_uint16 &a) |
|
v_int16 | cv::v_not (const v_int16 &a) |
|
v_uint32 | cv::v_not (const v_uint32 &a) |
|
v_int32 | cv::v_not (const v_int32 &a) |
|
v_uint64 | cv::v_not (const v_uint64 &a) |
|
v_int64 | cv::v_not (const v_int64 &a) |
|
v_float32 | cv::v_not (const v_float32 &a) |
|
v_float64 | cv::v_not (const v_float64 &a) |
|
v_float32 | cv::v_not_nan (const v_float32 &a) |
|
v_float64 | cv::v_not_nan (const v_float64 &a) |
|
v_uint8 | cv::v_or (const v_uint8 &a, const v_uint8 &b) |
|
v_int8 | cv::v_or (const v_int8 &a, const v_int8 &b) |
|
v_uint16 | cv::v_or (const v_uint16 &a, const v_uint16 &b) |
|
v_int16 | cv::v_or (const v_int16 &a, const v_int16 &b) |
|
v_uint32 | cv::v_or (const v_uint32 &a, const v_uint32 &b) |
|
v_int32 | cv::v_or (const v_int32 &a, const v_int32 &b) |
|
v_uint64 | cv::v_or (const v_uint64 &a, const v_uint64 &b) |
|
v_int64 | cv::v_or (const v_int64 &a, const v_int64 &b) |
|
v_float32 | cv::v_or (const v_float32 &a, const v_float32 &b) |
|
v_float64 | cv::v_or (const v_float64 &a, const v_float64 &b) |
|
v_uint8 | cv::v_pack (const v_uint16 &a, const v_uint16 &b) |
|
v_int8 | cv::v_pack (const v_int16 &a, const v_int16 &b) |
|
v_uint16 | cv::v_pack (const v_uint32 &a, const v_uint32 &b) |
|
v_int16 | cv::v_pack (const v_int32 &a, const v_int32 &b) |
|
v_uint32 | cv::v_pack (const v_uint64 &a, const v_uint64 &b) |
|
v_int32 | cv::v_pack (const v_int64 &a, const v_int64 &b) |
|
v_uint8 | cv::v_pack_b (const v_uint16 &a, const v_uint16 &b) |
|
v_uint8 | cv::v_pack_b (const v_uint32 &a, const v_uint32 &b, const v_uint32 &c, const v_uint32 &d) |
|
v_uint8 | cv::v_pack_b (const v_uint64 &a, const v_uint64 &b, const v_uint64 &c, const v_uint64 &d, const v_uint64 &e, const v_uint64 &f, const v_uint64 &g, const v_uint64 &h) |
|
void | cv::v_pack_store (uchar *ptr, const v_uint16 &a) |
|
void | cv::v_pack_store (schar *ptr, const v_int16 &a) |
|
void | cv::v_pack_store (ushort *ptr, const v_uint32 &a) |
|
void | cv::v_pack_store (short *ptr, const v_int32 &a) |
|
void | cv::v_pack_store (unsigned *ptr, const v_uint64 &a) |
|
void | cv::v_pack_store (int *ptr, const v_int64 &a) |
|
void | cv::v_pack_store (float16_t *ptr, const v_float32 &v) |
|
v_uint8 | cv::v_pack_triplets (const v_uint8 &vec) |
|
v_int8 | cv::v_pack_triplets (const v_int8 &vec) |
|
v_uint16 | cv::v_pack_triplets (const v_uint16 &vec) |
|
v_int16 | cv::v_pack_triplets (const v_int16 &vec) |
|
v_uint32 | cv::v_pack_triplets (const v_uint32 &vec) |
|
v_int32 | cv::v_pack_triplets (const v_int32 &vec) |
|
v_float32 | cv::v_pack_triplets (const v_float32 &vec) |
|
v_uint64 | cv::v_pack_triplets (const v_uint64 &vec) |
|
v_int64 | cv::v_pack_triplets (const v_int64 &vec) |
|
v_float64 | cv::v_pack_triplets (const v_float64 &vec) |
|
v_uint8 | cv::v_pack_u (const v_int16 &a, const v_int16 &b) |
|
v_uint16 | cv::v_pack_u (const v_int32 &a, const v_int32 &b) |
|
void | cv::v_pack_u_store (uchar *ptr, const v_int16 &a) |
|
void | cv::v_pack_u_store (ushort *ptr, const v_int32 &a) |
|
v_uint8 | cv::v_popcount (const v_uint8 &a) |
|
v_uint16 | cv::v_popcount (const v_uint16 &a) |
|
v_uint32 | cv::v_popcount (const v_uint32 &a) |
|
v_uint8 | cv::v_popcount (const v_int8 &a) |
|
v_uint16 | cv::v_popcount (const v_int16 &a) |
|
v_uint32 | cv::v_popcount (const v_int32 &a) |
|
void | cv::v_recombine (const v_uint8 &a, const v_uint8 &b, v_uint8 &c, v_uint8 &d) |
|
void | cv::v_recombine (const v_int8 &a, const v_int8 &b, v_int8 &c, v_int8 &d) |
|
void | cv::v_recombine (const v_uint16 &a, const v_uint16 &b, v_uint16 &c, v_uint16 &d) |
|
void | cv::v_recombine (const v_int16 &a, const v_int16 &b, v_int16 &c, v_int16 &d) |
|
void | cv::v_recombine (const v_uint32 &a, const v_uint32 &b, v_uint32 &c, v_uint32 &d) |
|
void | cv::v_recombine (const v_int32 &a, const v_int32 &b, v_int32 &c, v_int32 &d) |
|
void | cv::v_recombine (const v_float32 &a, const v_float32 &b, v_float32 &c, v_float32 &d) |
|
void | cv::v_recombine (const v_float64 &a, const v_float64 &b, v_float64 &c, v_float64 &d) |
|
uchar | cv::v_reduce_max (const v_uint8 &a) |
|
schar | cv::v_reduce_max (const v_int8 &a) |
|
ushort | cv::v_reduce_max (const v_uint16 &a) |
|
short | cv::v_reduce_max (const v_int16 &a) |
|
unsigned | cv::v_reduce_max (const v_uint32 &a) |
|
int | cv::v_reduce_max (const v_int32 &a) |
|
float | cv::v_reduce_max (const v_float32 &a) |
|
uchar | cv::v_reduce_min (const v_uint8 &a) |
|
schar | cv::v_reduce_min (const v_int8 &a) |
|
ushort | cv::v_reduce_min (const v_uint16 &a) |
|
short | cv::v_reduce_min (const v_int16 &a) |
|
unsigned | cv::v_reduce_min (const v_uint32 &a) |
|
int | cv::v_reduce_min (const v_int32 &a) |
|
float | cv::v_reduce_min (const v_float32 &a) |
|
unsigned | cv::v_reduce_sad (const v_uint8 &a, const v_uint8 &b) |
|
unsigned | cv::v_reduce_sad (const v_int8 &a, const v_int8 &b) |
|
unsigned | cv::v_reduce_sad (const v_uint16 &a, const v_uint16 &b) |
|
unsigned | cv::v_reduce_sad (const v_int16 &a, const v_int16 &b) |
|
unsigned | cv::v_reduce_sad (const v_uint32 &a, const v_uint32 &b) |
|
unsigned | cv::v_reduce_sad (const v_int32 &a, const v_int32 &b) |
|
float | cv::v_reduce_sad (const v_float32 &a, const v_float32 &b) |
|
unsigned | cv::v_reduce_sum (const v_uint8 &a) |
|
int | cv::v_reduce_sum (const v_int8 &a) |
|
unsigned | cv::v_reduce_sum (const v_uint16 &a) |
|
int | cv::v_reduce_sum (const v_int16 &a) |
|
unsigned | cv::v_reduce_sum (const v_uint32 &a) |
|
int | cv::v_reduce_sum (const v_int32 &a) |
|
uint64 | cv::v_reduce_sum (const v_uint64 &a) |
|
int64 | cv::v_reduce_sum (const v_int64 &a) |
|
float | cv::v_reduce_sum (const v_float32 &a) |
|
v_float32 | cv::v_reduce_sum4 (const v_float32 &a, const v_float32 &b, const v_float32 &c, const v_float32 &d) |
|
v_float32 | cv::v_reinterpret_as_f32 (const v_float32 &v) |
|
v_float32 | cv::v_reinterpret_as_f32 (const v_uint32 &v) |
|
v_float32 | cv::v_reinterpret_as_f32 (const v_int32 &v) |
|
v_float32 | cv::v_reinterpret_as_f32 (const v_uint8 &v) |
|
v_float32 | cv::v_reinterpret_as_f32 (const v_uint16 &v) |
|
v_float32 | cv::v_reinterpret_as_f32 (const v_uint64 &v) |
|
v_float32 | cv::v_reinterpret_as_f32 (const v_int8 &v) |
|
v_float32 | cv::v_reinterpret_as_f32 (const v_int16 &v) |
|
v_float32 | cv::v_reinterpret_as_f32 (const v_int64 &v) |
|
v_float32 | cv::v_reinterpret_as_f32 (const v_float64 &v) |
|
v_float64 | cv::v_reinterpret_as_f64 (const v_float64 &v) |
|
v_float64 | cv::v_reinterpret_as_f64 (const v_uint64 &v) |
|
v_float64 | cv::v_reinterpret_as_f64 (const v_int64 &v) |
|
v_float64 | cv::v_reinterpret_as_f64 (const v_uint8 &v) |
|
v_float64 | cv::v_reinterpret_as_f64 (const v_uint16 &v) |
|
v_float64 | cv::v_reinterpret_as_f64 (const v_uint32 &v) |
|
v_float64 | cv::v_reinterpret_as_f64 (const v_int8 &v) |
|
v_float64 | cv::v_reinterpret_as_f64 (const v_int16 &v) |
|
v_float64 | cv::v_reinterpret_as_f64 (const v_int32 &v) |
|
v_float64 | cv::v_reinterpret_as_f64 (const v_float32 &v) |
|
v_int16 | cv::v_reinterpret_as_s16 (const v_int16 &v) |
|
v_int16 | cv::v_reinterpret_as_s16 (const v_uint16 &v) |
|
v_int16 | cv::v_reinterpret_as_s16 (const v_int8 &v) |
|
v_int16 | cv::v_reinterpret_as_s16 (const v_int32 &v) |
|
v_int16 | cv::v_reinterpret_as_s16 (const v_int64 &v) |
|
v_int16 | cv::v_reinterpret_as_s16 (const v_uint8 &v) |
|
v_int16 | cv::v_reinterpret_as_s16 (const v_uint32 &v) |
|
v_int16 | cv::v_reinterpret_as_s16 (const v_uint64 &v) |
|
v_int16 | cv::v_reinterpret_as_s16 (const v_float32 &v) |
|
v_int16 | cv::v_reinterpret_as_s16 (const v_float64 &v) |
|
v_int32 | cv::v_reinterpret_as_s32 (const v_int32 &v) |
|
v_int32 | cv::v_reinterpret_as_s32 (const v_uint32 &v) |
|
v_int32 | cv::v_reinterpret_as_s32 (const v_float32 &v) |
|
v_int32 | cv::v_reinterpret_as_s32 (const v_int8 &v) |
|
v_int32 | cv::v_reinterpret_as_s32 (const v_int16 &v) |
|
v_int32 | cv::v_reinterpret_as_s32 (const v_int64 &v) |
|
v_int32 | cv::v_reinterpret_as_s32 (const v_uint8 &v) |
|
v_int32 | cv::v_reinterpret_as_s32 (const v_uint16 &v) |
|
v_int32 | cv::v_reinterpret_as_s32 (const v_uint64 &v) |
|
v_int32 | cv::v_reinterpret_as_s32 (const v_float64 &v) |
|
v_int64 | cv::v_reinterpret_as_s64 (const v_int64 &v) |
|
v_int64 | cv::v_reinterpret_as_s64 (const v_uint64 &v) |
|
v_int64 | cv::v_reinterpret_as_s64 (const v_float64 &v) |
|
v_int64 | cv::v_reinterpret_as_s64 (const v_int8 &v) |
|
v_int64 | cv::v_reinterpret_as_s64 (const v_int16 &v) |
|
v_int64 | cv::v_reinterpret_as_s64 (const v_int32 &v) |
|
v_int64 | cv::v_reinterpret_as_s64 (const v_uint8 &v) |
|
v_int64 | cv::v_reinterpret_as_s64 (const v_uint16 &v) |
|
v_int64 | cv::v_reinterpret_as_s64 (const v_uint32 &v) |
|
v_int64 | cv::v_reinterpret_as_s64 (const v_float32 &v) |
|
v_int8 | cv::v_reinterpret_as_s8 (const v_int8 &v) |
|
v_int8 | cv::v_reinterpret_as_s8 (const v_uint8 &v) |
|
v_int8 | cv::v_reinterpret_as_s8 (const v_int16 &v) |
|
v_int8 | cv::v_reinterpret_as_s8 (const v_int32 &v) |
|
v_int8 | cv::v_reinterpret_as_s8 (const v_int64 &v) |
|
v_int8 | cv::v_reinterpret_as_s8 (const v_uint16 &v) |
|
v_int8 | cv::v_reinterpret_as_s8 (const v_uint32 &v) |
|
v_int8 | cv::v_reinterpret_as_s8 (const v_uint64 &v) |
|
v_int8 | cv::v_reinterpret_as_s8 (const v_float32 &v) |
|
v_int8 | cv::v_reinterpret_as_s8 (const v_float64 &v) |
|
v_uint16 | cv::v_reinterpret_as_u16 (const v_uint16 &v) |
|
v_uint16 | cv::v_reinterpret_as_u16 (const v_int16 &v) |
|
v_uint16 | cv::v_reinterpret_as_u16 (const v_uint8 &v) |
|
v_uint16 | cv::v_reinterpret_as_u16 (const v_uint32 &v) |
|
v_uint16 | cv::v_reinterpret_as_u16 (const v_uint64 &v) |
|
v_uint16 | cv::v_reinterpret_as_u16 (const v_int8 &v) |
|
v_uint16 | cv::v_reinterpret_as_u16 (const v_int32 &v) |
|
v_uint16 | cv::v_reinterpret_as_u16 (const v_int64 &v) |
|
v_uint16 | cv::v_reinterpret_as_u16 (const v_float32 &v) |
|
v_uint16 | cv::v_reinterpret_as_u16 (const v_float64 &v) |
|
v_uint32 | cv::v_reinterpret_as_u32 (const v_uint32 &v) |
|
v_uint32 | cv::v_reinterpret_as_u32 (const v_int32 &v) |
|
v_uint32 | cv::v_reinterpret_as_u32 (const v_float32 &v) |
|
v_uint32 | cv::v_reinterpret_as_u32 (const v_uint8 &v) |
|
v_uint32 | cv::v_reinterpret_as_u32 (const v_uint16 &v) |
|
v_uint32 | cv::v_reinterpret_as_u32 (const v_uint64 &v) |
|
v_uint32 | cv::v_reinterpret_as_u32 (const v_int8 &v) |
|
v_uint32 | cv::v_reinterpret_as_u32 (const v_int16 &v) |
|
v_uint32 | cv::v_reinterpret_as_u32 (const v_int64 &v) |
|
v_uint32 | cv::v_reinterpret_as_u32 (const v_float64 &v) |
|
v_uint64 | cv::v_reinterpret_as_u64 (const v_uint64 &v) |
|
v_uint64 | cv::v_reinterpret_as_u64 (const v_int64 &v) |
|
v_uint64 | cv::v_reinterpret_as_u64 (const v_float64 &v) |
|
v_uint64 | cv::v_reinterpret_as_u64 (const v_uint8 &v) |
|
v_uint64 | cv::v_reinterpret_as_u64 (const v_uint16 &v) |
|
v_uint64 | cv::v_reinterpret_as_u64 (const v_uint32 &v) |
|
v_uint64 | cv::v_reinterpret_as_u64 (const v_int8 &v) |
|
v_uint64 | cv::v_reinterpret_as_u64 (const v_int16 &v) |
|
v_uint64 | cv::v_reinterpret_as_u64 (const v_int32 &v) |
|
v_uint64 | cv::v_reinterpret_as_u64 (const v_float32 &v) |
|
v_uint8 | cv::v_reinterpret_as_u8 (const v_uint8 &v) |
|
v_uint8 | cv::v_reinterpret_as_u8 (const v_int8 &v) |
|
v_uint8 | cv::v_reinterpret_as_u8 (const v_uint16 &v) |
|
v_uint8 | cv::v_reinterpret_as_u8 (const v_uint32 &v) |
|
v_uint8 | cv::v_reinterpret_as_u8 (const v_uint64 &v) |
|
v_uint8 | cv::v_reinterpret_as_u8 (const v_int16 &v) |
|
v_uint8 | cv::v_reinterpret_as_u8 (const v_int32 &v) |
|
v_uint8 | cv::v_reinterpret_as_u8 (const v_int64 &v) |
|
v_uint8 | cv::v_reinterpret_as_u8 (const v_float32 &v) |
|
v_uint8 | cv::v_reinterpret_as_u8 (const v_float64 &v) |
|
v_uint8 | cv::v_reverse (const v_uint8 &a) |
|
v_int8 | cv::v_reverse (const v_int8 &a) |
|
v_uint16 | cv::v_reverse (const v_uint16 &a) |
|
v_int16 | cv::v_reverse (const v_int16 &a) |
|
v_uint32 | cv::v_reverse (const v_uint32 &a) |
|
v_int32 | cv::v_reverse (const v_int32 &a) |
|
v_float32 | cv::v_reverse (const v_float32 &a) |
|
v_uint64 | cv::v_reverse (const v_uint64 &a) |
|
v_int64 | cv::v_reverse (const v_int64 &a) |
|
v_float64 | cv::v_reverse (const v_float64 &a) |
|
template<int n> |
v_uint8 | cv::v_rotate_left (const v_uint8 &a) |
|
template<int n> |
v_uint8 | cv::v_rotate_left (const v_uint8 &a, const v_uint8 &b) |
|
template<int n> |
v_int8 | cv::v_rotate_left (const v_int8 &a) |
|
template<int n> |
v_int8 | cv::v_rotate_left (const v_int8 &a, const v_int8 &b) |
|
template<int n> |
v_uint16 | cv::v_rotate_left (const v_uint16 &a) |
|
template<int n> |
v_uint16 | cv::v_rotate_left (const v_uint16 &a, const v_uint16 &b) |
|
template<int n> |
v_int16 | cv::v_rotate_left (const v_int16 &a) |
|
template<int n> |
v_int16 | cv::v_rotate_left (const v_int16 &a, const v_int16 &b) |
|
template<int n> |
v_uint32 | cv::v_rotate_left (const v_uint32 &a) |
|
template<int n> |
v_uint32 | cv::v_rotate_left (const v_uint32 &a, const v_uint32 &b) |
|
template<int n> |
v_int32 | cv::v_rotate_left (const v_int32 &a) |
|
template<int n> |
v_int32 | cv::v_rotate_left (const v_int32 &a, const v_int32 &b) |
|
template<int n> |
v_uint64 | cv::v_rotate_left (const v_uint64 &a) |
|
template<int n> |
v_uint64 | cv::v_rotate_left (const v_uint64 &a, const v_uint64 &b) |
|
template<int n> |
v_int64 | cv::v_rotate_left (const v_int64 &a) |
|
template<int n> |
v_int64 | cv::v_rotate_left (const v_int64 &a, const v_int64 &b) |
|
template<int n> |
v_float32 | cv::v_rotate_left (const v_float32 &a) |
|
template<int n> |
v_float32 | cv::v_rotate_left (const v_float32 &a, const v_float32 &b) |
|
template<int n> |
v_float64 | cv::v_rotate_left (const v_float64 &a) |
|
template<int n> |
v_float64 | cv::v_rotate_left (const v_float64 &a, const v_float64 &b) |
|
template<> |
v_uint8 | cv::v_rotate_left< 0 > (const v_uint8 &a) |
|
template<> |
v_uint8 | cv::v_rotate_left< 0 > (const v_uint8 &a, const v_uint8 &b) |
|
template<> |
v_int8 | cv::v_rotate_left< 0 > (const v_int8 &a) |
|
template<> |
v_int8 | cv::v_rotate_left< 0 > (const v_int8 &a, const v_int8 &b) |
|
template<> |
v_uint16 | cv::v_rotate_left< 0 > (const v_uint16 &a) |
|
template<> |
v_uint16 | cv::v_rotate_left< 0 > (const v_uint16 &a, const v_uint16 &b) |
|
template<> |
v_int16 | cv::v_rotate_left< 0 > (const v_int16 &a) |
|
template<> |
v_int16 | cv::v_rotate_left< 0 > (const v_int16 &a, const v_int16 &b) |
|
template<> |
v_uint32 | cv::v_rotate_left< 0 > (const v_uint32 &a, const v_uint32 &b) |
|
template<> |
v_uint32 | cv::v_rotate_left< 0 > (const v_uint32 &a) |
|
template<> |
v_int32 | cv::v_rotate_left< 0 > (const v_int32 &a) |
|
template<> |
v_int32 | cv::v_rotate_left< 0 > (const v_int32 &a, const v_int32 &b) |
|
template<> |
v_uint64 | cv::v_rotate_left< 0 > (const v_uint64 &a) |
|
template<> |
v_uint64 | cv::v_rotate_left< 0 > (const v_uint64 &a, const v_uint64 &b) |
|
template<> |
v_int64 | cv::v_rotate_left< 0 > (const v_int64 &a) |
|
template<> |
v_int64 | cv::v_rotate_left< 0 > (const v_int64 &a, const v_int64 &b) |
|
template<> |
v_float32 | cv::v_rotate_left< 0 > (const v_float32 &a, const v_float32 &b) |
|
template<> |
v_float32 | cv::v_rotate_left< 0 > (const v_float32 &a) |
|
template<> |
v_float64 | cv::v_rotate_left< 0 > (const v_float64 &a) |
|
template<> |
v_float64 | cv::v_rotate_left< 0 > (const v_float64 &a, const v_float64 &b) |
|
template<int n> |
v_uint8 | cv::v_rotate_right (const v_uint8 &a) |
|
template<int n> |
v_uint8 | cv::v_rotate_right (const v_uint8 &a, const v_uint8 &b) |
|
template<int n> |
v_int8 | cv::v_rotate_right (const v_int8 &a) |
|
template<int n> |
v_int8 | cv::v_rotate_right (const v_int8 &a, const v_int8 &b) |
|
template<int n> |
v_uint16 | cv::v_rotate_right (const v_uint16 &a, const v_uint16 &b) |
|
template<int n> |
v_uint16 | cv::v_rotate_right (const v_uint16 &a) |
|
template<int n> |
v_int16 | cv::v_rotate_right (const v_int16 &a) |
|
template<int n> |
v_int16 | cv::v_rotate_right (const v_int16 &a, const v_int16 &b) |
|
template<int n> |
v_uint32 | cv::v_rotate_right (const v_uint32 &a, const v_uint32 &b) |
|
template<int n> |
v_uint32 | cv::v_rotate_right (const v_uint32 &a) |
|
template<int n> |
v_int32 | cv::v_rotate_right (const v_int32 &a) |
|
template<int n> |
v_int32 | cv::v_rotate_right (const v_int32 &a, const v_int32 &b) |
|
template<int n> |
v_uint64 | cv::v_rotate_right (const v_uint64 &a) |
|
template<int n> |
v_uint64 | cv::v_rotate_right (const v_uint64 &a, const v_uint64 &b) |
|
template<int n> |
v_int64 | cv::v_rotate_right (const v_int64 &a) |
|
template<int n> |
v_int64 | cv::v_rotate_right (const v_int64 &a, const v_int64 &b) |
|
template<int n> |
v_float32 | cv::v_rotate_right (const v_float32 &a, const v_float32 &b) |
|
template<int n> |
v_float32 | cv::v_rotate_right (const v_float32 &a) |
|
template<int n> |
v_float64 | cv::v_rotate_right (const v_float64 &a, const v_float64 &b) |
|
template<int n> |
v_float64 | cv::v_rotate_right (const v_float64 &a) |
|
v_int32 | cv::v_round (const v_float32 &a) |
|
v_int32 | cv::v_round (const v_float64 &a) |
|
v_int32 | cv::v_round (const v_float64 &a, const v_float64 &b) |
|
template<int n = 0> |
v_uint8 | cv::v_rshr_pack (const v_uint16 &a, const v_uint16 &b, int N=n) |
|
template<int n = 0> |
v_int8 | cv::v_rshr_pack (const v_int16 &a, const v_int16 &b, int N=n) |
|
template<int n = 0> |
v_uint16 | cv::v_rshr_pack (const v_uint32 &a, const v_uint32 &b, int N=n) |
|
template<int n = 0> |
v_int16 | cv::v_rshr_pack (const v_int32 &a, const v_int32 &b, int N=n) |
|
template<int n = 0> |
v_uint32 | cv::v_rshr_pack (const v_uint64 &a, const v_uint64 &b, int N=n) |
|
template<int n = 0> |
v_int32 | cv::v_rshr_pack (const v_int64 &a, const v_int64 &b, int N=n) |
|
template<int n = 0> |
void | cv::v_rshr_pack_store (uchar *ptr, const v_uint16 &a, int N=n) |
|
template<int n = 0> |
void | cv::v_rshr_pack_store (schar *ptr, const v_int16 &a, int N=n) |
|
template<int n = 0> |
void | cv::v_rshr_pack_store (ushort *ptr, const v_uint32 &a, int N=n) |
|
template<int n = 0> |
void | cv::v_rshr_pack_store (short *ptr, const v_int32 &a, int N=n) |
|
template<int n = 0> |
void | cv::v_rshr_pack_store (unsigned *ptr, const v_uint64 &a, int N=n) |
|
template<int n = 0> |
void | cv::v_rshr_pack_store (int *ptr, const v_int64 &a, int N=n) |
|
template<int N = 0> |
v_uint8 | cv::v_rshr_pack_u (const v_int16 &a, const v_int16 &b, int n=N) |
|
template<int N = 0> |
v_uint16 | cv::v_rshr_pack_u (const v_int32 &a, const v_int32 &b, int n=N) |
|
template<int N = 0> |
void | cv::v_rshr_pack_u_store (uchar *ptr, const v_int16 &a, int n=N) |
|
template<int N = 0> |
void | cv::v_rshr_pack_u_store (ushort *ptr, const v_int32 &a, int n=N) |
|
int | cv::v_scan_forward (const v_int8 &a) |
|
int | cv::v_scan_forward (const v_int16 &a) |
|
int | cv::v_scan_forward (const v_int32 &a) |
|
int | cv::v_scan_forward (const v_int64 &a) |
|
int | cv::v_scan_forward (const v_uint8 &a) |
|
int | cv::v_scan_forward (const v_uint16 &a) |
|
int | cv::v_scan_forward (const v_uint32 &a) |
|
int | cv::v_scan_forward (const v_float32 &a) |
|
int | cv::v_scan_forward (const v_uint64 &a) |
|
int | cv::v_scan_forward (const v_float64 &a) |
|
v_uint8 | cv::v_select (const v_uint8 &mask, const v_uint8 &a, const v_uint8 &b) |
|
v_uint16 | cv::v_select (const v_uint16 &mask, const v_uint16 &a, const v_uint16 &b) |
|
v_uint32 | cv::v_select (const v_uint32 &mask, const v_uint32 &a, const v_uint32 &b) |
|
v_int8 | cv::v_select (const v_int8 &mask, const v_int8 &a, const v_int8 &b) |
|
v_int16 | cv::v_select (const v_int16 &mask, const v_int16 &a, const v_int16 &b) |
|
v_int32 | cv::v_select (const v_int32 &mask, const v_int32 &a, const v_int32 &b) |
|
v_float32 | cv::v_select (const v_float32 &mask, const v_float32 &a, const v_float32 &b) |
|
v_float64 | cv::v_select (const v_float64 &mask, const v_float64 &a, const v_float64 &b) |
|
v_uint32 | cv::v_setall_u32 (uint v) |
|
template<int n> |
v_uint16 | cv::v_shl (const v_uint16 &a) |
|
template<int n> |
v_uint32 | cv::v_shl (const v_uint32 &a) |
|
template<int n> |
v_uint64 | cv::v_shl (const v_uint64 &a) |
|
template<int n> |
v_int16 | cv::v_shl (const v_int16 &a) |
|
template<int n> |
v_int32 | cv::v_shl (const v_int32 &a) |
|
template<int n> |
v_int64 | cv::v_shl (const v_int64 &a) |
|
template<int n> |
v_uint16 | cv::v_shr (const v_uint16 &a) |
|
template<int n> |
v_uint32 | cv::v_shr (const v_uint32 &a) |
|
template<int n> |
v_uint64 | cv::v_shr (const v_uint64 &a) |
|
template<int n> |
v_int16 | cv::v_shr (const v_int16 &a) |
|
template<int n> |
v_int32 | cv::v_shr (const v_int32 &a) |
|
template<int n> |
v_int64 | cv::v_shr (const v_int64 &a) |
|
int | cv::v_signmask (const v_int8 &a) |
|
int | cv::v_signmask (const v_int16 &a) |
|
int | cv::v_signmask (const v_int32 &a) |
|
int | cv::v_signmask (const v_int64 &a) |
|
int64 | cv::v_signmask (const v_uint8 &a) |
|
int64 | cv::v_signmask (const v_uint16 &a) |
|
int | cv::v_signmask (const v_uint32 &a) |
|
int | cv::v_signmask (const v_float32 &a) |
|
int | cv::v_signmask (const v_uint64 &a) |
|
int | cv::v_signmask (const v_float64 &a) |
|
v_float32 | cv::v_sqr_magnitude (const v_float32 &a, const v_float32 &b) |
|
v_float64 | cv::v_sqr_magnitude (const v_float64 &a, const v_float64 &b) |
|
v_float32 | cv::v_sqrt (const v_float32 &x) |
|
v_float64 | cv::v_sqrt (const v_float64 &x) |
|
void | cv::v_store (uchar *ptr, const v_uint8 &a, hal::StoreMode) |
|
void | cv::v_store (uchar *ptr, const v_uint8 &a) |
|
void | cv::v_store (schar *ptr, const v_int8 &a) |
|
void | cv::v_store (schar *ptr, const v_int8 &a, hal::StoreMode) |
|
void | cv::v_store (ushort *ptr, const v_uint16 &a, hal::StoreMode) |
|
void | cv::v_store (ushort *ptr, const v_uint16 &a) |
|
void | cv::v_store (short *ptr, const v_int16 &a, hal::StoreMode) |
|
void | cv::v_store (short *ptr, const v_int16 &a) |
|
void | cv::v_store (unsigned int *ptr, const v_uint32 &a, hal::StoreMode) |
|
void | cv::v_store (unsigned int *ptr, const v_uint32 &a) |
|
void | cv::v_store (int *ptr, const v_int32 &a, hal::StoreMode) |
|
void | cv::v_store (int *ptr, const v_int32 &a) |
|
void | cv::v_store (uint64 *ptr, const v_uint64 &a) |
|
void | cv::v_store (uint64 *ptr, const v_uint64 &a, hal::StoreMode) |
|
void | cv::v_store (int64 *ptr, const v_int64 &a, hal::StoreMode) |
|
void | cv::v_store (int64 *ptr, const v_int64 &a) |
|
void | cv::v_store (float *ptr, const v_float32 &a, hal::StoreMode) |
|
void | cv::v_store (float *ptr, const v_float32 &a) |
|
void | cv::v_store (double *ptr, const v_float64 &a) |
|
void | cv::v_store (double *ptr, const v_float64 &a, hal::StoreMode) |
|
void | cv::v_store_aligned (uchar *ptr, const v_uint8 &a) |
|
void | cv::v_store_aligned (schar *ptr, const v_int8 &a) |
|
void | cv::v_store_aligned (ushort *ptr, const v_uint16 &a) |
|
void | cv::v_store_aligned (short *ptr, const v_int16 &a) |
|
void | cv::v_store_aligned (unsigned int *ptr, const v_uint32 &a) |
|
void | cv::v_store_aligned (int *ptr, const v_int32 &a) |
|
void | cv::v_store_aligned (uint64 *ptr, const v_uint64 &a) |
|
void | cv::v_store_aligned (int64 *ptr, const v_int64 &a) |
|
void | cv::v_store_aligned (float *ptr, const v_float32 &a) |
|
void | cv::v_store_aligned (double *ptr, const v_float64 &a) |
|
void | cv::v_store_aligned_nocache (uchar *ptr, const v_uint8 &a) |
|
void | cv::v_store_aligned_nocache (schar *ptr, const v_int8 &a) |
|
void | cv::v_store_aligned_nocache (ushort *ptr, const v_uint16 &a) |
|
void | cv::v_store_aligned_nocache (short *ptr, const v_int16 &a) |
|
void | cv::v_store_aligned_nocache (unsigned int *ptr, const v_uint32 &a) |
|
void | cv::v_store_aligned_nocache (int *ptr, const v_int32 &a) |
|
void | cv::v_store_aligned_nocache (uint64 *ptr, const v_uint64 &a) |
|
void | cv::v_store_aligned_nocache (int64 *ptr, const v_int64 &a) |
|
void | cv::v_store_aligned_nocache (float *ptr, const v_float32 &a) |
|
void | cv::v_store_aligned_nocache (double *ptr, const v_float64 &a) |
|
void | cv::v_store_high (uchar *ptr, const v_uint8 &a) |
|
void | cv::v_store_high (schar *ptr, const v_int8 &a) |
|
void | cv::v_store_high (ushort *ptr, const v_uint16 &a) |
|
void | cv::v_store_high (short *ptr, const v_int16 &a) |
|
void | cv::v_store_high (unsigned int *ptr, const v_uint32 &a) |
|
void | cv::v_store_high (int *ptr, const v_int32 &a) |
|
void | cv::v_store_high (uint64 *ptr, const v_uint64 &a) |
|
void | cv::v_store_high (int64 *ptr, const v_int64 &a) |
|
void | cv::v_store_high (float *ptr, const v_float32 &a) |
|
void | cv::v_store_high (double *ptr, const v_float64 &a) |
|
void | cv::v_store_interleave (uchar *ptr, const v_uint8 &a, const v_uint8 &b, const v_uint8 &c, const v_uint8 &d, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (uchar *ptr, const v_uint8 &a, const v_uint8 &b, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (uchar *ptr, const v_uint8 &a, const v_uint8 &b, const v_uint8 &c, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (schar *ptr, const v_int8 &a, const v_int8 &b, const v_int8 &c, const v_int8 &d, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (schar *ptr, const v_int8 &a, const v_int8 &b, const v_int8 &c, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (schar *ptr, const v_int8 &a, const v_int8 &b, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (ushort *ptr, const v_uint16 &a, const v_uint16 &b, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (ushort *ptr, const v_uint16 &a, const v_uint16 &b, const v_uint16 &c, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (ushort *ptr, const v_uint16 &a, const v_uint16 &b, const v_uint16 &c, const v_uint16 &d, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (short *ptr, const v_int16 &a, const v_int16 &b, const v_int16 &c, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (short *ptr, const v_int16 &a, const v_int16 &b, const v_int16 &c, const v_int16 &d, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (short *ptr, const v_int16 &a, const v_int16 &b, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (unsigned *ptr, const v_uint32 &a, const v_uint32 &b, const v_uint32 &c, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (unsigned *ptr, const v_uint32 &a, const v_uint32 &b, const v_uint32 &c, const v_uint32 &d, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (unsigned *ptr, const v_uint32 &a, const v_uint32 &b, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (int *ptr, const v_int32 &a, const v_int32 &b, const v_int32 &c, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (int *ptr, const v_int32 &a, const v_int32 &b, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (int *ptr, const v_int32 &a, const v_int32 &b, const v_int32 &c, const v_int32 &d, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (float *ptr, const v_float32 &a, const v_float32 &b, const v_float32 &c, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (float *ptr, const v_float32 &a, const v_float32 &b, const v_float32 &c, const v_float32 &d, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (float *ptr, const v_float32 &a, const v_float32 &b, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (uint64 *ptr, const v_uint64 &a, const v_uint64 &b, const v_uint64 &c, const v_uint64 &d, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (uint64 *ptr, const v_uint64 &a, const v_uint64 &b, const v_uint64 &c, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (uint64 *ptr, const v_uint64 &a, const v_uint64 &b, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (int64 *ptr, const v_int64 &a, const v_int64 &b, const v_int64 &c, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (int64 *ptr, const v_int64 &a, const v_int64 &b, const v_int64 &c, const v_int64 &d, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (int64 *ptr, const v_int64 &a, const v_int64 &b, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (double *ptr, const v_float64 &a, const v_float64 &b, const v_float64 &c, const v_float64 &d, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (double *ptr, const v_float64 &a, const v_float64 &b, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_interleave (double *ptr, const v_float64 &a, const v_float64 &b, const v_float64 &c, hal::StoreMode=hal::STORE_UNALIGNED) |
|
void | cv::v_store_low (uchar *ptr, const v_uint8 &a) |
|
void | cv::v_store_low (schar *ptr, const v_int8 &a) |
|
void | cv::v_store_low (ushort *ptr, const v_uint16 &a) |
|
void | cv::v_store_low (short *ptr, const v_int16 &a) |
|
void | cv::v_store_low (unsigned int *ptr, const v_uint32 &a) |
|
void | cv::v_store_low (int *ptr, const v_int32 &a) |
|
void | cv::v_store_low (uint64 *ptr, const v_uint64 &a) |
|
void | cv::v_store_low (int64 *ptr, const v_int64 &a) |
|
void | cv::v_store_low (float *ptr, const v_float32 &a) |
|
void | cv::v_store_low (double *ptr, const v_float64 &a) |
|
v_uint8 | cv::v_sub (const v_uint8 &a, const v_uint8 &b) |
|
v_int8 | cv::v_sub (const v_int8 &a, const v_int8 &b) |
|
v_uint16 | cv::v_sub (const v_uint16 &a, const v_uint16 &b) |
|
v_int16 | cv::v_sub (const v_int16 &a, const v_int16 &b) |
|
v_uint32 | cv::v_sub (const v_uint32 &a, const v_uint32 &b) |
|
v_int32 | cv::v_sub (const v_int32 &a, const v_int32 &b) |
|
v_float32 | cv::v_sub (const v_float32 &a, const v_float32 &b) |
|
v_uint64 | cv::v_sub (const v_uint64 &a, const v_uint64 &b) |
|
v_int64 | cv::v_sub (const v_int64 &a, const v_int64 &b) |
|
v_float64 | cv::v_sub (const v_float64 &a, const v_float64 &b) |
|
v_uint8 | cv::v_sub_wrap (const v_uint8 &a, const v_uint8 &b) |
|
v_int8 | cv::v_sub_wrap (const v_int8 &a, const v_int8 &b) |
|
v_uint16 | cv::v_sub_wrap (const v_uint16 &a, const v_uint16 &b) |
|
v_int16 | cv::v_sub_wrap (const v_int16 &a, const v_int16 &b) |
|
void | cv::v_transpose4x4 (const v_uint32 &a0, const v_uint32 &a1, const v_uint32 &a2, const v_uint32 &a3, v_uint32 &b0, v_uint32 &b1, v_uint32 &b2, v_uint32 &b3) |
|
void | cv::v_transpose4x4 (const v_int32 &a0, const v_int32 &a1, const v_int32 &a2, const v_int32 &a3, v_int32 &b0, v_int32 &b1, v_int32 &b2, v_int32 &b3) |
|
void | cv::v_transpose4x4 (const v_float32 &a0, const v_float32 &a1, const v_float32 &a2, const v_float32 &a3, v_float32 &b0, v_float32 &b1, v_float32 &b2, v_float32 &b3) |
|
v_int32 | cv::v_trunc (const v_float32 &a) |
|
v_int32 | cv::v_trunc (const v_float64 &a) |
|
v_uint8 | cv::v_xor (const v_uint8 &a, const v_uint8 &b) |
|
v_int8 | cv::v_xor (const v_int8 &a, const v_int8 &b) |
|
v_uint16 | cv::v_xor (const v_uint16 &a, const v_uint16 &b) |
|
v_int16 | cv::v_xor (const v_int16 &a, const v_int16 &b) |
|
v_uint32 | cv::v_xor (const v_uint32 &a, const v_uint32 &b) |
|
v_int32 | cv::v_xor (const v_int32 &a, const v_int32 &b) |
|
v_uint64 | cv::v_xor (const v_uint64 &a, const v_uint64 &b) |
|
v_int64 | cv::v_xor (const v_int64 &a, const v_int64 &b) |
|
v_float32 | cv::v_xor (const v_float32 &a, const v_float32 &b) |
|
v_float64 | cv::v_xor (const v_float64 &a, const v_float64 &b) |
|
void | cv::v_zip (const v_uint8 &a0, const v_uint8 &a1, v_uint8 &b0, v_uint8 &b1) |
|
void | cv::v_zip (const v_int8 &a0, const v_int8 &a1, v_int8 &b0, v_int8 &b1) |
|
void | cv::v_zip (const v_uint16 &a0, const v_uint16 &a1, v_uint16 &b0, v_uint16 &b1) |
|
void | cv::v_zip (const v_int16 &a0, const v_int16 &a1, v_int16 &b0, v_int16 &b1) |
|
void | cv::v_zip (const v_uint32 &a0, const v_uint32 &a1, v_uint32 &b0, v_uint32 &b1) |
|
void | cv::v_zip (const v_int32 &a0, const v_int32 &a1, v_int32 &b0, v_int32 &b1) |
|
void | cv::v_zip (const v_float32 &a0, const v_float32 &a1, v_float32 &b0, v_float32 &b1) |
|
void | cv::v_zip4 (const v_uint32 &a0, const v_uint32 &a1, v_uint32 &b0, v_uint32 &b1) |
|
void | cv::v_zip4 (const v_int32 &a0, const v_int32 &a1, v_int32 &b0, v_int32 &b1) |
|
void | cv::v_zip4 (const v_float32 &a0, const v_float32 &a1, v_float32 &b0, v_float32 &b1) |
|
static vint8m1_t | cv::vand (const vint8m1_t &op1, const vint8m1_t &op2, size_t vl) |
|
static vuint8m1_t | cv::vand (const vuint8m1_t &op1, const vuint8m1_t &op2, size_t vl) |
|
static vint16m1_t | cv::vand (const vint16m1_t &op1, const vint16m1_t &op2, size_t vl) |
|
static vuint16m1_t | cv::vand (const vuint16m1_t &op1, const vuint16m1_t &op2, size_t vl) |
|
static vint32m1_t | cv::vand (const vint32m1_t &op1, const vint32m1_t &op2, size_t vl) |
|
static vuint32m1_t | cv::vand (const vuint32m1_t &op1, const vuint32m1_t &op2, size_t vl) |
|
static vint64m1_t | cv::vand (const vint64m1_t &op1, const vint64m1_t &op2, size_t vl) |
|
static vuint64m1_t | cv::vand (const vuint64m1_t &op1, const vuint64m1_t &op2, size_t vl) |
|
static VTraits< v_float32 >::lane_type | cv::vfmv_f (const v_float32 ®) |
|
static VTraits< v_float64 >::lane_type | cv::vfmv_f (const v_float64 ®) |
|
static vint8m1_t | cv::vloxei32 (const VTraits< vint8m1_t >::lane_type *base, vuint32m4_t bindex, size_t vl) |
|
static vint8m2_t | cv::vloxei32 (const VTraits< vint8m2_t >::lane_type *base, vuint32m8_t bindex, size_t vl) |
|
static vint16m1_t | cv::vloxei32 (const VTraits< vint16m1_t >::lane_type *base, vuint32m2_t bindex, size_t vl) |
|
static vint32m1_t | cv::vloxei32 (const VTraits< vint32m1_t >::lane_type *base, vuint32m1_t bindex, size_t vl) |
|
static vint32m2_t | cv::vloxei32 (const VTraits< vint32m2_t >::lane_type *base, vuint32m2_t bindex, size_t vl) |
|
static vint32m4_t | cv::vloxei32 (const VTraits< vint32m4_t >::lane_type *base, vuint32m4_t bindex, size_t vl) |
|
static vint32m8_t | cv::vloxei32 (const VTraits< vint32m8_t >::lane_type *base, vuint32m8_t bindex, size_t vl) |
|
static vint64m1_t | cv::vloxei32 (const VTraits< vint64m1_t >::lane_type *base, vuint32mf2_t bindex, size_t vl) |
|
static vfloat32m1_t | cv::vloxei32 (const VTraits< vfloat32m1_t >::lane_type *base, vuint32m1_t bindex, size_t vl) |
|
static vfloat64m1_t | cv::vloxei32 (const VTraits< vfloat64m1_t >::lane_type *base, vuint32mf2_t bindex, size_t vl) |
|
static vint8m1_t | cv::vloxei8 (const VTraits< vint8m1_t >::lane_type *base, vuint8m1_t bindex, size_t vl) |
|
static vint8m2_t | cv::vloxei8 (const VTraits< vint8m2_t >::lane_type *base, vuint8m2_t bindex, size_t vl) |
|
static vint8m4_t | cv::vloxei8 (const VTraits< vint8m4_t >::lane_type *base, vuint8m4_t bindex, size_t vl) |
|
static vint8m8_t | cv::vloxei8 (const VTraits< vint8m8_t >::lane_type *base, vuint8m8_t bindex, size_t vl) |
|
static vuint8m1_t | cv::vloxei8 (const VTraits< vuint8m1_t >::lane_type *base, vuint8m1_t bindex, size_t vl) |
|
static vuint8m2_t | cv::vloxei8 (const VTraits< vuint8m2_t >::lane_type *base, vuint8m2_t bindex, size_t vl) |
|
static vuint8m4_t | cv::vloxei8 (const VTraits< vuint8m4_t >::lane_type *base, vuint8m4_t bindex, size_t vl) |
|
static vuint8m8_t | cv::vloxei8 (const VTraits< vuint8m8_t >::lane_type *base, vuint8m8_t bindex, size_t vl) |
|
static vint8m2_t | cv::vmul (const vint8m2_t &op1, VTraits< vint8m2_t >::lane_type op2, size_t vl) |
|
static vint8m1_t | cv::vmul (const vint8m1_t &op1, VTraits< vint8m1_t >::lane_type op2, size_t vl) |
|
static vint8m4_t | cv::vmul (const vint8m4_t &op1, VTraits< vint8m4_t >::lane_type op2, size_t vl) |
|
static vint8m2_t | cv::vmul (const vint8m2_t &op1, const vint8m2_t &op2, size_t vl) |
|
static vint8m8_t | cv::vmul (const vint8m8_t &op1, VTraits< vint8m8_t >::lane_type op2, size_t vl) |
|
static vint8m4_t | cv::vmul (const vint8m4_t &op1, const vint8m4_t &op2, size_t vl) |
|
static vint8m8_t | cv::vmul (const vint8m8_t &op1, const vint8m8_t &op2, size_t vl) |
|
static vint8m1_t | cv::vmul (const vint8m1_t &op1, const vint8m1_t &op2, size_t vl) |
|
static vuint8m8_t | cv::vmul (const vuint8m8_t &op1, VTraits< vuint8m8_t >::lane_type op2, size_t vl) |
|
static vuint8m1_t | cv::vmul (const vuint8m1_t &op1, const vuint8m1_t &op2, size_t vl) |
|
static vuint8m1_t | cv::vmul (const vuint8m1_t &op1, VTraits< vuint8m1_t >::lane_type op2, size_t vl) |
|
static vuint8m2_t | cv::vmul (const vuint8m2_t &op1, VTraits< vuint8m2_t >::lane_type op2, size_t vl) |
|
static vuint8m4_t | cv::vmul (const vuint8m4_t &op1, const vuint8m4_t &op2, size_t vl) |
|
static vuint8m8_t | cv::vmul (const vuint8m8_t &op1, const vuint8m8_t &op2, size_t vl) |
|
static vuint8m4_t | cv::vmul (const vuint8m4_t &op1, VTraits< vuint8m4_t >::lane_type op2, size_t vl) |
|
static vuint8m2_t | cv::vmul (const vuint8m2_t &op1, const vuint8m2_t &op2, size_t vl) |
|
static vint16m1_t | cv::vmul (const vint16m1_t &op1, const vint16m1_t &op2, size_t vl) |
|
static vint16m4_t | cv::vmul (const vint16m4_t &op1, const vint16m4_t &op2, size_t vl) |
|
static vint16m8_t | cv::vmul (const vint16m8_t &op1, VTraits< vint16m8_t >::lane_type op2, size_t vl) |
|
static vint16m2_t | cv::vmul (const vint16m2_t &op1, const vint16m2_t &op2, size_t vl) |
|
static vint16m4_t | cv::vmul (const vint16m4_t &op1, VTraits< vint16m4_t >::lane_type op2, size_t vl) |
|
static vint16m2_t | cv::vmul (const vint16m2_t &op1, VTraits< vint16m2_t >::lane_type op2, size_t vl) |
|
static vint16m1_t | cv::vmul (const vint16m1_t &op1, VTraits< vint16m1_t >::lane_type op2, size_t vl) |
|
static vint16m8_t | cv::vmul (const vint16m8_t &op1, const vint16m8_t &op2, size_t vl) |
|
static vuint16m4_t | cv::vmul (const vuint16m4_t &op1, const vuint16m4_t &op2, size_t vl) |
|
static vuint16m2_t | cv::vmul (const vuint16m2_t &op1, const vuint16m2_t &op2, size_t vl) |
|
static vuint16m8_t | cv::vmul (const vuint16m8_t &op1, const vuint16m8_t &op2, size_t vl) |
|
static vuint16m4_t | cv::vmul (const vuint16m4_t &op1, VTraits< vuint16m4_t >::lane_type op2, size_t vl) |
|
static vuint16m8_t | cv::vmul (const vuint16m8_t &op1, VTraits< vuint16m8_t >::lane_type op2, size_t vl) |
|
static vuint16m1_t | cv::vmul (const vuint16m1_t &op1, const vuint16m1_t &op2, size_t vl) |
|
static vuint16m1_t | cv::vmul (const vuint16m1_t &op1, VTraits< vuint16m1_t >::lane_type op2, size_t vl) |
|
static vuint16m2_t | cv::vmul (const vuint16m2_t &op1, VTraits< vuint16m2_t >::lane_type op2, size_t vl) |
|
static vint32m2_t | cv::vmul (const vint32m2_t &op1, VTraits< vint32m2_t >::lane_type op2, size_t vl) |
|
static vint32m1_t | cv::vmul (const vint32m1_t &op1, const vint32m1_t &op2, size_t vl) |
|
static vint32m4_t | cv::vmul (const vint32m4_t &op1, VTraits< vint32m4_t >::lane_type op2, size_t vl) |
|
static vint32m2_t | cv::vmul (const vint32m2_t &op1, const vint32m2_t &op2, size_t vl) |
|
static vint32m4_t | cv::vmul (const vint32m4_t &op1, const vint32m4_t &op2, size_t vl) |
|
static vint32m8_t | cv::vmul (const vint32m8_t &op1, const vint32m8_t &op2, size_t vl) |
|
static vint32m8_t | cv::vmul (const vint32m8_t &op1, VTraits< vint32m8_t >::lane_type op2, size_t vl) |
|
static vint32m1_t | cv::vmul (const vint32m1_t &op1, VTraits< vint32m1_t >::lane_type op2, size_t vl) |
|
static vuint32m2_t | cv::vmul (const vuint32m2_t &op1, const vuint32m2_t &op2, size_t vl) |
|
static vuint32m1_t | cv::vmul (const vuint32m1_t &op1, const vuint32m1_t &op2, size_t vl) |
|
static vuint32m4_t | cv::vmul (const vuint32m4_t &op1, VTraits< vuint32m4_t >::lane_type op2, size_t vl) |
|
static vuint32m2_t | cv::vmul (const vuint32m2_t &op1, VTraits< vuint32m2_t >::lane_type op2, size_t vl) |
|
static vuint32m1_t | cv::vmul (const vuint32m1_t &op1, VTraits< vuint32m1_t >::lane_type op2, size_t vl) |
|
static vuint32m4_t | cv::vmul (const vuint32m4_t &op1, const vuint32m4_t &op2, size_t vl) |
|
static vuint32m8_t | cv::vmul (const vuint32m8_t &op1, VTraits< vuint32m8_t >::lane_type op2, size_t vl) |
|
static vuint32m8_t | cv::vmul (const vuint32m8_t &op1, const vuint32m8_t &op2, size_t vl) |
|
static vuint32mf2_t | cv::vmul (const vuint32mf2_t &op1, uint32_t op2, size_t vl) |
|
static VTraits< v_uint8 >::lane_type | cv::vmv_x (const v_uint8 ®) |
|
static VTraits< v_int8 >::lane_type | cv::vmv_x (const v_int8 ®) |
|
static VTraits< v_uint16 >::lane_type | cv::vmv_x (const v_uint16 ®) |
|
static VTraits< v_int16 >::lane_type | cv::vmv_x (const v_int16 ®) |
|
static VTraits< v_uint32 >::lane_type | cv::vmv_x (const v_uint32 ®) |
|
static VTraits< v_int32 >::lane_type | cv::vmv_x (const v_int32 ®) |
|
static VTraits< v_uint64 >::lane_type | cv::vmv_x (const v_uint64 ®) |
|
static VTraits< v_int64 >::lane_type | cv::vmv_x (const v_int64 ®) |
|
static vfloat32m1_t | cv::vreinterpret_f32m1 (const vuint32m1_t &src) |
|
static vfloat32m1_t | cv::vreinterpret_f32m1 (const vint32m1_t &src) |
|
static vfloat32m2_t | cv::vreinterpret_f32m2 (const vuint32m2_t &src) |
|
static vfloat32m2_t | cv::vreinterpret_f32m2 (const vint32m2_t &src) |
|
static vfloat32m4_t | cv::vreinterpret_f32m4 (const vuint32m4_t &src) |
|
static vfloat32m4_t | cv::vreinterpret_f32m4 (const vint32m4_t &src) |
|
static vfloat32m8_t | cv::vreinterpret_f32m8 (const vuint32m8_t &src) |
|
static vfloat32m8_t | cv::vreinterpret_f32m8 (const vint32m8_t &src) |
|
static vint16m1_t | cv::vreinterpret_i16m1 (const vuint16m1_t &src) |
|
static vint16m2_t | cv::vreinterpret_i16m2 (const vuint16m2_t &src) |
|
static vint16m4_t | cv::vreinterpret_i16m4 (const vuint16m4_t &src) |
|
static vint16m8_t | cv::vreinterpret_i16m8 (const vuint16m8_t &src) |
|
static vint32m1_t | cv::vreinterpret_i32m1 (const vuint32m1_t &src) |
|
static vint32m1_t | cv::vreinterpret_i32m1 (const vfloat32m1_t &src) |
|
static vint32m2_t | cv::vreinterpret_i32m2 (const vuint32m2_t &src) |
|
static vint32m2_t | cv::vreinterpret_i32m2 (const vfloat32m2_t &src) |
|
static vint32m4_t | cv::vreinterpret_i32m4 (const vuint32m4_t &src) |
|
static vint32m4_t | cv::vreinterpret_i32m4 (const vfloat32m4_t &src) |
|
static vint32m8_t | cv::vreinterpret_i32m8 (const vuint32m8_t &src) |
|
static vint32m8_t | cv::vreinterpret_i32m8 (const vfloat32m8_t &src) |
|
static vint8m1_t | cv::vreinterpret_i8m1 (const vuint8m1_t &src) |
|
static vint8m2_t | cv::vreinterpret_i8m2 (const vuint8m2_t &src) |
|
static vint8m4_t | cv::vreinterpret_i8m4 (const vuint8m4_t &src) |
|
static vint8m8_t | cv::vreinterpret_i8m8 (const vuint8m8_t &src) |
|
static vuint16m1_t | cv::vreinterpret_u16m1 (const vint16m1_t &src) |
|
static vuint16m1_t | cv::vreinterpret_u16m1 (const vuint8m1_t &src) |
|
static vuint16m1_t | cv::vreinterpret_u16m1 (const vuint32m1_t &src) |
|
static vuint16m1_t | cv::vreinterpret_u16m1 (const vuint64m1_t &src) |
|
static vuint16m2_t | cv::vreinterpret_u16m2 (const vint16m2_t &src) |
|
static vuint16m2_t | cv::vreinterpret_u16m2 (const vuint8m2_t &src) |
|
static vuint16m2_t | cv::vreinterpret_u16m2 (const vuint32m2_t &src) |
|
static vuint16m2_t | cv::vreinterpret_u16m2 (const vuint64m2_t &src) |
|
static vuint16m4_t | cv::vreinterpret_u16m4 (const vint16m4_t &src) |
|
static vuint16m4_t | cv::vreinterpret_u16m4 (const vuint8m4_t &src) |
|
static vuint16m4_t | cv::vreinterpret_u16m4 (const vuint32m4_t &src) |
|
static vuint16m4_t | cv::vreinterpret_u16m4 (const vuint64m4_t &src) |
|
static vuint16m8_t | cv::vreinterpret_u16m8 (const vint16m8_t &src) |
|
static vuint16m8_t | cv::vreinterpret_u16m8 (const vuint8m8_t &src) |
|
static vuint16m8_t | cv::vreinterpret_u16m8 (const vuint32m8_t &src) |
|
static vuint16m8_t | cv::vreinterpret_u16m8 (const vuint64m8_t &src) |
|
static vuint32m1_t | cv::vreinterpret_u32m1 (const vfloat32m1_t &src) |
|
static vuint32m1_t | cv::vreinterpret_u32m1 (const vint32m1_t &src) |
|
static vuint32m1_t | cv::vreinterpret_u32m1 (const vuint8m1_t &src) |
|
static vuint32m1_t | cv::vreinterpret_u32m1 (const vuint16m1_t &src) |
|
static vuint32m1_t | cv::vreinterpret_u32m1 (const vuint64m1_t &src) |
|
static vuint32m2_t | cv::vreinterpret_u32m2 (const vfloat32m2_t &src) |
|
static vuint32m2_t | cv::vreinterpret_u32m2 (const vint32m2_t &src) |
|
static vuint32m2_t | cv::vreinterpret_u32m2 (const vuint8m2_t &src) |
|
static vuint32m2_t | cv::vreinterpret_u32m2 (const vuint16m2_t &src) |
|
static vuint32m2_t | cv::vreinterpret_u32m2 (const vuint64m2_t &src) |
|
static vuint32m4_t | cv::vreinterpret_u32m4 (const vfloat32m4_t &src) |
|
static vuint32m4_t | cv::vreinterpret_u32m4 (const vint32m4_t &src) |
|
static vuint32m4_t | cv::vreinterpret_u32m4 (const vuint8m4_t &src) |
|
static vuint32m4_t | cv::vreinterpret_u32m4 (const vuint16m4_t &src) |
|
static vuint32m4_t | cv::vreinterpret_u32m4 (const vuint64m4_t &src) |
|
static vuint32m8_t | cv::vreinterpret_u32m8 (const vfloat32m8_t &src) |
|
static vuint32m8_t | cv::vreinterpret_u32m8 (const vint32m8_t &src) |
|
static vuint32m8_t | cv::vreinterpret_u32m8 (const vuint8m8_t &src) |
|
static vuint32m8_t | cv::vreinterpret_u32m8 (const vuint16m8_t &src) |
|
static vuint32m8_t | cv::vreinterpret_u32m8 (const vuint64m8_t &src) |
|
static vuint32mf2_t | cv::vreinterpret_u32mf2 (vint32mf2_t val) |
|
static vuint8m1_t | cv::vreinterpret_u8m1 (const vint8m1_t &src) |
|
static vuint8m1_t | cv::vreinterpret_u8m1 (const vuint16m1_t &src) |
|
static vuint8m1_t | cv::vreinterpret_u8m1 (const vuint32m1_t &src) |
|
static vuint8m1_t | cv::vreinterpret_u8m1 (const vuint64m1_t &src) |
|
static vuint8m2_t | cv::vreinterpret_u8m2 (const vint8m2_t &src) |
|
static vuint8m2_t | cv::vreinterpret_u8m2 (const vuint16m2_t &src) |
|
static vuint8m2_t | cv::vreinterpret_u8m2 (const vuint32m2_t &src) |
|
static vuint8m2_t | cv::vreinterpret_u8m2 (const vuint64m2_t &src) |
|
static vuint8m4_t | cv::vreinterpret_u8m4 (const vint8m4_t &src) |
|
static vuint8m4_t | cv::vreinterpret_u8m4 (const vuint16m4_t &src) |
|
static vuint8m4_t | cv::vreinterpret_u8m4 (const vuint32m4_t &src) |
|
static vuint8m4_t | cv::vreinterpret_u8m4 (const vuint64m4_t &src) |
|
static vuint8m8_t | cv::vreinterpret_u8m8 (const vint8m8_t &src) |
|
static vuint8m8_t | cv::vreinterpret_u8m8 (const vuint16m8_t &src) |
|
static vuint8m8_t | cv::vreinterpret_u8m8 (const vuint32m8_t &src) |
|
static vuint8m8_t | cv::vreinterpret_u8m8 (const vuint64m8_t &src) |
|
static void | cv::vse16 (VTraits< v_uint16 >::lane_type *base, v_uint16 value, size_t vl) |
|
static void | cv::vse16 (VTraits< v_int16 >::lane_type *base, v_int16 value, size_t vl) |
|
static void | cv::vse32 (VTraits< v_uint32 >::lane_type *base, v_uint32 value, size_t vl) |
|
static void | cv::vse32 (VTraits< v_int32 >::lane_type *base, v_int32 value, size_t vl) |
|
static void | cv::vse32 (VTraits< v_float32 >::lane_type *base, v_float32 value, size_t vl) |
|
static void | cv::vse64 (VTraits< v_uint64 >::lane_type *base, v_uint64 value, size_t vl) |
|
static void | cv::vse64 (VTraits< v_int64 >::lane_type *base, v_int64 value, size_t vl) |
|
static void | cv::vse64 (VTraits< v_float64 >::lane_type *base, v_float64 value, size_t vl) |
|
static void | cv::vse8 (VTraits< v_uint8 >::lane_type *base, v_uint8 value, size_t vl) |
|
static void | cv::vse8 (VTraits< v_int8 >::lane_type *base, v_int8 value, size_t vl) |
|
static v_uint8 | cv::vslidedown (const v_uint8 &dst, const v_uint8 &src, size_t offset, size_t vl) |
|
static v_int8 | cv::vslidedown (const v_int8 &dst, const v_int8 &src, size_t offset, size_t vl) |
|
static v_uint16 | cv::vslidedown (const v_uint16 &dst, const v_uint16 &src, size_t offset, size_t vl) |
|
static v_int16 | cv::vslidedown (const v_int16 &dst, const v_int16 &src, size_t offset, size_t vl) |
|
static v_uint32 | cv::vslidedown (const v_uint32 &dst, const v_uint32 &src, size_t offset, size_t vl) |
|
static v_int32 | cv::vslidedown (const v_int32 &dst, const v_int32 &src, size_t offset, size_t vl) |
|
static v_float32 | cv::vslidedown (const v_float32 &dst, const v_float32 &src, size_t offset, size_t vl) |
|
static v_uint64 | cv::vslidedown (const v_uint64 &dst, const v_uint64 &src, size_t offset, size_t vl) |
|
static v_int64 | cv::vslidedown (const v_int64 &dst, const v_int64 &src, size_t offset, size_t vl) |
|
static v_float64 | cv::vslidedown (const v_float64 &dst, const v_float64 &src, size_t offset, size_t vl) |
|
static v_uint8 | cv::vslideup (const v_uint8 &dst, const v_uint8 &src, size_t offset, size_t vl) |
|
static v_int8 | cv::vslideup (const v_int8 &dst, const v_int8 &src, size_t offset, size_t vl) |
|
static v_uint16 | cv::vslideup (const v_uint16 &dst, const v_uint16 &src, size_t offset, size_t vl) |
|
static v_int16 | cv::vslideup (const v_int16 &dst, const v_int16 &src, size_t offset, size_t vl) |
|
static v_uint32 | cv::vslideup (const v_uint32 &dst, const v_uint32 &src, size_t offset, size_t vl) |
|
static v_int32 | cv::vslideup (const v_int32 &dst, const v_int32 &src, size_t offset, size_t vl) |
|
static v_float32 | cv::vslideup (const v_float32 &dst, const v_float32 &src, size_t offset, size_t vl) |
|
static v_uint64 | cv::vslideup (const v_uint64 &dst, const v_uint64 &src, size_t offset, size_t vl) |
|
static v_int64 | cv::vslideup (const v_int64 &dst, const v_int64 &src, size_t offset, size_t vl) |
|
static v_float64 | cv::vslideup (const v_float64 &dst, const v_float64 &src, size_t offset, size_t vl) |
|
|
Create new vector with zero elements
|
v_uint8x16 | cv::v_setzero_u8 () |
|
v_int8x16 | cv::v_setzero_s8 () |
|
v_uint16x8 | cv::v_setzero_u16 () |
|
v_int16x8 | cv::v_setzero_s16 () |
|
v_uint32x4 | cv::v_setzero_u32 () |
|
v_int32x4 | cv::v_setzero_s32 () |
|
v_uint64x2 | cv::v_setzero_u64 () |
|
v_int64x2 | cv::v_setzero_s64 () |
|
v_float32x4 | cv::v_setzero_f32 () |
|
v_float64x2 | cv::v_setzero_f64 () |
|
|
Create new vector with elements set to a specific value
|
v_uint8x16 | cv::v_setall_u8 (uchar val) |
|
v_int8x16 | cv::v_setall_s8 (schar val) |
|
v_uint16x8 | cv::v_setall_u16 (ushort val) |
|
v_int16x8 | cv::v_setall_s16 (short val) |
|
v_int32x4 | cv::v_setall_s32 (int val) |
|
v_uint64x2 | cv::v_setall_u64 (uint64 val) |
|
v_int64x2 | cv::v_setall_s64 (int64 val) |
|
v_float32x4 | cv::v_setall_f32 (float val) |
|
v_float64x2 | cv::v_setall_f64 (double val) |
|