Home | History | Annotate | Download | only in its

Lines Matching refs:gains

23 def compute_cm_fm(illuminant, gains, ccm, cal):
27 standard A illuminant, the HAL will produce the WB gains and transform,
28 in the android.colorCorrection.gains and android.colorCorrection.transform
32 This function is used to take the per-unit gains, ccm, and calibration
41 gains: White balance gains, as a list of 4 floats.
87 # G is formed by taking the r,g,b gains and putting them into a
89 G = numpy.array([[gains[0],0,0], [0,gains[1],0], [0,0,gains[3]]])
126 a given ColorMatrix (which is computed from the WB gains and CCM for a