OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outvs2
(Results
1 - 1
of
1
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicHistogram.java
55
int
outvs2
= (outVSize != 3) ? outVSize : 4;
local
58
int res[] = new int[256 *
outvs2
];
59
int ref[] = new int[256 *
outvs2
];
68
ref[(t *
outvs2
) + (ct % invs2)] ++;
Completed in 131 milliseconds