Searched refs:LutTable (Results 1 – 3 of 3) sorted by relevance
193 const cmsUInt16Number* LutTable = (cmsUInt16Number*) p ->Table; in LinLerp1D() local198 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() local236 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() local281 Output[OutChan] = LinearInterp(rk, LutTable[K0+OutChan], LutTable[K1+OutChan]); in Eval1Input()[all …]
878 int GetInterval(cmsFloat64Number In, const cmsUInt16Number LutTable[], const struct _cms_interp_str… in GetInterval() argument887 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()
823 #define DENS(i,j,k) (LutTable[(i)+(j)+(k)+OutChan])838 const cmsUInt16Number* LutTable = (const cmsUInt16Number*)p -> Table; in PrelinEval8() local