|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::operator!= (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::operator& (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > & | cv::operator&= (v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::operator* (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > & | cv::operator*= (v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::operator+ (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > & | cv::operator+= (v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::operator- (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > & | cv::operator-= (v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::operator/ (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > & | cv::operator/= (v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::operator< (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::operator<< (const v_reg< _Tp, n > &a, int imm) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::operator<= (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::operator== (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::operator> (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::operator>= (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::operator>> (const v_reg< _Tp, n > &a, int imm) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::operator^ (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > & | cv::operator^= (v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::operator| (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > & | cv::operator|= (v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::operator~ (const v_reg< _Tp, n > &a) |
|
template<typename _Tp , int n> |
v_reg< typename V_TypeTraits
< _Tp >::abs_type, n > | cv::v_abs (const v_reg< _Tp, n > &a) |
|
template<typename _Tp , int n> |
v_reg< typename V_TypeTraits
< _Tp >::abs_type, n > | cv::v_absdiff (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::v_add_wrap (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< int, n > | cv::v_ceil (const v_reg< _Tp, n > &a) |
|
template<int n> |
v_reg< int, n > | cv::v_ceil (const v_reg< float, n > &a) |
|
template<int n> |
v_reg< int, n *2 > | cv::v_ceil (const v_reg< double, n > &a) |
|
template<typename _Tp , int n> |
bool | cv::v_check_all (const v_reg< _Tp, n > &a) |
|
template<typename _Tp , int n> |
bool | cv::v_check_any (const v_reg< _Tp, n > &a) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::v_combine_high (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::v_combine_low (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::v_cos (const v_reg< _Tp, n > &a) |
|
template<int n> |
v_reg< float, n > | cv::v_cvt_f32 (const v_reg< int, n > &a) |
|
template<int n> |
v_reg< double, n > | cv::v_cvt_f64 (const v_reg< int, n *2 > &a) |
|
template<int n> |
v_reg< double, n > | cv::v_cvt_f64 (const v_reg< float, n *2 > &a) |
|
template<typename _Tp , int n> |
v_reg< typename V_TypeTraits
< _Tp >::w_type, n/2 > | cv::v_dotprod (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::v_exp (const v_reg< _Tp, n > &a) |
|
template<typename _Tp , int n> |
void | cv::v_expand (const v_reg< _Tp, n > &a, v_reg< typename V_TypeTraits< _Tp >::w_type, n/2 > &b0, v_reg< typename V_TypeTraits< _Tp >::w_type, n/2 > &b1) |
|
template<typename _Tp , int n> |
v_reg< int, n > | cv::v_floor (const v_reg< _Tp, n > &a) |
|
template<int n> |
v_reg< int, n > | cv::v_floor (const v_reg< float, n > &a) |
|
template<int n> |
v_reg< int, n *2 > | cv::v_floor (const v_reg< double, n > &a) |
|
template<typename _Tp , int n> |
void | cv::v_hsum (const v_reg< _Tp, n > &a, v_reg< typename V_TypeTraits< _Tp >::w_type, n/2 > &c) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::v_invsqrt (const v_reg< _Tp, n > &a) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::v_load (const _Tp *ptr) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::v_load_aligned (const _Tp *ptr) |
|
template<typename _Tp , int n> |
void | cv::v_load_deinterleave (const _Tp *ptr, v_reg< _Tp, n > &a, v_reg< _Tp, n > &b, v_reg< _Tp, n > &c) |
|
template<typename _Tp , int n> |
void | cv::v_load_deinterleave (const _Tp *ptr, v_reg< _Tp, n > &a, v_reg< _Tp, n > &b, v_reg< _Tp, n > &c, v_reg< _Tp, n > &d) |
|
template<typename _Tp , int n> |
v_reg< typename V_TypeTraits
< _Tp >::w_type, n > | cv::v_load_expand (const _Tp *ptr) |
|
template<typename _Tp , int n> |
v_reg< typename V_TypeTraits
< typename V_TypeTraits< _Tp >
::w_type >::w_type, n > | cv::v_load_expand_q (const _Tp *ptr) |
|
template<typename _Tp , int n> |
void | cv::v_load_halves (const _Tp *loptr, const _Tp *hiptr) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::v_log (const v_reg< _Tp, n > &a) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::v_magnitude (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
v_float32x4 | cv::v_matmul (const v_float32x4 &v, const v_float32x4 &m0, const v_float32x4 &m1, const v_float32x4 &m2, const v_float32x4 &m3) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::v_max (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::v_min (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
void | cv::v_minmax (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b, v_reg< _Tp, n > &minval, v_reg< _Tp, n > &maxval) |
|
template<typename _Tp , int n> |
void | cv::v_mul_expand (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b, v_reg< typename V_TypeTraits< _Tp >::w_type, n/2 > &c, v_reg< typename V_TypeTraits< _Tp >::w_type, n/2 > &d) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::v_muladd (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b, const v_reg< _Tp, n > &c) |
|
v_uint8x16 | cv::v_pack (const v_uint16x8 &a, const v_uint16x8 &b) |
|
v_int8x16 | cv::v_pack (const v_int16x8 &a, const v_int16x8 &b) |
|
v_uint16x8 | cv::v_pack (const v_uint32x4 &a, const v_uint32x4 &b) |
|
v_int16x8 | cv::v_pack (const v_int32x4 &a, const v_int32x4 &b) |
|
v_uint32x4 | cv::v_pack (const v_uint64x2 &a, const v_uint64x2 &b) |
|
v_int32x4 | cv::v_pack (const v_int64x2 &a, const v_int64x2 &b) |
|
void | cv::v_pack_store (uchar *ptr, const v_uint16x8 &a) |
|
void | cv::v_pack_store (schar *ptr, const v_int16x8 &a) |
|
void | cv::v_pack_store (ushort *ptr, const v_uint32x4 &a) |
|
void | cv::v_pack_store (short *ptr, const v_int32x4 &a) |
|
void | cv::v_pack_store (unsigned *ptr, const v_uint64x2 &a) |
|
void | cv::v_pack_store (int *ptr, const v_int64x2 &a) |
|
v_uint8x16 | cv::v_pack_u (const v_int16x8 &a, const v_int16x8 &b) |
|
v_uint16x8 | cv::v_pack_u (const v_int32x4 &a, const v_int32x4 &b) |
|
void | cv::v_pack_u_store (uchar *ptr, const v_int16x8 &a) |
|
void | cv::v_pack_u_store (ushort *ptr, const v_int32x4 &a) |
|
template<typename _Tp , int n> |
void | cv::v_recombine (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b, v_reg< _Tp, n > &low, v_reg< _Tp, n > &high) |
|
template<typename _Tp , int n> |
_Tp | cv::v_reduce_max (const v_reg< _Tp, n > &a) |
|
template<typename _Tp , int n> |
_Tp | cv::v_reduce_min (const v_reg< _Tp, n > &a) |
|
template<typename _Tp , int n> |
V_TypeTraits< _Tp >::sum_type | cv::v_reduce_sum (const v_reg< _Tp, n > &a) |
|
template<typename _Tp0 , int n0> |
v_float32x4 | cv::v_reinterpret_as_f32 (const v_reg< _Tp0, n0 > &a) |
|
template<typename _Tp0 , int n0> |
v_float64x2 | cv::v_reinterpret_as_f64 (const v_reg< _Tp0, n0 > &a) |
|
template<typename _Tp , int n> |
v_reg< typename V_TypeTraits
< _Tp >::int_type, n > | cv::v_reinterpret_as_int (const v_reg< _Tp, n > &a) |
|
template<typename _Tp0 , int n0> |
v_int16x8 | cv::v_reinterpret_as_s16 (const v_reg< _Tp0, n0 > &a) |
|
template<typename _Tp0 , int n0> |
v_int32x4 | cv::v_reinterpret_as_s32 (const v_reg< _Tp0, n0 > &a) |
|
template<typename _Tp0 , int n0> |
v_uint64x2 | cv::v_reinterpret_as_s64 (const v_reg< _Tp0, n0 > &a) |
|
template<typename _Tp0 , int n0> |
v_int8x16 | cv::v_reinterpret_as_s8 (const v_reg< _Tp0, n0 > &a) |
|
template<typename _Tp0 , int n0> |
v_uint16x8 | cv::v_reinterpret_as_u16 (const v_reg< _Tp0, n0 > &a) |
|
template<typename _Tp0 , int n0> |
v_uint32x4 | cv::v_reinterpret_as_u32 (const v_reg< _Tp0, n0 > &a) |
|
template<typename _Tp0 , int n0> |
v_uint64x2 | cv::v_reinterpret_as_u64 (const v_reg< _Tp0, n0 > &a) |
|
template<typename _Tp0 , int n0> |
v_uint8x16 | cv::v_reinterpret_as_u8 (const v_reg< _Tp0, n0 > &a) |
|
template<typename _Tp , int n> |
v_reg< typename V_TypeTraits
< _Tp >::uint_type, n > | cv::v_reinterpret_as_uint (const v_reg< _Tp, n > &a) |
|
template<typename _Tp , int n> |
v_reg< int, n > | cv::v_round (const v_reg< _Tp, n > &a) |
|
template<int n> |
v_reg< int, n > | cv::v_round (const v_reg< float, n > &a) |
|
template<int n> |
v_reg< int, n *2 > | cv::v_round (const v_reg< double, n > &a) |
|
template<int n> |
v_uint16x8 | cv::v_rshr (const v_uint16x8 &a) |
|
template<int n> |
v_int16x8 | cv::v_rshr (const v_int16x8 &a) |
|
template<int n> |
v_uint32x4 | cv::v_rshr (const v_uint32x4 &a) |
|
template<int n> |
v_int32x4 | cv::v_rshr (const v_int32x4 &a) |
|
template<int n> |
v_uint64x2 | cv::v_rshr (const v_uint64x2 &a) |
|
template<int n> |
v_int64x2 | cv::v_rshr (const v_int64x2 &a) |
|
template<int n> |
v_uint8x16 | cv::v_rshr_pack (const v_uint16x8 &a, const v_uint16x8 &b) |
|
template<int n> |
v_int8x16 | cv::v_rshr_pack (const v_int16x8 &a, const v_int16x8 &b) |
|
template<int n> |
v_uint16x8 | cv::v_rshr_pack (const v_uint32x4 &a, const v_uint32x4 &b) |
|
template<int n> |
v_int16x8 | cv::v_rshr_pack (const v_int32x4 &a, const v_int32x4 &b) |
|
template<int n> |
v_uint32x4 | cv::v_rshr_pack (const v_uint64x2 &a, const v_uint64x2 &b) |
|
template<int n> |
v_int32x4 | cv::v_rshr_pack (const v_int64x2 &a, const v_int64x2 &b) |
|
template<int n> |
void | cv::v_rshr_pack_store (uchar *ptr, const v_uint16x8 &a) |
|
template<int n> |
void | cv::v_rshr_pack_store (schar *ptr, const v_int16x8 &a) |
|
template<int n> |
void | cv::v_rshr_pack_store (ushort *ptr, const v_uint32x4 &a) |
|
template<int n> |
void | cv::v_rshr_pack_store (short *ptr, const v_int32x4 &a) |
|
template<int n> |
void | cv::v_rshr_pack_store (unsigned *ptr, const v_uint64x2 &a) |
|
template<int n> |
void | cv::v_rshr_pack_store (int *ptr, const v_int64x2 &a) |
|
template<int n> |
v_uint8x16 | cv::v_rshr_pack_u (const v_int16x8 &a, const v_int16x8 &b) |
|
template<int n> |
v_uint16x8 | cv::v_rshr_pack_u (const v_int32x4 &a, const v_int32x4 &b) |
|
template<int n> |
void | cv::v_rshr_pack_u_store (uchar *ptr, const v_int16x8 &a) |
|
template<int n> |
void | cv::v_rshr_pack_u_store (ushort *ptr, const v_int32x4 &a) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::v_select (const v_reg< _Tp, n > &mask, const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
v_float32x4 | cv::v_setall_f32 (float val) |
|
v_float64x2 | cv::v_setall_f64 (double val) |
|
v_int16x8 | cv::v_setall_s16 (short val) |
|
v_int32x4 | cv::v_setall_s32 (int val) |
|
v_uint64x2 | cv::v_setall_s64 (int64 val) |
|
v_int8x16 | cv::v_setall_s8 (schar val) |
|
v_uint16x8 | cv::v_setall_u16 (ushort val) |
|
v_uint32x4 | cv::v_setall_u32 (unsigned val) |
|
v_uint64x2 | cv::v_setall_u64 (uint64 val) |
|
v_uint8x16 | cv::v_setall_u8 (uchar val) |
|
v_float32x4 | cv::v_setzero_f32 () |
|
v_float64x2 | cv::v_setzero_f64 () |
|
v_int16x8 | cv::v_setzero_s16 () |
|
v_int32x4 | cv::v_setzero_s32 () |
|
v_uint64x2 | cv::v_setzero_s64 () |
|
v_int8x16 | cv::v_setzero_s8 () |
|
v_uint16x8 | cv::v_setzero_u16 () |
|
v_uint32x4 | cv::v_setzero_u32 () |
|
v_uint64x2 | cv::v_setzero_u64 () |
|
v_uint8x16 | cv::v_setzero_u8 () |
|
template<int n> |
v_uint16x8 | cv::v_shl (const v_uint16x8 &a) |
|
template<int n> |
v_int16x8 | cv::v_shl (const v_int16x8 &a) |
|
template<int n> |
v_uint32x4 | cv::v_shl (const v_uint32x4 &a) |
|
template<int n> |
v_int32x4 | cv::v_shl (const v_int32x4 &a) |
|
template<int n> |
v_uint64x2 | cv::v_shl (const v_uint64x2 &a) |
|
template<int n> |
v_int64x2 | cv::v_shl (const v_int64x2 &a) |
|
template<int n> |
v_uint16x8 | cv::v_shr (const v_uint16x8 &a) |
|
template<int n> |
v_int16x8 | cv::v_shr (const v_int16x8 &a) |
|
template<int n> |
v_uint32x4 | cv::v_shr (const v_uint32x4 &a) |
|
template<int n> |
v_int32x4 | cv::v_shr (const v_int32x4 &a) |
|
template<int n> |
v_uint64x2 | cv::v_shr (const v_uint64x2 &a) |
|
template<int n> |
v_int64x2 | cv::v_shr (const v_int64x2 &a) |
|
template<typename _Tp , int n> |
int | cv::v_signmask (const v_reg< _Tp, n > &a) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::v_sin (const v_reg< _Tp, n > &a) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::v_sqr_magnitude (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::v_sqrt (const v_reg< _Tp, n > &a) |
|
template<typename _Tp , int n> |
void | cv::v_store (_Tp *ptr, const v_reg< _Tp, n > &a) |
|
template<typename _Tp , int n> |
void | cv::v_store_aligned (_Tp *ptr, const v_reg< _Tp, n > &a) |
|
template<typename _Tp , int n> |
void | cv::v_store_high (_Tp *ptr, const v_reg< _Tp, n > &a) |
|
template<typename _Tp , int n> |
void | cv::v_store_interleave (_Tp *ptr, const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b, const v_reg< _Tp, n > &c) |
|
template<typename _Tp , int n> |
void | cv::v_store_interleave (_Tp *ptr, const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b, const v_reg< _Tp, n > &c, const v_reg< _Tp, n > &d) |
|
template<typename _Tp , int n> |
void | cv::v_store_low (_Tp *ptr, const v_reg< _Tp, n > &a) |
|
template<typename _Tp , int n> |
v_reg< _Tp, n > | cv::v_sub_wrap (const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b) |
|
template<typename _Tp > |
void | cv::v_transpose4x4 (v_reg< _Tp, 4 > &a0, const v_reg< _Tp, 4 > &a1, const v_reg< _Tp, 4 > &a2, const v_reg< _Tp, 4 > &a3, v_reg< _Tp, 4 > &b0, v_reg< _Tp, 4 > &b1, v_reg< _Tp, 4 > &b2, v_reg< _Tp, 4 > &b3) |
|
template<typename _Tp , int n> |
v_reg< int, n > | cv::v_trunc (const v_reg< _Tp, n > &a) |
|
template<int n> |
v_reg< int, n > | cv::v_trunc (const v_reg< float, n > &a) |
|
template<int n> |
v_reg< int, n *2 > | cv::v_trunc (const v_reg< double, n > &a) |
|
template<typename _Tp , int n> |
void | cv::v_zip (const v_reg< _Tp, n > &a0, const v_reg< _Tp, n > &a1, v_reg< _Tp, n > &b0, v_reg< _Tp, n > &b1) |
|