Searched refs:v_pack_store (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/hal/include/opencv2/hal/ |
D | intrin_sse.hpp | 307 inline void v_pack_store(uchar* ptr, const v_uint16x8& a) in v_pack_store() function 356 inline void v_pack_store(schar* ptr, v_int16x8& a) in v_pack_store() function 392 inline void v_pack_store(ushort* ptr, const v_uint32x4& a) in v_pack_store() function 445 inline void v_pack_store(short* ptr, const v_int32x4& a) in v_pack_store() function 475 inline void v_pack_store(unsigned* ptr, const v_uint64x2& a) in v_pack_store() function 489 inline void v_pack_store(int* ptr, const v_int64x2& a) in v_pack_store() function
|
/external/opencv3/modules/core/src/ |
D | mathfuncs.cpp | 927 v_pack_store(dst + i, v); in operator ()() 966 v_pack_store(dst + i, v); in operator ()()
|
D | arithm.cpp | 2834 v_pack_store(dst + x, res); in operator ()() 2880 v_pack_store(dst + x, res); in operator ()() 3095 v_pack_store(dst + x, res); in operator ()() 3136 v_pack_store(dst + x, res); in operator ()()
|