Searched refs:InputFormat (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsxform.c | 589 …cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Numb… in AllocEmptyTransform() argument 606 …if (Plugin ->Factory(&p->xform, &p->UserData, &p ->FreeUserData, &p ->Lut, InputFormat, OutputForm… in AllocEmptyTransform() 615 p ->InputFormat = *InputFormat; in AllocEmptyTransform() 622 …p ->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_… in AllocEmptyTransform() 624 …p ->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_… in AllocEmptyTransform() 633 _cmsOptimizePipeline(ContextID, &p->Lut, Intent, InputFormat, OutputFormat, dwFlags); in AllocEmptyTransform() 636 if (_cmsFormatterIsFloat(*InputFormat) && _cmsFormatterIsFloat(*OutputFormat)) { in AllocEmptyTransform() 639 …p ->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_… in AllocEmptyTransform() 662 if (*InputFormat == 0 && *OutputFormat == 0) { in AllocEmptyTransform() 670 …p ->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BIT… in AllocEmptyTransform() [all …]
|
D | cmspack.c | 99 int nChan = T_CHANNELS(info -> InputFormat); in UnrollChunkyBytes() 100 int DoSwap = T_DOSWAP(info ->InputFormat); in UnrollChunkyBytes() 101 int Reverse = T_FLAVOR(info ->InputFormat); in UnrollChunkyBytes() 102 int SwapFirst = T_SWAPFIRST(info -> InputFormat); in UnrollChunkyBytes() 103 int Extra = T_EXTRA(info -> InputFormat); in UnrollChunkyBytes() 146 int nChan = T_CHANNELS(info -> InputFormat); in UnrollPlanarBytes() 147 int DoSwap = T_DOSWAP(info ->InputFormat); in UnrollPlanarBytes() 148 int SwapFirst = T_SWAPFIRST(info ->InputFormat); in UnrollPlanarBytes() 149 int Reverse = T_FLAVOR(info ->InputFormat); in UnrollPlanarBytes() 154 accum += T_EXTRA(info -> InputFormat) * Stride; in UnrollPlanarBytes() [all …]
|
D | cmsopt.c | 549 …Resampling(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Numbe… in OptimizeByResampling() argument 566 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE; in OptimizeByResampling() 568 ColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*InputFormat)); in OptimizeByResampling() 941 …earization(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Numbe… in OptimizeByComputingLinearization() argument 959 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE; in OptimizeByComputingLinearization() 962 if (T_COLORSPACE(*InputFormat) != PT_RGB) return FALSE; in OptimizeByComputingLinearization() 967 if (!_cmsFormatterIs8bit(*InputFormat)) { in OptimizeByComputingLinearization() 980 ColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*InputFormat)); in OptimizeByComputingLinearization() 1081 if (_cmsFormatterIs8bit(*InputFormat)) { in OptimizeByComputingLinearization() 1267 …ningCurves(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Numbe… in OptimizeByJoiningCurves() argument [all …]
|
D | cmsps2.c | 866 cmsUInt32Number InputFormat; in WriteInputLUT() local 874 InputFormat = cmsFormatterForColorspaceOfProfile(hProfile, 2, FALSE); in WriteInputLUT() 875 nChannels = T_CHANNELS(InputFormat); in WriteInputLUT() 886 xform = cmsCreateMultiprofileTransform(Profiles, 2, InputFormat, TYPE_Lab_DBL, Intent, 0); in WriteInputLUT() 916 … _cmsOptimizePipeline(m->ContextID, &DeviceLink, Intent, &InputFormat, &OutFrm, &dwFlags); in WriteInputLUT()
|
D | lcms2_internal.h | 898 cmsUInt32Number* InputFormat, 952 cmsUInt32Number InputFormat, OutputFormat; // Keep formats for further reference member 1007 cmsUInt32Number InputFormat,
|
D | cmsgmt.c | 34 cmsUInt32Number InputFormat, in _cmsChain2Lab() argument 79 InputFormat, in _cmsChain2Lab()
|
/external/pdfium/third_party/lcms2-2.6/include/ |
D | lcms2.h | 1657 cmsUInt32Number InputFormat, 1664 cmsUInt32Number InputFormat, 1672 cmsUInt32Number InputFormat, 1681 cmsUInt32Number InputFormat, 1692 cmsUInt32Number InputFormat, 1700 cmsUInt32Number InputFormat, 1713 cmsUInt32Number InputFormat, 1757 cmsUInt32Number InputFormat,
|
D | lcms2_plugin.h | 551 cmsUInt32Number* InputFormat, 584 cmsUInt32Number* InputFormat,
|