Searched refs:cmsmax (Results 1 – 1 of 1) sorted by relevance
31 #define cmsmax(a, b) (((a) > (b)) ? (a) : (b)) macro325 return cmsmin(0, cmsmax(50, -c/b )); in RootOfLeastSquaresFitQuadraticCurve()337 return cmsmax(0, cmsmin(50, rt)); in RootOfLeastSquaresFitQuadraticCurve()465 Lab.a = cmsmin(50, cmsmax(-50, InitialLab.a)); in cmsDetectDestinationBlackPoint()466 Lab.b = cmsmin(50, cmsmax(-50, InitialLab.b)); in cmsDetectDestinationBlackPoint()