Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dconvert.cpp5193 #define DEF_CVT_FUNC_F(suffix, stype, dtype, ippFavor) \ macro
5231 #define DEF_CVT_FUNC_F(suffix, stype, dtype, ippFavor) \ macro
5237 #define DEF_CVT_FUNC_F2 DEF_CVT_FUNC_F
5320 DEF_CVT_FUNC_F(8s8u, schar, uchar, 8s8u_C1Rs)
5321 DEF_CVT_FUNC_F(16u8u, ushort, uchar, 16u8u_C1R)
5322 DEF_CVT_FUNC_F(16s8u, short, uchar, 16s8u_C1R)
5323 DEF_CVT_FUNC_F(32s8u, int, uchar, 32s8u_C1R)
5330 DEF_CVT_FUNC_F(32s8s, int, schar, 32s8s_C1R)
5334 DEF_CVT_FUNC_F(8u16u, uchar, ushort, 8u16u_C1R)
5335 DEF_CVT_FUNC_F(8s16u, schar, ushort, 8s16u_C1Rs)
[all …]