HomeSort by relevance Sort by last modified time
    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/third_party/lcms/src/
cmsio0.c 825 // Illuminant is always D50
826 Header.illuminant.X = _cmsAdjustEndianess32(_cmsDoubleTo15Fixed16(cmsD50_XYZ()->X));
827 Header.illuminant.Y = _cmsAdjustEndianess32(_cmsDoubleTo15Fixed16(cmsD50_XYZ()->Y));
828 Header.illuminant.Z = _cmsAdjustEndianess32(_cmsDoubleTo15Fixed16(cmsD50_XYZ()->Z));
    [all...]
  /external/pdfium/third_party/lcms/include/
lcms2.h 616 cmsEncodedXYZNumber illuminant; // Profile illuminant member in struct:__anon35207
    [all...]

Completed in 280 milliseconds