Searched refs:DEF_CVT_SCALE_FUNC (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/core/src/ |
D | convert.cpp | 5185 #define DEF_CVT_SCALE_FUNC(suffix, stype, dtype, wtype) \ macro 5263 DEF_CVT_SCALE_FUNC(8u, uchar, uchar, float) 5264 DEF_CVT_SCALE_FUNC(8s8u, schar, uchar, float) 5265 DEF_CVT_SCALE_FUNC(16u8u, ushort, uchar, float) 5266 DEF_CVT_SCALE_FUNC(16s8u, short, uchar, float) 5267 DEF_CVT_SCALE_FUNC(32s8u, int, uchar, float) 5268 DEF_CVT_SCALE_FUNC(32f8u, float, uchar, float) 5269 DEF_CVT_SCALE_FUNC(64f8u, double, uchar, float) 5271 DEF_CVT_SCALE_FUNC(8u8s, uchar, schar, float) 5272 DEF_CVT_SCALE_FUNC(8s, schar, schar, float) [all …]
|