Lines Matching refs:OutputFormat
549 …msUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Numbe… in OptimizeByResampling() argument
566 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE; in OptimizeByResampling()
569 OutputColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*OutputFormat)); in OptimizeByResampling()
941 …msUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Numbe… in OptimizeByComputingLinearization() argument
959 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE; in OptimizeByComputingLinearization()
963 if (T_COLORSPACE(*OutputFormat) != PT_RGB) return FALSE; in OptimizeByComputingLinearization()
981 OutputColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*OutputFormat)); in OptimizeByComputingLinearization()
1267 …msUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Numbe… in OptimizeByJoiningCurves() argument
1279 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE; in OptimizeByJoiningCurves()
1383 cmsUNUSED_PARAMETER(OutputFormat); in OptimizeByJoiningCurves()
1489 …rve* Curve1[3], cmsMAT3* Mat, cmsVEC3* Off, cmsToneCurve* Curve2[3], cmsUInt32Number* OutputFormat) in SetMatShaper() argument
1493 cmsBool Is8Bits = _cmsFormatterIs8bit(*OutputFormat); in SetMatShaper()
1529 *OutputFormat |= OPTIMIZED_SH(1); in SetMatShaper()
1539 …msUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Numbe… in OptimizeMatrixShaper() argument
1550 if (T_CHANNELS(*InputFormat) != 3 || T_CHANNELS(*OutputFormat) != 3) return FALSE; in OptimizeMatrixShaper()
1598 OptimizeByJoiningCurves(&Dest, Intent, InputFormat, OutputFormat, dwFlags); in OptimizeMatrixShaper()
1609 …atShaper(Dest, mpeC1 ->TheCurves, &res, (cmsVEC3*) Data2 ->Offset, mpeC2->TheCurves, OutputFormat); in OptimizeMatrixShaper()
1737 cmsUInt32Number* OutputFormat, in _cmsOptimizePipeline() argument
1748 return OptimizeByResampling(PtrLut, Intent, InputFormat, OutputFormat, dwFlags); in _cmsOptimizePipeline()
1776 if (Opts ->OptimizePtr(PtrLut, Intent, InputFormat, OutputFormat, dwFlags)) { in _cmsOptimizePipeline()
1787 if (Opts ->OptimizePtr(PtrLut, Intent, InputFormat, OutputFormat, dwFlags)) { in _cmsOptimizePipeline()