Searched refs:rowIndices (Results 1 – 1 of 1) sorted by relevance
53 int[] rowIndices = new int[height / REGION_SIZE]; in ErrorCalculator() local54 for (int i = 0; i < rowIndices.length; i++) in ErrorCalculator()55 rowIndices[i] = i * REGION_SIZE; in ErrorCalculator()62 mInputRowsAllocation = Allocation.createSized(mRS, Element.I32(mRS), rowIndices.length, in ErrorCalculator()64 mInputRowsAllocation.copyFrom(rowIndices); in ErrorCalculator()