Lines Matching defs:LutTable

196     const cmsUInt16Number* LutTable = (cmsUInt16Number*) p ->Table;
201 Output[0] = LutTable[p -> Domain[0]];
211 y0 = LutTable[cell0];
212 y1 = LutTable[cell0+1];
228 const cmsFloat32Number* LutTable = (cmsFloat32Number*) p ->Table;
232 Output[0] = LutTable[p -> Domain[0]];
244 y0 = LutTable[cell0] ;
245 y1 = LutTable[cell1] ;
262 const cmsUInt16Number* LutTable = (cmsUInt16Number*) p16 -> Table;
277 Output[OutChan] = LinearInterp(rk, LutTable[K0+OutChan], LutTable[K1+OutChan]);
293 const cmsFloat32Number* LutTable = (cmsFloat32Number*) p ->Table;
297 Output[0] = LutTable[p -> Domain[0]];
314 y0 = LutTable[cell0 + OutChan] ;
315 y1 = LutTable[cell1 + OutChan] ;
329 # define DENS(i,j) (LutTable[(i)+(j)+OutChan])
331 const cmsFloat32Number* LutTable = (cmsFloat32Number*) p ->Table;
381 #define DENS(i,j) (LutTable[(i)+(j)+OutChan])
384 const cmsUInt16Number* LutTable = (cmsUInt16Number*) p ->Table;
441 # define DENS(i,j,k) (LutTable[(i)+(j)+(k)+OutChan])
443 const cmsFloat32Number* LutTable = (cmsFloat32Number*) p ->Table;
523 #define DENS(i,j,k) (LutTable[(i)+(j)+(k)+OutChan])
526 const cmsUInt16Number* LutTable = (cmsUInt16Number*) p ->Table;
595 #define DENS(i,j,k) (LutTable[(i)+(j)+(k)+OutChan])
601 const cmsFloat32Number* LutTable = (cmsFloat32Number*) p -> Table;
713 const cmsUInt16Number* LutTable = (cmsUInt16Number*) p -> Table;
742 LutTable = &LutTable[X0+Y0+Z0];
754 c1 = LutTable[X1];
755 c2 = LutTable[Y1];
756 c3 = LutTable[Z1];
757 c0 = *LutTable++;
768 c1 = LutTable[X1];
769 c2 = LutTable[Y1];
770 c3 = LutTable[Z1];
771 c0 = *LutTable++;
782 c1 = LutTable[X1];
783 c2 = LutTable[Y1];
784 c3 = LutTable[Z1];
785 c0 = *LutTable++;
798 c1 = LutTable[X1];
799 c2 = LutTable[Y1];
800 c3 = LutTable[Z1];
801 c0 = *LutTable++;
812 c1 = LutTable[X1];
813 c2 = LutTable[Y1];
814 c3 = LutTable[Z1];
815 c0 = *LutTable++;
826 c1 = LutTable[X1];
827 c2 = LutTable[Y1];
828 c3 = LutTable[Z1];
829 c0 = *LutTable++;
841 #define DENS(i,j,k) (LutTable[(i)+(j)+(k)+OutChan])
847 const cmsUInt16Number* LutTable = (cmsUInt16Number*) p16 -> Table;
888 LutTable = (cmsUInt16Number*) p16 -> Table;
889 LutTable += K0;
952 LutTable = (cmsUInt16Number*) p16 -> Table;
953 LutTable += K1;
1033 const cmsFloat32Number* LutTable = (cmsFloat32Number*) p -> Table;
1053 T = LutTable + K0;
1058 T = LutTable + K1;
1078 const cmsUInt16Number* LutTable = (cmsUInt16Number*) p16 -> Table;
1098 T = LutTable + K0;
1103 T = LutTable + K1;
1121 const cmsFloat32Number* LutTable = (cmsFloat32Number*) p -> Table;
1140 T = LutTable + K0;
1145 T = LutTable + K1;
1166 const cmsUInt16Number* LutTable = (cmsUInt16Number*) p16 -> Table;
1185 T = LutTable + K0;
1190 T = LutTable + K1;
1208 const cmsFloat32Number* LutTable = (cmsFloat32Number*) p -> Table;
1227 T = LutTable + K0;
1232 T = LutTable + K1;
1252 const cmsUInt16Number* LutTable = (cmsUInt16Number*) p16 -> Table;
1272 T = LutTable + K0;
1277 T = LutTable + K1;
1293 const cmsFloat32Number* LutTable = (cmsFloat32Number*) p -> Table;
1312 T = LutTable + K0;
1317 T = LutTable + K1;
1338 const cmsUInt16Number* LutTable = (cmsUInt16Number*) p16 -> Table;
1357 T = LutTable + K0;
1362 T = LutTable + K1;
1378 const cmsFloat32Number* LutTable = (cmsFloat32Number*) p -> Table;
1397 T = LutTable + K0;
1402 T = LutTable + K1;