Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsxform.c765 …cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Numb… in AllocEmptyTransform() argument
787 …f (Plugin->Factory(&p->xform, &p->UserData, &p->FreeUserData, &p->Lut, InputFormat, OutputFormat, … in AllocEmptyTransform()
796 p->InputFormat = *InputFormat; in AllocEmptyTransform()
803 …p->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS)… in AllocEmptyTransform()
805 …p->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_FL… in AllocEmptyTransform()
819 _cmsOptimizePipeline(ContextID, &p->Lut, Intent, InputFormat, OutputFormat, dwFlags); in AllocEmptyTransform()
823 if (_cmsFormatterIsFloat(*InputFormat) && _cmsFormatterIsFloat(*OutputFormat)) { in AllocEmptyTransform()
826 …p ->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_… in AllocEmptyTransform()
849 if (*InputFormat == 0 && *OutputFormat == 0) { in AllocEmptyTransform()
857 …p ->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BIT… in AllocEmptyTransform()
[all …]
Dcmspack.c100 cmsUInt32Number nChan = T_CHANNELS(info -> InputFormat); in UnrollChunkyBytes()
101 cmsUInt32Number DoSwap = T_DOSWAP(info ->InputFormat); in UnrollChunkyBytes()
102 cmsUInt32Number Reverse = T_FLAVOR(info ->InputFormat); in UnrollChunkyBytes()
103 cmsUInt32Number SwapFirst = T_SWAPFIRST(info -> InputFormat); in UnrollChunkyBytes()
104 cmsUInt32Number Extra = T_EXTRA(info -> InputFormat); in UnrollChunkyBytes()
147 cmsUInt32Number nChan = T_CHANNELS(info -> InputFormat); in UnrollPlanarBytes()
148 cmsUInt32Number DoSwap = T_DOSWAP(info ->InputFormat); in UnrollPlanarBytes()
149 cmsUInt32Number SwapFirst = T_SWAPFIRST(info ->InputFormat); in UnrollPlanarBytes()
150 cmsUInt32Number Reverse = T_FLAVOR(info ->InputFormat); in UnrollPlanarBytes()
155 accum += T_EXTRA(info -> InputFormat) * Stride; in UnrollPlanarBytes()
[all …]
Dcmsopt.c664 …Resampling(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Numbe… in OptimizeByResampling() argument
681 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE; in OptimizeByResampling()
683 ColorSpace = _cmsICCcolorSpace((int) T_COLORSPACE(*InputFormat)); in OptimizeByResampling()
1060 …earization(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Numbe… in OptimizeByComputingLinearization() argument
1078 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE; in OptimizeByComputingLinearization()
1081 if (T_COLORSPACE(*InputFormat) != PT_RGB) return FALSE; in OptimizeByComputingLinearization()
1082 if (T_PLANAR(*InputFormat)) return FALSE; in OptimizeByComputingLinearization()
1088 if (!_cmsFormatterIs8bit(*InputFormat)) { in OptimizeByComputingLinearization()
1101 ColorSpace = _cmsICCcolorSpace((int) T_COLORSPACE(*InputFormat)); in OptimizeByComputingLinearization()
1223 if (_cmsFormatterIs8bit(*InputFormat)) { in OptimizeByComputingLinearization()
[all …]
Dcmsalpha.c471 if (p->InputFormat == p->OutputFormat && in == out) in _cmsHandleExtraChannels()
475 nExtra = T_EXTRA(p->InputFormat); in _cmsHandleExtraChannels()
484 …ComputeComponentIncrements(p->InputFormat, Stride->BytesPerPlaneIn, SourceStartingOrder, SourceInc… in _cmsHandleExtraChannels()
488 copyValueFn = _cmsGetFormatterAlpha(p->ContextID, p->InputFormat, p->OutputFormat); in _cmsHandleExtraChannels()
Dcmsps2.c866 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()
Dlcms2_internal.h965 cmsUInt32Number* InputFormat,
1019 cmsUInt32Number InputFormat, OutputFormat; // Keep formats for further reference member
1085 cmsUInt32Number InputFormat,
Dcmsgmt.c34 cmsUInt32Number InputFormat, in _cmsChain2Lab() argument
79 InputFormat, in _cmsChain2Lab()
/external/llvm-project/llvm/unittests/Remarks/
DRemarksLinkingTest.cpp43 static void check(remarks::Format InputFormat, StringRef Input, in check() argument
46 EXPECT_FALSE(RL.link(Input, InputFormat)); in check()
50 static void check(remarks::Format InputFormat, StringRef Input, in check() argument
54 EXPECT_FALSE(RL.link(Input, InputFormat)); in check()
/external/llvm-project/llvm/tools/llvm-objcopy/
DCopyConfig.cpp534 StringRef InputFormat, OutputFormat; in parseObjcopyOptions() local
536 InputFormat = InputArgs.getLastArgValue(OBJCOPY_target); in parseObjcopyOptions()
539 InputFormat = InputArgs.getLastArgValue(OBJCOPY_input_target); in parseObjcopyOptions()
546 Config.InputFormat = StringSwitch<FileFormat>(InputFormat) in parseObjcopyOptions()
561 Config.OutputFormat = Config.InputFormat; in parseObjcopyOptions()
1143 Config.InputFormat = FileFormat::Unspecified; in parseStripOptions()
DCopyConfig.h155 FileFormat InputFormat = FileFormat::Unspecified; member
Dllvm-objcopy.cpp285 switch (Config.InputFormat) { in executeObjcopy()
/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h551 cmsUInt32Number* InputFormat,
601 cmsUInt32Number* InputFormat,
609 cmsUInt32Number* InputFormat,
Dlcms2.h1676 cmsUInt32Number InputFormat,
1683 cmsUInt32Number InputFormat,
1691 cmsUInt32Number InputFormat,
1700 cmsUInt32Number InputFormat,
1711 cmsUInt32Number InputFormat,
1719 cmsUInt32Number InputFormat,
1732 cmsUInt32Number InputFormat,
1786 cmsUInt32Number InputFormat,
/external/tensorflow/tensorflow/java/maven/
DREADME.md56 8. `hadoop`: The TensorFlow TFRecord InputFormat/OutputFormat for Apache Hadoop.