Searched refs:LutTable (Results 1 – 3 of 3) sorted by relevance
201 const cmsUInt16Number* LutTable = (cmsUInt16Number*) p ->Table; in LinLerp1D() local206 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() local244 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() local289 Output[OutChan] = LinearInterp(rk, LutTable[K0+OutChan], LutTable[K1+OutChan]); in Eval1Input()[all …]
982 int GetInterval(cmsFloat64Number In, const cmsUInt16Number LutTable[], const struct _cms_interp_str… in GetInterval() argument991 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()
943 #define DENS(i,j,k) (LutTable[(i)+(j)+(k)+OutChan])958 const cmsUInt16Number* LutTable = (const cmsUInt16Number*) p->Table; in PrelinEval8() local