Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIntrinsicHistogram.java65 int invs2 = (inVSize != 3) ? inVSize : 4; in testNorm() local
68 byte i[] = new byte[w * h * invs2]; in testNorm()
85 int ct = (y * w + x) * invs2; in testNorm()
188 int invs2 = (inVSize != 3) ? inVSize : 4; in testDot() local
190 byte i[] = new byte[w * h * invs2]; in testDot()
213 int ct = (y * w + x) * invs2; in testDot()