OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:illuminant
(Results
1 - 3
of
3
) sorted by null
/cts/apps/CameraITS/pymodules/its/
dng.py
19
#
Illuminant
IDs
23
def compute_cm_fm(
illuminant
, gains, ccm, cal):
27
standard A
illuminant
, the HAL will produce the WB gains and transform,
34
for the specified
illuminant
should be. These CM and FM values should be
40
illuminant
: 0 (A) or 1 (D65).
46
CM: The 3x3 ColorMatrix for the specified
illuminant
, as a numpy array
47
FM: The 3x3 ForwardMatrix for the specified
illuminant
, as a numpy array
68
# white is D65) to the calibration
illuminant
(which is a standard matrix
69
# depending on the
illuminant
). For a D65
illuminant
, the matrix is th
[
all
...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsio0.c
771
//
Illuminant
is always D50
772
Header.
illuminant
.X = _cmsAdjustEndianess32(_cmsDoubleTo15Fixed16(cmsD50_XYZ()->X));
773
Header.
illuminant
.Y = _cmsAdjustEndianess32(_cmsDoubleTo15Fixed16(cmsD50_XYZ()->Y));
774
Header.
illuminant
.Z = _cmsAdjustEndianess32(_cmsDoubleTo15Fixed16(cmsD50_XYZ()->Z));
[
all
...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2.h
615
cmsEncodedXYZNumber
illuminant
; // Profile
illuminant
member in struct:__anon12314
[
all
...]
Completed in 70 milliseconds