Home
last modified time | relevance | path

Searched refs:OPENCV_HAL_IMPL_C_PACK (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/hal/
H A Dintrin_cpp.hpp2954 #define OPENCV_HAL_IMPL_C_PACK(_Tp, _Tpn, pack_suffix, cast) \ macro
2977 OPENCV_HAL_IMPL_C_PACK(ushort, uchar, pack, saturate_cast)
2978 OPENCV_HAL_IMPL_C_PACK(short, schar, pack, saturate_cast)
2979 OPENCV_HAL_IMPL_C_PACK(unsigned, ushort, pack, saturate_cast)
2980 OPENCV_HAL_IMPL_C_PACK(int, short, pack, saturate_cast)
2981 OPENCV_HAL_IMPL_C_PACK(uint64, unsigned, pack, static_cast)
2982 OPENCV_HAL_IMPL_C_PACK(int64, int, pack, static_cast)
2983 OPENCV_HAL_IMPL_C_PACK(short, uchar, pack_u, saturate_cast)
2984 OPENCV_HAL_IMPL_C_PACK(int, ushort, pack_u, saturate_cast)