Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsintrp.c201 const cmsUInt16Number* LutTable = (cmsUInt16Number*) p ->Table; in LinLerp1D() local
206 Output[0] = LutTable[p -> Domain[0]]; in LinLerp1D()
216 y0 = LutTable[cell0]; in LinLerp1D()
217 y1 = LutTable[cell0+1]; in LinLerp1D()
238 const cmsFloat32Number* LutTable = (cmsFloat32Number*) p ->Table; in LinLerp1Dfloat() local
244 Output[0] = LutTable[p -> Domain[0]]; in LinLerp1Dfloat()
256 y0 = LutTable[cell0] ; in LinLerp1Dfloat()
257 y1 = LutTable[cell1] ; in LinLerp1Dfloat()
274 const cmsUInt16Number* LutTable = (cmsUInt16Number*) p16 -> Table; in Eval1Input() local
289 Output[OutChan] = LinearInterp(rk, LutTable[K0+OutChan], LutTable[K1+OutChan]); in Eval1Input()
[all …]
Dcmsgamma.c982 int GetInterval(cmsFloat64Number In, const cmsUInt16Number LutTable[], const struct _cms_interp_str… in GetInterval() argument
991 if (LutTable[0] < LutTable[p ->Domain[0]]) { in GetInterval()
996 y0 = LutTable[i]; in GetInterval()
997 y1 = LutTable[i+1]; in GetInterval()
1012 y0 = LutTable[i]; in GetInterval()
1013 y1 = LutTable[i+1]; in GetInterval()
Dcmsopt.c943 #define DENS(i,j,k) (LutTable[(i)+(j)+(k)+OutChan])
958 const cmsUInt16Number* LutTable = (const cmsUInt16Number*) p->Table; in PrelinEval8() local