Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmsintrp.c193 const cmsUInt16Number* LutTable = (cmsUInt16Number*) p ->Table; in LinLerp1D() local
198 Output[0] = LutTable[p -> Domain[0]]; in LinLerp1D()
208 y0 = LutTable[cell0]; in LinLerp1D()
209 y1 = LutTable[cell0+1]; in LinLerp1D()
230 const cmsFloat32Number* LutTable = (cmsFloat32Number*) p ->Table; in LinLerp1Dfloat() local
236 Output[0] = LutTable[p -> Domain[0]]; in LinLerp1Dfloat()
248 y0 = LutTable[cell0] ; in LinLerp1Dfloat()
249 y1 = LutTable[cell1] ; in LinLerp1Dfloat()
266 const cmsUInt16Number* LutTable = (cmsUInt16Number*) p16 -> Table; in Eval1Input() local
281 Output[OutChan] = LinearInterp(rk, LutTable[K0+OutChan], LutTable[K1+OutChan]); in Eval1Input()
[all …]
Dcmsgamma.c878 int GetInterval(cmsFloat64Number In, const cmsUInt16Number LutTable[], const struct _cms_interp_str… in GetInterval() argument
887 if (LutTable[0] < LutTable[p ->Domain[0]]) { in GetInterval()
892 y0 = LutTable[i]; in GetInterval()
893 y1 = LutTable[i+1]; in GetInterval()
908 y0 = LutTable[i]; in GetInterval()
909 y1 = LutTable[i+1]; in GetInterval()
Dcmsopt.c823 #define DENS(i,j,k) (LutTable[(i)+(j)+(k)+OutChan])
838 const cmsUInt16Number* LutTable = (const cmsUInt16Number*)p -> Table; in PrelinEval8() local