Searched refs:nInputs (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmslut.c515 Data ->Params ->nInputs,
753 int nInputs, nOutputs; local
765 nInputs = clut->Params ->nInputs;
768 if (nInputs <= 0) return FALSE;
770 if (nInputs > MAX_INPUT_DIMENSIONS) return FALSE;
773 nTotalPoints = CubeSize(nSamples, nInputs);
780 for (t = nInputs-1; t >=0; --t) {
815 int nInputs, nOutputs; local
821 nInputs
871 cmsSliceSpace16(cmsUInt32Number nInputs, const cmsUInt32Number clutPoints[], cmsSAMPLER16 Sampler, void * Cargo) argument
901 cmsSliceSpaceFloat(cmsUInt32Number nInputs, const cmsUInt32Number clutPoints[], cmsSAMPLERFLOAT Sampler, void * Cargo) argument
[all...]
H A Dcmsopt.c52 int nInputs; member in struct:__anon28685
224 for (i=0; i < p16 ->nInputs; i++) {
267 int nInputs, cmsToneCurve** In,
274 p16 ->nInputs = nInputs;
278 for (i=0; i < nInputs; i++) {
265 PrelinOpt16alloc(cmsContext ContextID, const cmsInterpParams* ColorMap, int nInputs, cmsToneCurve** In, int nOutputs, cmsToneCurve** Out ) argument
H A Dcmsintrp.c86 p ->Interpolation = ptr->Interpolators(p -> nInputs, p ->nOutputs, p ->dwFlags);
91 p ->Interpolation = DefaultInterpolatorsFactory(p ->nInputs, p ->nOutputs, p ->dwFlags);
124 p -> nInputs = InputChan;
H A Dcmsps2.c688 for (i=0; i < sc.Pipeline->Params->nInputs; i++)
H A Dcmstypes.c2625 for (i=0; i < (cmsUInt32Number) CLUT ->Params ->nInputs; i++)
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2_plugin.h290 cmsUInt32Number nInputs; // != 1 only in 3D interpolation member in struct:_cms_interp_struc
H A Dlcms2.h1253 CMSAPI cmsBool CMSEXPORT cmsSliceSpace16(cmsUInt32Number nInputs, const cmsUInt32Number clutPoints[],
1256 CMSAPI cmsBool CMSEXPORT cmsSliceSpaceFloat(cmsUInt32Number nInputs, const cmsUInt32Number clutPoints[],

Completed in 352 milliseconds