Home
last modified time | relevance | path

Searched refs:logRatioMin (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DGainmapTests.java118 double logRatioMin = Math.log(gainmap.getRatioMin()[0]); in mapWhiteWithGain() local
122 double L = (logRatioMin * (1 - gain)) + (logRatioMax * gain); in mapWhiteWithGain()