Searched refs:v_store_interleave (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/hal/include/opencv2/hal/ |
D | intrin_sse.hpp | 1334 inline void v_store_interleave( uchar* ptr, const v_uint8x16& a, const v_uint8x16& b, in v_store_interleave() function 1380 inline void v_store_interleave( uchar* ptr, const v_uint8x16& a, const v_uint8x16& b, in v_store_interleave() function 1403 inline void v_store_interleave( ushort* ptr, const v_uint16x8& a, in v_store_interleave() function 1440 inline void v_store_interleave( ushort* ptr, const v_uint16x8& a, const v_uint16x8& b, in v_store_interleave() function 1463 inline void v_store_interleave( unsigned* ptr, const v_uint32x4& a, const v_uint32x4& b, in v_store_interleave() function 1478 inline void v_store_interleave(unsigned* ptr, const v_uint32x4& a, const v_uint32x4& b, in v_store_interleave() function 1509 inline void v_store_interleave( _Tp* ptr, const _Tpvec& a0, \ 1515 v_store_interleave((_Tpu*)ptr, a1, b1, c1); \ 1517 inline void v_store_interleave( _Tp* ptr, const _Tpvec& a0, const _Tpvec& b0, \ 1524 v_store_interleave((_Tpu*)ptr, a1, b1, c1, d1); \
|
D | intrin_cpp.hpp | 506 inline void v_store_interleave( _Tp* ptr, const v_reg<_Tp, n>& a, in v_store_interleave() function 518 template<typename _Tp, int n> inline void v_store_interleave( _Tp* ptr, const v_reg<_Tp, n>& a, in v_store_interleave() function
|
D | intrin_neon.hpp | 792 inline void v_store_interleave( _Tp* ptr, const v_##_Tpvec& a, const v_##_Tpvec& b, const v_##_Tpve… 800 inline void v_store_interleave( _Tp* ptr, const v_##_Tpvec& a, const v_##_Tpvec& b, \
|