HomeSort by relevance Sort by last modified time
    Searched refs:v_store_interleave (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/hal/include/opencv2/hal/
intrin_sse.hpp 1334 inline void v_store_interleave( uchar* ptr, const v_uint8x16& a, const v_uint8x16& b, function in namespace:cv
1380 inline void v_store_interleave( uchar* ptr, const v_uint8x16& a, const v_uint8x16& b, function in namespace:cv
1403 inline void v_store_interleave( ushort* ptr, const v_uint16x8& a, function in namespace:cv
1440 inline void v_store_interleave( ushort* ptr, const v_uint16x8& a, const v_uint16x8& b, function in namespace:cv
1463 inline void v_store_interleave( unsigned* ptr, const v_uint32x4& a, const v_uint32x4& b, function in namespace:cv
1478 inline void v_store_interleave(unsigned* ptr, const v_uint32x4& a, const v_uint32x4& b, function in namespace:cv
    [all...]
intrin_cpp.hpp 506 inline void v_store_interleave( _Tp* ptr, const v_reg<_Tp, n>& a,
518 template<typename _Tp, int n> inline void v_store_interleave( _Tp* ptr, const v_reg<_Tp, n>& a,
intrin_neon.hpp 792 inline void v_store_interleave( _Tp* ptr, const v_##_Tpvec& a, const v_##_Tpvec& b, const v_##_Tpvec& c) \
800 inline void v_store_interleave( _Tp* ptr, const v_##_Tpvec& a, const v_##_Tpvec& b, \

Completed in 43 milliseconds