Searched refs:byteColorCube (Results 1 – 1 of 1) sorted by relevance
43 byte[] byteColorCube = new byte[lutSize * lutSize * lutSize * 4]; in testRSLUT()48 byteColorCube[i] = (byte)colorCube[i]; in testRSLUT()63 cube.copyFromUnchecked(byteColorCube); in testRSLUT()70 …lutTest(this.getContext().getCacheDir().toString(), X, Y, lutSize, byteAlloc, byteColorCube, nativ… in testRSLUT() local