Searched refs:_Tpwuvec (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/hal/include/opencv2/hal/ |
D | intrin_sse.hpp | 1055 #define OPENCV_HAL_IMPL_SSE_EXPAND(_Tpuvec, _Tpwuvec, _Tpu, _Tpsvec, _Tpwsvec, _Tps, suffix, wsuffi… in OPENCV_HAL_IMPL_SSE_SELECT() argument 1056 inline void v_expand(const _Tpuvec& a, _Tpwuvec& b0, _Tpwuvec& b1) \ in OPENCV_HAL_IMPL_SSE_SELECT() 1062 inline _Tpwuvec v_load_expand(const _Tpu* ptr) \ 1065 return _Tpwuvec(_mm_unpacklo_##suffix(_mm_loadl_epi64((const __m128i*)ptr), z)); \
|