Home
last modified time | relevance | path

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

/dports/graphics/lcms/lcms-1.19/src/
H A Dcmssamp.c339 WORD LabK[4]; in BlackPreservingSampler() local
345 LabK[3] = cmsLinearInterpLUT16(In[3], bp->KTone ->GammaTable, &bp->KToneParams); in BlackPreservingSampler()
351 Out[3] = LabK[3]; in BlackPreservingSampler()
357 if (Out[3] == LabK[3]) return 1; in BlackPreservingSampler()
365 cmsDoTransform(bp ->cmyk2Lab, In, LabK, 1); in BlackPreservingSampler()
369 cmsEvalLUTreverse(bp ->LabK2cmyk, LabK, Out, Out); in BlackPreservingSampler()
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/thirdparty/liblcms2/src/
H A Dcmscnvrt.c745 cmsFloat32Number LabK[4]; in BlackPreservingSampler() local
755 LabK[3] = cmsEvalToneCurveFloat(bp ->KTone, Inf[3]); in BlackPreservingSampler()
761 Out[3] = _cmsQuickSaturateWord(LabK[3] * 65535.0); in BlackPreservingSampler()
773 if ( fabs(Outf[3] - LabK[3]) < (3.0 / 65535.0) ) { in BlackPreservingSampler()
783 cmsDoTransform(bp ->cmyk2Lab, Outf, LabK, 1); in BlackPreservingSampler()
787 if (!cmsPipelineEvalReverseFloat(LabK, Outf, Outf, bp ->LabK2cmyk)) { in BlackPreservingSampler()
795 Outf[3] = LabK[3]; in BlackPreservingSampler()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/
H A Dcmscnvrt.c844 cmsFloat32Number LabK[4]; in BlackPreservingSampler() local
854 LabK[3] = cmsEvalToneCurveFloat(bp ->KTone, Inf[3]); in BlackPreservingSampler()
860 Out[3] = _cmsQuickSaturateWord(LabK[3] * 65535.0); in BlackPreservingSampler()
872 if ( fabs(Outf[3] - LabK[3]) < (3.0 / 65535.0) ) { in BlackPreservingSampler()
882 cmsDoTransform(bp ->cmyk2Lab, Outf, LabK, 1); in BlackPreservingSampler()
886 if (!cmsPipelineEvalReverseFloat(LabK, Outf, Outf, bp ->LabK2cmyk)) { in BlackPreservingSampler()
894 Outf[3] = LabK[3]; in BlackPreservingSampler()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscnvrt.c860 cmsFloat32Number LabK[4]; in BlackPreservingSampler() local
870 LabK[3] = cmsEvalToneCurveFloat(bp ->KTone, Inf[3]); in BlackPreservingSampler()
876 Out[3] = _cmsQuickSaturateWord(LabK[3] * 65535.0); in BlackPreservingSampler()
888 if (fabsf(Outf[3] - LabK[3]) < (3.0 / 65535.0)) { in BlackPreservingSampler()
898 cmsDoTransform(bp ->cmyk2Lab, Outf, LabK, 1); in BlackPreservingSampler()
902 if (!cmsPipelineEvalReverseFloat(LabK, Outf, Outf, bp ->LabK2cmyk)) { in BlackPreservingSampler()
910 Outf[3] = LabK[3]; in BlackPreservingSampler()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/third_party/lcms2-2.6/src/
H A Dcmscnvrt.c824 cmsFloat32Number LabK[4]; in BlackPreservingSampler() local
834 LabK[3] = cmsEvalToneCurveFloat(bp ->KTone, Inf[3]); in BlackPreservingSampler()
840 Out[3] = _cmsQuickSaturateWord(LabK[3] * 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()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/liblcms/
H A Dcmscnvrt.c873 cmsFloat32Number LabK[4]; in BlackPreservingSampler() local
883 LabK[3] = cmsEvalToneCurveFloat(bp ->KTone, Inf[3]); in BlackPreservingSampler()
889 Out[3] = _cmsQuickSaturateWord(LabK[3] * 65535.0); in BlackPreservingSampler()
901 if ( fabs(Outf[3] - LabK[3]) < (3.0 / 65535.0) ) { in BlackPreservingSampler()
911 cmsDoTransform(bp ->cmyk2Lab, Outf, LabK, 1); in BlackPreservingSampler()
915 if (!cmsPipelineEvalReverseFloat(LabK, Outf, Outf, bp ->LabK2cmyk)) { in BlackPreservingSampler()
923 Outf[3] = LabK[3]; in BlackPreservingSampler()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/lcms/src/
H A Dcmscnvrt.c831 cmsFloat32Number LabK[4]; in BlackPreservingSampler() local
841 LabK[3] = cmsEvalToneCurveFloat(bp ->KTone, Inf[3]); in BlackPreservingSampler()
847 Out[3] = _cmsQuickSaturateWord(LabK[3] * 65535.0); in BlackPreservingSampler()
859 if (fabsf(Outf[3] - LabK[3]) < (3.0 / 65535.0)) { in BlackPreservingSampler()
869 cmsDoTransform(bp ->cmyk2Lab, Outf, LabK, 1); in BlackPreservingSampler()
873 if (!cmsPipelineEvalReverseFloat(LabK, Outf, Outf, bp ->LabK2cmyk)) { in BlackPreservingSampler()
881 Outf[3] = LabK[3]; in BlackPreservingSampler()
/dports/graphics/openjpeg/openjpeg-2.4.0/thirdparty/liblcms2/src/
H A Dcmscnvrt.c843 cmsFloat32Number LabK[4]; in BlackPreservingSampler() local
853 LabK[3] = cmsEvalToneCurveFloat(bp ->KTone, Inf[3]); in BlackPreservingSampler()
859 Out[3] = _cmsQuickSaturateWord(LabK[3] * 65535.0); in BlackPreservingSampler()
871 if ( fabs(Outf[3] - LabK[3]) < (3.0 / 65535.0) ) { in BlackPreservingSampler()
881 cmsDoTransform(bp ->cmyk2Lab, Outf, LabK, 1); in BlackPreservingSampler()
885 if (!cmsPipelineEvalReverseFloat(LabK, Outf, Outf, bp ->LabK2cmyk)) { in BlackPreservingSampler()
893 Outf[3] = LabK[3]; in BlackPreservingSampler()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/third_party/lcms2-2.6/src/
H A Dcmscnvrt.c824 cmsFloat32Number LabK[4]; in BlackPreservingSampler() local
834 LabK[3] = cmsEvalToneCurveFloat(bp ->KTone, Inf[3]); in BlackPreservingSampler()
840 Out[3] = _cmsQuickSaturateWord(LabK[3] * 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()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/liblcms/
H A Dcmscnvrt.c873 cmsFloat32Number LabK[4]; in BlackPreservingSampler() local
883 LabK[3] = cmsEvalToneCurveFloat(bp ->KTone, Inf[3]); in BlackPreservingSampler()
889 Out[3] = _cmsQuickSaturateWord(LabK[3] * 65535.0); in BlackPreservingSampler()
901 if ( fabs(Outf[3] - LabK[3]) < (3.0 / 65535.0) ) { in BlackPreservingSampler()
911 cmsDoTransform(bp ->cmyk2Lab, Outf, LabK, 1); in BlackPreservingSampler()
915 if (!cmsPipelineEvalReverseFloat(LabK, Outf, Outf, bp ->LabK2cmyk)) { in BlackPreservingSampler()
923 Outf[3] = LabK[3]; in BlackPreservingSampler()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscnvrt.c860 cmsFloat32Number LabK[4]; in BlackPreservingSampler() local
870 LabK[3] = cmsEvalToneCurveFloat(bp ->KTone, Inf[3]); in BlackPreservingSampler()
876 Out[3] = _cmsQuickSaturateWord(LabK[3] * 65535.0); in BlackPreservingSampler()
888 if (fabsf(Outf[3] - LabK[3]) < (3.0 / 65535.0)) { in BlackPreservingSampler()
898 cmsDoTransform(bp ->cmyk2Lab, Outf, LabK, 1); in BlackPreservingSampler()
902 if (!cmsPipelineEvalReverseFloat(LabK, Outf, Outf, bp ->LabK2cmyk)) { in BlackPreservingSampler()
910 Outf[3] = LabK[3]; in BlackPreservingSampler()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/lcms2-sys-3.1.9/vendor/src/
H A Dcmscnvrt.c863 cmsFloat32Number LabK[4]; in BlackPreservingSampler() local
873 LabK[3] = cmsEvalToneCurveFloat(bp ->KTone, Inf[3]); in BlackPreservingSampler()
879 Out[3] = _cmsQuickSaturateWord(LabK[3] * 65535.0); in BlackPreservingSampler()
891 if (fabsf(Outf[3] - LabK[3]) < (3.0 / 65535.0)) { in BlackPreservingSampler()
901 cmsDoTransform(bp ->cmyk2Lab, Outf, LabK, 1); in BlackPreservingSampler()
905 if (!cmsPipelineEvalReverseFloat(LabK, Outf, Outf, bp ->LabK2cmyk)) { in BlackPreservingSampler()
913 Outf[3] = LabK[3]; in BlackPreservingSampler()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/liblcms/
H A Dcmscnvrt.c892 cmsFloat32Number LabK[4]; in BlackPreservingSampler() local
902 LabK[3] = cmsEvalToneCurveFloat(bp ->KTone, Inf[3]); in BlackPreservingSampler()
908 Out[3] = _cmsQuickSaturateWord(LabK[3] * 65535.0); in BlackPreservingSampler()
920 if (fabsf(Outf[3] - LabK[3]) < (3.0 / 65535.0)) { in BlackPreservingSampler()
930 cmsDoTransform(bp ->cmyk2Lab, Outf, LabK, 1); in BlackPreservingSampler()
934 if (!cmsPipelineEvalReverseFloat(LabK, Outf, Outf, bp ->LabK2cmyk)) { in BlackPreservingSampler()
942 Outf[3] = LabK[3]; in BlackPreservingSampler()
/dports/graphics/lcms2/lcms2-2.12/src/
H A Dcmscnvrt.c863 cmsFloat32Number LabK[4]; in BlackPreservingSampler() local
873 LabK[3] = cmsEvalToneCurveFloat(bp ->KTone, Inf[3]); in BlackPreservingSampler()
879 Out[3] = _cmsQuickSaturateWord(LabK[3] * 65535.0); in BlackPreservingSampler()
891 if (fabsf(Outf[3] - LabK[3]) < (3.0 / 65535.0)) { in BlackPreservingSampler()
901 cmsDoTransform(bp ->cmyk2Lab, Outf, LabK, 1); in BlackPreservingSampler()
905 if (!cmsPipelineEvalReverseFloat(LabK, Outf, Outf, bp ->LabK2cmyk)) { in BlackPreservingSampler()
913 Outf[3] = LabK[3]; in BlackPreservingSampler()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/liblcms/
H A Dcmscnvrt.c892 cmsFloat32Number LabK[4]; in BlackPreservingSampler() local
902 LabK[3] = cmsEvalToneCurveFloat(bp ->KTone, Inf[3]); in BlackPreservingSampler()
908 Out[3] = _cmsQuickSaturateWord(LabK[3] * 65535.0); in BlackPreservingSampler()
920 if (fabsf(Outf[3] - LabK[3]) < (3.0 / 65535.0)) { in BlackPreservingSampler()
930 cmsDoTransform(bp ->cmyk2Lab, Outf, LabK, 1); in BlackPreservingSampler()
934 if (!cmsPipelineEvalReverseFloat(LabK, Outf, Outf, bp ->LabK2cmyk)) { in BlackPreservingSampler()
942 Outf[3] = LabK[3]; in BlackPreservingSampler()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/liblcms/
H A Dcmscnvrt.c892 cmsFloat32Number LabK[4]; in BlackPreservingSampler() local
902 LabK[3] = cmsEvalToneCurveFloat(bp ->KTone, Inf[3]); in BlackPreservingSampler()
908 Out[3] = _cmsQuickSaturateWord(LabK[3] * 65535.0); in BlackPreservingSampler()
920 if (fabsf(Outf[3] - LabK[3]) < (3.0 / 65535.0)) { in BlackPreservingSampler()
930 cmsDoTransform(bp ->cmyk2Lab, Outf, LabK, 1); in BlackPreservingSampler()
934 if (!cmsPipelineEvalReverseFloat(LabK, Outf, Outf, bp ->LabK2cmyk)) { in BlackPreservingSampler()
942 Outf[3] = LabK[3]; in BlackPreservingSampler()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/lcms2mt/src/
H A Dcmscnvrt.c851 cmsFloat32Number LabK[4]; in BlackPreservingSampler() local
861 LabK[3] = cmsEvalToneCurveFloat(ContextID, bp ->KTone, Inf[3]); in BlackPreservingSampler()
867 Out[3] = _cmsQuickSaturateWord(LabK[3] * 65535.0); in BlackPreservingSampler()
879 if ( fabs(Outf[3] - LabK[3]) < (3.0 / 65535.0) ) { in BlackPreservingSampler()
889 cmsDoTransform(ContextID, bp ->cmyk2Lab, Outf, LabK, 1); in BlackPreservingSampler()
893 if (!cmsPipelineEvalReverseFloat(ContextID, LabK, Outf, Outf, bp ->LabK2cmyk)) { in BlackPreservingSampler()
901 Outf[3] = LabK[3]; in BlackPreservingSampler()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/lcms2mt/src/
H A Dcmscnvrt.c851 cmsFloat32Number LabK[4]; in BlackPreservingSampler() local
861 LabK[3] = cmsEvalToneCurveFloat(ContextID, bp ->KTone, Inf[3]); in BlackPreservingSampler()
867 Out[3] = _cmsQuickSaturateWord(LabK[3] * 65535.0); in BlackPreservingSampler()
879 if ( fabs(Outf[3] - LabK[3]) < (3.0 / 65535.0) ) { in BlackPreservingSampler()
889 cmsDoTransform(ContextID, bp ->cmyk2Lab, Outf, LabK, 1); in BlackPreservingSampler()
893 if (!cmsPipelineEvalReverseFloat(ContextID, LabK, Outf, Outf, bp ->LabK2cmyk)) { in BlackPreservingSampler()
901 Outf[3] = LabK[3]; in BlackPreservingSampler()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/lcms2/src/
H A Dcmscnvrt.c832 cmsFloat32Number LabK[4]; in BlackPreservingSampler() local
842 LabK[3] = cmsEvalToneCurveFloat(ContextID, bp ->KTone, Inf[3]); in BlackPreservingSampler()
848 Out[3] = _cmsQuickSaturateWord(LabK[3] * 65535.0); in BlackPreservingSampler()
860 if (fabsf(Outf[3] - LabK[3]) < (3.0 / 65535.0)) { in BlackPreservingSampler()
870 cmsDoTransform(ContextID, bp ->cmyk2Lab, Outf, LabK, 1); in BlackPreservingSampler()
874 if (!cmsPipelineEvalReverseFloat(ContextID, LabK, Outf, Outf, bp ->LabK2cmyk)) { in BlackPreservingSampler()
882 Outf[3] = LabK[3]; in BlackPreservingSampler()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/liblcms/
H A Dcmscnvrt.c892 cmsFloat32Number LabK[4]; in BlackPreservingSampler() local
902 LabK[3] = cmsEvalToneCurveFloat(bp ->KTone, Inf[3]); in BlackPreservingSampler()
908 Out[3] = _cmsQuickSaturateWord(LabK[3] * 65535.0); in BlackPreservingSampler()
920 if (fabsf(Outf[3] - LabK[3]) < (3.0 / 65535.0)) { in BlackPreservingSampler()
930 cmsDoTransform(bp ->cmyk2Lab, Outf, LabK, 1); in BlackPreservingSampler()
934 if (!cmsPipelineEvalReverseFloat(LabK, Outf, Outf, bp ->LabK2cmyk)) { in BlackPreservingSampler()
942 Outf[3] = LabK[3]; in BlackPreservingSampler()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/liblcms/
H A Dcmscnvrt.c892 cmsFloat32Number LabK[4]; in BlackPreservingSampler() local
902 LabK[3] = cmsEvalToneCurveFloat(bp ->KTone, Inf[3]); in BlackPreservingSampler()
908 Out[3] = _cmsQuickSaturateWord(LabK[3] * 65535.0); in BlackPreservingSampler()
920 if (fabsf(Outf[3] - LabK[3]) < (3.0 / 65535.0)) { in BlackPreservingSampler()
930 cmsDoTransform(bp ->cmyk2Lab, Outf, LabK, 1); in BlackPreservingSampler()
934 if (!cmsPipelineEvalReverseFloat(LabK, Outf, Outf, bp ->LabK2cmyk)) { in BlackPreservingSampler()
942 Outf[3] = LabK[3]; in BlackPreservingSampler()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/liblcms/
H A Dcmscnvrt.c892 cmsFloat32Number LabK[4]; in BlackPreservingSampler() local
902 LabK[3] = cmsEvalToneCurveFloat(bp ->KTone, Inf[3]); in BlackPreservingSampler()
908 Out[3] = _cmsQuickSaturateWord(LabK[3] * 65535.0); in BlackPreservingSampler()
920 if (fabsf(Outf[3] - LabK[3]) < (3.0 / 65535.0)) { in BlackPreservingSampler()
930 cmsDoTransform(bp ->cmyk2Lab, Outf, LabK, 1); in BlackPreservingSampler()
934 if (!cmsPipelineEvalReverseFloat(LabK, Outf, Outf, bp ->LabK2cmyk)) { in BlackPreservingSampler()
942 Outf[3] = LabK[3]; in BlackPreservingSampler()