Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmscnvrt.c823 cmsFloat32Number Inf[4], Outf[4]; in BlackPreservingSampler() local
845 cmsPipelineEvalFloat( Inf, Outf, bp ->cmyk2cmyk); in BlackPreservingSampler()
849 Out[i] = _cmsQuickSaturateWord(Outf[i] * 65535.0); in BlackPreservingSampler()
852 if ( fabs(Outf[3] - LabK[3]) < (3.0 / 65535.0) ) { in BlackPreservingSampler()
862 cmsDoTransform(bp ->cmyk2Lab, Outf, LabK, 1); in BlackPreservingSampler()
866 if (!cmsPipelineEvalReverseFloat(LabK, Outf, Outf, bp ->LabK2cmyk)) { in BlackPreservingSampler()
874 Outf[3] = LabK[3]; in BlackPreservingSampler()
877 SumCMY = Outf[0] + Outf[1] + Outf[2]; in BlackPreservingSampler()
878 SumCMYK = SumCMY + Outf[3]; in BlackPreservingSampler()
889 Out[0] = _cmsQuickSaturateWord(Outf[0] * Ratio * 65535.0); // C in BlackPreservingSampler()
[all …]