Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dconvert_scale.dispatch.cpp22 BinaryFunc getConvertScaleFunc(int sdepth, int ddepth) in getConvertScaleFunc() function
25 CV_CPU_DISPATCH(getConvertScaleFunc, (sdepth, ddepth), in getConvertScaleFunc()
H A Dconvert_scale.simd.hpp13 BinaryFunc getConvertScaleFunc(int sdepth, int ddepth);
312 BinaryFunc getConvertScaleFunc(int sdepth, int ddepth) in getConvertScaleFunc() function
H A Dconvert.dispatch.cpp205 … BinaryFunc func = noScale ? getConvertFunc(sdepth, ddepth) : getConvertScaleFunc(sdepth, ddepth); in convertTo()
H A Dprecomp.hpp239 BinaryFunc getConvertScaleFunc(int sdepth, int ddepth);