Searched refs:_Tpwsvec (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 1067 inline void v_expand(const _Tpsvec& a, _Tpwsvec& b0, _Tpwsvec& b1) \ 1072 inline _Tpwsvec v_load_expand(const _Tps* ptr) \ 1075 return _Tpwsvec(_mm_srai_##wsuffix(_mm_unpacklo_##suffix(a, a), shift)); \
|