Searched refs:InputEntries (Results 1 – 1 of 1) sorted by relevance
2118 cmsUInt16Number InputEntries, OutputEntries; in Type_LUT16_Read() local2156 if (!_cmsReadUInt16Number(io, &InputEntries)) goto Error; in Type_LUT16_Read()2159 if (InputEntries > 0x7FFF || OutputEntries > 0x7FFF) goto Error; in Type_LUT16_Read()2163 if (!Read16bitTables(self ->ContextID, io, NewLUT, InputChannels, InputEntries)) goto Error; in Type_LUT16_Read()