OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_ENCODEABLE_XYZ
(Results
1 - 7
of
7
) sorted by null
/external/pdfium/third_party/lcms2-2.6/src/
cmspack.c
[
all
...]
cmspcs.c
381
if (xyz.X >
MAX_ENCODEABLE_XYZ
)
382
xyz.X =
MAX_ENCODEABLE_XYZ
;
387
if (xyz.Y >
MAX_ENCODEABLE_XYZ
)
388
xyz.Y =
MAX_ENCODEABLE_XYZ
;
393
if (xyz.Z >
MAX_ENCODEABLE_XYZ
)
394
xyz.Z =
MAX_ENCODEABLE_XYZ
;
cmsio1.c
54
#define InpAdj (1.0/
MAX_ENCODEABLE_XYZ
) // (65536.0/(65535.0*2.0))
55
#define OutpAdj (
MAX_ENCODEABLE_XYZ
) // ((2.0*65535.0)/65536.0)
[
all
...]
lcms2_internal.h
64
#define
MAX_ENCODEABLE_XYZ
(1.0 + 32767.0/32768.0)
[
all
...]
cmslut.c
943
const cmsFloat64Number XYZadj =
MAX_ENCODEABLE_XYZ
;
[
all
...]
cmscnvrt.c
421
off ->n[k] /=
MAX_ENCODEABLE_XYZ
;
[
all
...]
cmsps2.c
974
Mat.v[i].n[j] *=
MAX_ENCODEABLE_XYZ
;
[
all
...]
Completed in 204 milliseconds