Searched refs:DEF_CVT_FUNC_F2 (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/core/src/ |
D | convert.cpp | 5212 #define DEF_CVT_FUNC_F2(suffix, stype, dtype, ippFavor) \ macro 5237 #define DEF_CVT_FUNC_F2 DEF_CVT_FUNC_F macro 5324 DEF_CVT_FUNC_F2(32f8u, float, uchar, 32f8u_C1RSfs) 5327 DEF_CVT_FUNC_F2(8u8s, uchar, schar, 8u8s_C1RSfs) 5328 DEF_CVT_FUNC_F2(16u8s, ushort, schar, 16u8s_C1RSfs) 5329 DEF_CVT_FUNC_F2(16s8s, short, schar, 16s8s_C1RSfs) 5331 DEF_CVT_FUNC_F2(32f8s, float, schar, 32f8s_C1RSfs) 5338 DEF_CVT_FUNC_F2(32s16u, int, ushort, 32s16u_C1RSfs) 5339 DEF_CVT_FUNC_F2(32f16u, float, ushort, 32f16u_C1RSfs) 5344 DEF_CVT_FUNC_F2(16u16s, ushort, short, 16u16s_C1RSfs) [all …]
|