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

  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/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...]
cmsgamma.c 878 int GetInterval(cmsFloat64Number In, const cmsUInt16Number LutTable[], const struct _cms_interp_struc* p)
887 if (LutTable[0] < LutTable[p ->Domain[0]]) {
892 y0 = LutTable[i];
893 y1 = LutTable[i+1];
908 y0 = LutTable[i];
909 y1 = LutTable[i+1];
    [all...]
cmsopt.c 823 #define DENS(i,j,k) (LutTable[(i)+(j)+(k)+OutChan])
838 const cmsUInt16Number* LutTable = (const cmsUInt16Number*)p -> Table;
    [all...]
  /external/chromium_org/third_party/qcms/src/
transform_util.c 298 uint16_fract_t lut_inverse_interp16(uint16_t Value, uint16_t LutTable[], int length)
315 while (LutTable[NumZeroes] == 0 && NumZeroes < length-1)
325 while (LutTable[length-1- NumPoles] == 0xFFFF && NumPoles < length-1)
353 res = (int) lut_interp_linear16((uint16_fract_t) (x-1), LutTable, length);
378 y0 = LutTable[cell0] ;
381 y1 = LutTable[cell1] ;

Completed in 189 milliseconds