Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmstypes.c1737 cmsUInt8Number InputChannels, OutputChannels, CLUTpoints; in Type_LUT8_Read() local
1747 if (!_cmsReadUInt8Number(io, &CLUTpoints)) goto Error; in Type_LUT8_Read()
1749 if (CLUTpoints == 1) goto Error; // Impossible value, 0 for no CLUT and then 2 at least in Type_LUT8_Read()
1785 nTabSize = uipow(OutputChannels, CLUTpoints, InputChannels); in Type_LUT8_Read()
1813 …nsertStage(NewLUT, cmsAT_END, cmsStageAllocCLut16bit(self ->ContextID, CLUTpoints, InputChannels, … in Type_LUT8_Read()
2032 cmsUInt8Number InputChannels, OutputChannels, CLUTpoints; in Type_LUT16_Read() local
2042 if (!_cmsReadUInt8Number(io, &CLUTpoints)) return NULL; // 255 maximum in Type_LUT16_Read()
2078 if (CLUTpoints == 1) goto Error; // Impossible value, 0 for no CLUT and then 2 at least in Type_LUT16_Read()
2084 nTabSize = uipow(OutputChannels, CLUTpoints, InputChannels); in Type_LUT16_Read()
2098 …nsertStage(NewLUT, cmsAT_END, cmsStageAllocCLut16bit(self ->ContextID, CLUTpoints, InputChannels, … in Type_LUT16_Read()