Searched refs:nOutputs (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsintrp.c | 86 p ->Interpolation = ptr->Interpolators(p -> nInputs, p ->nOutputs, p ->dwFlags); in _cmsSetInterpolationRoutine() 91 p ->Interpolation = DefaultInterpolatorsFactory(p ->nInputs, p ->nOutputs, p ->dwFlags); in _cmsSetInterpolationRoutine() 125 p -> nOutputs = OutputChan; in _cmsComputeInterpParamsEx() 137 p -> opta[0] = p -> nOutputs; in _cmsComputeInterpParamsEx() 279 for (OutChan=0; OutChan < p16->nOutputs; OutChan++) { in Eval1Input() 318 for (OutChan=0; OutChan < p->nOutputs; OutChan++) { in Eval1InputFloat() 347 TotalOut = p -> nOutputs; in BilinearInterpFloat() 400 TotalOut = p -> nOutputs; in BilinearInterp16() 460 TotalOut = p -> nOutputs; in TrilinearInterpFloat() 532 TotalOut = p -> nOutputs; in TrilinearInterp16() [all …]
|
D | cmspcs.c | 701 cmsUInt32Number *nOutputs) in _cmsEndPointsBySpace() argument 720 if (nOutputs) *nOutputs = 1; in _cmsEndPointsBySpace() 725 if (nOutputs) *nOutputs = 3; in _cmsEndPointsBySpace() 730 if (nOutputs) *nOutputs = 3; in _cmsEndPointsBySpace() 735 if (nOutputs) *nOutputs = 4; in _cmsEndPointsBySpace() 740 if (nOutputs) *nOutputs = 3; in _cmsEndPointsBySpace()
|
D | cmslut.c | 516 Data ->Params ->nOutputs, in CLUTElemDup() 753 int nInputs, nOutputs; in cmsStageSampleCLut16bit() local 766 nOutputs = clut->Params ->nOutputs; in cmsStageSampleCLut16bit() 769 if (nOutputs <= 0) return FALSE; in cmsStageSampleCLut16bit() 771 if (nOutputs >= MAX_STAGE_CHANNELS) return FALSE; in cmsStageSampleCLut16bit() 790 for (t=0; t < nOutputs; t++) in cmsStageSampleCLut16bit() 800 for (t=0; t < nOutputs; t++) in cmsStageSampleCLut16bit() 805 index += nOutputs; in cmsStageSampleCLut16bit() 815 int nInputs, nOutputs; in cmsStageSampleCLutFloat() local 822 nOutputs = clut->Params ->nOutputs; in cmsStageSampleCLutFloat() [all …]
|
D | cmsopt.c | 53 int nOutputs; member 231 for (i=0; i < p16 ->nOutputs; i++) { in PrelinEval16() 257 … = (_cmsInterpFn16*)_cmsDupMem(ContextID, p16 ->EvalCurveOut16, p16 ->nOutputs * sizeof(_cmsInte… in Prelin16dup() 258 … (cmsInterpParams**)_cmsDupMem(ContextID, p16 ->ParamsCurveOut16, p16 ->nOutputs * sizeof(cmsInter… in Prelin16dup() 268 int nOutputs, cmsToneCurve** Out ) in PrelinOpt16alloc() argument 275 p16 -> nOutputs = nOutputs; in PrelinOpt16alloc() 295 … p16 -> EvalCurveOut16 = (_cmsInterpFn16*) _cmsCalloc(ContextID, nOutputs, sizeof(_cmsInterpFn16)); in PrelinOpt16alloc() 296 …p16 -> ParamsCurveOut16 = (cmsInterpParams**) _cmsCalloc(ContextID, nOutputs, sizeof(cmsInterpPara… in PrelinOpt16alloc() 298 for (i=0; i < nOutputs; i++) { in PrelinOpt16alloc() 837 int TotalOut = p -> nOutputs; in PrelinEval8()
|
D | cmsps2.c | 600 cmsUInt32Number nOutputs; in OutputValueSampler() local 602 if (!_cmsEndPointsBySpace(sc ->ColorSpace, &White, &Black, &nOutputs)) in OutputValueSampler() 605 for (i=0; i < nOutputs; i++) in OutputValueSampler() 646 for (i=0; i < sc -> Pipeline ->Params->nOutputs; i++) { in OutputValueSampler()
|
D | lcms2_internal.h | 893 cmsUInt32Number *nOutputs);
|
/external/pdfium/third_party/lcms2-2.6/include/ |
D | lcms2_plugin.h | 291 cmsUInt32Number nOutputs; // != 1 only in 3D interpolation member
|