Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmstypes.c4021 cmsUInt16Number InputChans, OutputChans; in Type_MPEcurve_Read() local
4031 if (!_cmsReadUInt16Number(io, &OutputChans)) return NULL; in Type_MPEcurve_Read()
4033 if (InputChans != OutputChans) return NULL; in Type_MPEcurve_Read()
4173 cmsUInt16Number InputChans, OutputChans; in Type_MPEmatrix_Read() local
4179 if (!_cmsReadUInt16Number(io, &OutputChans)) return NULL; in Type_MPEmatrix_Read()
4182 nElems = InputChans * OutputChans; in Type_MPEmatrix_Read()
4188 … Offsets = (cmsFloat64Number*) _cmsCalloc(self ->ContextID, OutputChans, sizeof(cmsFloat64Number)); in Type_MPEmatrix_Read()
4204 for (i=0; i < OutputChans; i++) { in Type_MPEmatrix_Read()
4213 mpe = cmsStageAllocMatrix(self ->ContextID, OutputChans, InputChans, Matrix, Offsets); in Type_MPEmatrix_Read()
4264 cmsUInt16Number InputChans, OutputChans; in Type_MPEclut_Read() local
[all …]