Home
last modified time | relevance | path

Searched refs:InputChan (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmsintrp.c105 int InputChan, int OutputChan, in _cmsComputeInterpParamsEx() argument
113 if (InputChan > MAX_INPUT_DIMENSIONS) { in _cmsComputeInterpParamsEx()
114 …extID, cmsERROR_RANGE, "Too many input channels (%d channels, max=%d)", InputChan, MAX_INPUT_DIMEN… in _cmsComputeInterpParamsEx()
124 p -> nInputs = InputChan; in _cmsComputeInterpParamsEx()
130 for (i=0; i < InputChan; i++) { in _cmsComputeInterpParamsEx()
138 for (i=1; i < InputChan; i++) in _cmsComputeInterpParamsEx()
139 p ->opta[i] = p ->opta[i-1] * nSamples[InputChan-i]; in _cmsComputeInterpParamsEx()
143 … cmsERROR_UNKNOWN_EXTENSION, "Unsupported interpolation (%d->%d channels)", InputChan, OutputChan); in _cmsComputeInterpParamsEx()
154 cmsInterpParams* _cmsComputeInterpParams(cmsContext ContextID, int nSamples, int InputChan, int Out… in _cmsComputeInterpParams() argument
164 return _cmsComputeInterpParamsEx(ContextID, Samples, InputChan, OutputChan, Table, dwFlags); in _cmsComputeInterpParams()
Dlcms2_internal.h761 cmsInterpParams* _cmsComputeInterpParams(cmsContext ContextID, int nSamples, int InputChan, int…
762 …erpParamsEx(cmsContext ContextID, const cmsUInt32Number nSamples[], int InputChan, int OutputChan,…