Searched refs:ippFavor (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/core/src/ |
D | convert.cpp | 5193 #define DEF_CVT_FUNC_F(suffix, stype, dtype, ippFavor) \ argument 5201 …if (ippiConvert_##ippFavor(src, (int)sstep, dst, (int)dstep, ippiSize(size.width, size.height)) >=… 5212 #define DEF_CVT_FUNC_F2(suffix, stype, dtype, ippFavor) \ argument 5220 …if (ippiConvert_##ippFavor(src, (int)sstep, dst, (int)dstep, ippiSize(size.width, size.height), ip… 5231 #define DEF_CVT_FUNC_F(suffix, stype, dtype, ippFavor) \ argument
|