Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsgamma.c253 p ->Table16 = NULL; in AllocateToneCurveStruct()
256 p ->Table16 = (cmsUInt16Number*) _cmsCalloc(ContextID, nEntries, sizeof(cmsUInt16Number)); in AllocateToneCurveStruct()
257 if (p ->Table16 == NULL) goto Error; in AllocateToneCurveStruct()
266 p ->Table16[i] = Values[i]; in AllocateToneCurveStruct()
298 …p ->InterpParams = _cmsComputeInterpParams(ContextID, p ->nEntries, 1, 1, p->Table16, CMS_LERP_FLA… in AllocateToneCurveStruct()
305 if (p ->Table16) _cmsFree(ContextID, p ->Table16); in AllocateToneCurveStruct()
722 return t ->Table16; in cmsGetToneCurveEstimatedTable()
770 g ->Table16[i] = _cmsQuickSaturateWord(Val * 65535.0); in cmsBuildSegmentedToneCurve()
870 if (Curve -> Table16) { in cmsFreeToneCurve()
871 _cmsFree(ContextID, Curve ->Table16); in cmsFreeToneCurve()
[all …]
Dcmsps2.c499 _cmsIOPrintf(m, "%d ", Table->Table16[i]); in Emit1Gamma()
554 if (i > 0 && GammaTableEquals(g[i-1]->Table16, g[i]->Table16, g[i]->nEntries)) { in EmitNGamma()
846 Out ->Table16[i] =_cmsQuickSaturateWord(XYZ.Y * 65535.0); in ExtractGray2Y()
Dcmsopt.c858 Val = g ->Table16[AtBegin]; in SlopeLimiting()
863 g ->Table16[i] = _cmsQuickSaturateWord(i * Slope + beta); in SlopeLimiting()
866 Val = g ->Table16[AtEnd]; in SlopeLimiting()
871 g ->Table16[i] = _cmsQuickSaturateWord(i * Slope + beta); in SlopeLimiting()
1045 if (g ->Table16[i] == 0x0000) Zeros++; in IsDegenerated()
1046 if (g ->Table16[i] == 0xffff) Poles++; in IsDegenerated()
1149 Trans[t] ->Table16[i] = _cmsQuickSaturateWord(Out[t] * 65535.0); in OptimizeByComputingLinearization()
1456 GammaTables[j] -> Table16[i] = _cmsQuickSaturateWord(OutFloat[j] * 65535.0); in OptimizeByJoiningCurves()
Dcmstypes.c1132 if (!_cmsReadUInt16Array(io, Count, NewGamma -> Table16)) { in Type_Curve_Read()
1162 return _cmsWriteUInt16Array(io, Curve ->nEntries, Curve ->Table16); in Type_Curve_Write()
1661 Tables[i]->Table16[j] = (cmsUInt16Number) FROM_8_TO_16(Temp[j]); in Read8bitTables()
1698 (Tables->TheCurves[i]->Table16[0] == 0) && in Write8bitTables()
1699 (Tables->TheCurves[i]->Table16[1] == 65535)) { in Write8bitTables()
1713 val = (cmsUInt8Number) FROM_16_TO_8(Tables->TheCurves[i]->Table16[j]); in Write8bitTables()
2004 if (!_cmsReadUInt16Array(io, nEntries, Tables[i]->Table16)) goto Error; in Read16bitTables()
2041 val = Tables->TheCurves[i]->Table16[j]; in Write16bitTables()
3537 if (!_cmsReadUInt16Array(io, CountUcr, n ->Ucr->Table16)) return NULL; in Type_UcrBg_Read()
3548 if (!_cmsReadUInt16Array(io, CountBg, n ->Bg->Table16)) return NULL; in Type_UcrBg_Read()
[all …]
Dlcms2_internal.h849 cmsUInt16Number* Table16; // The table itself. member
Dcmslut.c1006 LabTable[j]->Table16[i] = (cmsUInt16Number) ((i * 0xffff + 0x80) >> 8); in _cmsStageAllocLabV2ToV4curves()
1009 LabTable[j] ->Table16[257] = 0xffff; in _cmsStageAllocLabV2ToV4curves()
/external/pdfium/third_party/lcms/
D0027-changes-from-beginning-of-time.patch35 - if (Curve -> Table16)
36 + if (Curve -> Table16) {
37 _cmsFree(ContextID, Curve ->Table16);
38 + Curve ->Table16 = NULL;
81 - if (In == NULL || In ->Segments == NULL || In ->Table16 == NULL) return NULL;
85 + if (In == NULL || In ->InterpParams == NULL || In ->Segments == NULL || In ->Table16 == NULL) …
87 …eStruct(In ->InterpParams ->ContextID, In ->nEntries, In ->nSegments, In ->Segments, In ->Table16);
D0002-old-performance-fix.patch10 + if (In == NULL || In ->Segments == NULL || In ->Table16 == NULL) return NULL;
12 …eStruct(In ->InterpParams ->ContextID, In ->nEntries, In ->nSegments, In ->Segments, In ->Table16);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundleReader.java768 table = new Table16(this, offset); in getTable()
1094 private static final class Table16 extends Table { class in ICUResourceBundleReader
1099 Table16(ICUResourceBundleReader reader, int offset) { in Table16() method in ICUResourceBundleReader.Table16
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundleReader.java766 table = new Table16(this, offset); in getTable()
1092 private static final class Table16 extends Table { class in ICUResourceBundleReader
1097 Table16(ICUResourceBundleReader reader, int offset) { in Table16() method in ICUResourceBundleReader.Table16