/external/pdfium/third_party/lcms/src/ |
D | cmsxform.c | 757 …cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Numb… in AllocEmptyTransform() argument 779 …f (Plugin->Factory(&p->xform, &p->UserData, &p->FreeUserData, &p->Lut, InputFormat, OutputFormat, … in AllocEmptyTransform() 788 p->InputFormat = *InputFormat; in AllocEmptyTransform() 795 …p->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS)… in AllocEmptyTransform() 797 …p->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_FL… in AllocEmptyTransform() 811 _cmsOptimizePipeline(ContextID, &p->Lut, Intent, InputFormat, OutputFormat, dwFlags); in AllocEmptyTransform() 815 if (_cmsFormatterIsFloat(*InputFormat) && _cmsFormatterIsFloat(*OutputFormat)) { in AllocEmptyTransform() 818 …p ->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_… in AllocEmptyTransform() 841 if (*InputFormat == 0 && *OutputFormat == 0) { in AllocEmptyTransform() 849 …p ->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BIT… in AllocEmptyTransform() [all …]
|
D | cmspack.c | 100 int nChan = T_CHANNELS(info -> InputFormat); in UnrollChunkyBytes() 101 int DoSwap = T_DOSWAP(info ->InputFormat); in UnrollChunkyBytes() 102 int Reverse = T_FLAVOR(info ->InputFormat); in UnrollChunkyBytes() 103 int SwapFirst = T_SWAPFIRST(info -> InputFormat); in UnrollChunkyBytes() 104 int Extra = T_EXTRA(info -> InputFormat); in UnrollChunkyBytes() 147 int nChan = T_CHANNELS(info -> InputFormat); in UnrollPlanarBytes() 148 int DoSwap = T_DOSWAP(info ->InputFormat); in UnrollPlanarBytes() 149 int SwapFirst = T_SWAPFIRST(info ->InputFormat); in UnrollPlanarBytes() 150 int Reverse = T_FLAVOR(info ->InputFormat); in UnrollPlanarBytes() 155 accum += T_EXTRA(info -> InputFormat) * Stride; in UnrollPlanarBytes() [all …]
|
D | cmsopt.c | 631 …Resampling(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Numbe… in OptimizeByResampling() argument 648 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE; in OptimizeByResampling() 650 ColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*InputFormat)); in OptimizeByResampling() 1023 …earization(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Numbe… in OptimizeByComputingLinearization() argument 1041 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE; in OptimizeByComputingLinearization() 1044 if (T_COLORSPACE(*InputFormat) != PT_RGB) return FALSE; in OptimizeByComputingLinearization() 1045 if (T_PLANAR(*InputFormat)) return FALSE; in OptimizeByComputingLinearization() 1051 if (!_cmsFormatterIs8bit(*InputFormat)) { in OptimizeByComputingLinearization() 1064 ColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*InputFormat)); in OptimizeByComputingLinearization() 1181 if (_cmsFormatterIs8bit(*InputFormat)) { in OptimizeByComputingLinearization() [all …]
|
D | cmsalpha.c | 430 if (p->InputFormat == p->OutputFormat && in == out) in _cmsHandleExtraChannels() 434 nExtra = T_EXTRA(p->InputFormat); in _cmsHandleExtraChannels() 443 …ComputeComponentIncrements(p->InputFormat, Stride->BytesPerPlaneIn, SourceStartingOrder, SourceInc… in _cmsHandleExtraChannels() 447 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 | 913 cmsUInt32Number* InputFormat, 967 cmsUInt32Number InputFormat, OutputFormat; // Keep formats for further reference member 1033 cmsUInt32Number InputFormat,
|
D | cmsgmt.c | 34 cmsUInt32Number InputFormat, in _cmsChain2Lab() argument 79 InputFormat, in _cmsChain2Lab()
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2_plugin.h | 551 cmsUInt32Number* InputFormat, 601 cmsUInt32Number* InputFormat, 609 cmsUInt32Number* InputFormat,
|
D | lcms2.h | 1668 cmsUInt32Number InputFormat, 1675 cmsUInt32Number InputFormat, 1683 cmsUInt32Number InputFormat, 1692 cmsUInt32Number InputFormat, 1703 cmsUInt32Number InputFormat, 1711 cmsUInt32Number InputFormat, 1724 cmsUInt32Number InputFormat, 1778 cmsUInt32Number InputFormat,
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/ |
D | llvm-objcopy.cpp | 122 StringRef InputFormat; member 587 Config.InputFormat = InputArgs.getLastArgValue(OBJCOPY_input_target); in ParseObjcopyOptions()
|
/external/tensorflow/tensorflow/java/maven/ |
D | README.md | 56 8. `hadoop`: The TensorFlow TFRecord InputFormat/OutputFormat for Apache Hadoop.
|