Add rbc coefficients for redfin

Bug: 179387548
Test: n/a
Change-Id: I1de41e0491f1a84be29811d2e2516eb2f3be2b34
This commit is contained in:
Christine Franks
2021-02-04 14:48:31 -08:00
parent cc9b68404e
commit 0bcc1bdeb9

View File

@@ -147,6 +147,20 @@
<item>500.0</item>
</array>
<!-- Nonlinear coefficients for maximum panel brightness of 500 nits -->
<string-array name="config_reduceBrightColorsCoefficientsNonlinear">
<!-- a-coefficient --> <item>-0.4553233597</item>
<!-- b-coefficient --> <item>-0.2380196976</item>
<!-- y-intercept --> <item>0.9801096801</item>
</string-array>
<!-- Linear coefficients for maximum panel brightness of 500 nits -->
<string-array name="config_reduceBrightColorsCoefficients">
<!-- a-coefficient --> <item>0.0</item>
<!-- b-coefficient --> <item>-0.96</item>
<!-- y-intercept --> <item>1.0</item>
</string-array>
<!-- The nominal white coordinates, in CIE1931 XYZ color space, for Display White Balance to
use in its calculations. AWB will adapt this white point to the target ambient white
point. The array must include a total of 3 float values (X, Y, Z) -->