Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIntrinsicHistogram.java197 float dotVals[] = {0.2501f, 0.1251f, 0.06251f, 0.1251f}; in testDot() local
200 doti[ct] = (int)((dotVals[ct] * 256.f) + 0.5f); in testDot()
229 hist.setDotCoefficients(dotVals[0], dotVals[1], dotVals[2], dotVals[3]); in testDot()