Searched refs:getConvertScaleFunc (Results 1 – 1 of 1) sorted by relevance
5431 static BinaryFunc getConvertScaleFunc(int sdepth, int ddepth) in getConvertScaleFunc() function5586 … BinaryFunc func = noScale ? getConvertFunc(sdepth, ddepth) : getConvertScaleFunc(sdepth, ddepth); in convertTo()