HomeSort by relevance Sort by last modified time
    Searched defs:LutTable (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/lcms/src/
cmsintrp.c 193 const cmsUInt16Number* LutTable = (cmsUInt16Number*) p ->Table;
198 Output[0] = LutTable[p -> Domain[0]];
208 y0 = LutTable[cell0];
209 y1 = LutTable[cell0+1];
230 const cmsFloat32Number* LutTable = (cmsFloat32Number*) p ->Table;
236 Output[0] = LutTable[p -> Domain[0]];
248 y0 = LutTable[cell0] ;
249 y1 = LutTable[cell1] ;
266 const cmsUInt16Number* LutTable = (cmsUInt16Number*) p16 -> Table;
281 Output[OutChan] = LinearInterp(rk, LutTable[K0+OutChan], LutTable[K1+OutChan])
    [all...]
cmsopt.c 905 #define DENS(i,j,k) (LutTable[(i)+(j)+(k)+OutChan])
920 const cmsUInt16Number* LutTable = (const cmsUInt16Number*) p->Table;
    [all...]

Completed in 60 milliseconds