/external/pdfium/third_party/lcms/src/ |
D | cmsxform.c | 765 …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 …]
|
D | cmspack.c | 100 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 …]
|
D | cmsopt.c | 664 …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 …]
|
D | cmsalpha.c | 471 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()
|
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 | 965 cmsUInt32Number* InputFormat, 1019 cmsUInt32Number InputFormat, OutputFormat; // Keep formats for further reference member 1085 cmsUInt32Number InputFormat,
|
D | cmsgmt.c | 34 cmsUInt32Number InputFormat, in _cmsChain2Lab() argument 79 InputFormat, in _cmsChain2Lab()
|
/external/llvm-project/llvm/unittests/Remarks/ |
D | RemarksLinkingTest.cpp | 43 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/ |
D | CopyConfig.cpp | 534 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()
|
D | CopyConfig.h | 155 FileFormat InputFormat = FileFormat::Unspecified; member
|
D | llvm-objcopy.cpp | 285 switch (Config.InputFormat) { in executeObjcopy()
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2_plugin.h | 551 cmsUInt32Number* InputFormat, 601 cmsUInt32Number* InputFormat, 609 cmsUInt32Number* InputFormat,
|
D | lcms2.h | 1676 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/ |
D | README.md | 56 8. `hadoop`: The TensorFlow TFRecord InputFormat/OutputFormat for Apache Hadoop.
|