Searched defs:v_store_interleave (Results 1 – 2 of 2) 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
|
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
|