OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LutTable
(Results
1 - 2
of
2
) 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
...]
cmsopt.c
823
#define DENS(i,j,k) (
LutTable
[(i)+(j)+(k)+OutChan])
838
const cmsUInt16Number*
LutTable
= (const cmsUInt16Number*)p -> Table;
[
all
...]
Completed in 926 milliseconds