Searched refs:mInputRowsAllocation (Results 1 – 1 of 1) sorted by relevance
40 private Allocation mInputRowsAllocation; field in ErrorCalculator62 mInputRowsAllocation = Allocation.createSized(mRS, Element.I32(mRS), rowIndices.length, in ErrorCalculator()64 mInputRowsAllocation.copyFrom(rowIndices); in ErrorCalculator()85 mScript.forEach_countInterestingRegions(mInputRowsAllocation, mOutputRegionsAllocation); in calcErrorRS()98 mScript.forEach_accumulateError(mInputRowsAllocation, mOutputRegionsAllocation); in calcErrorRS()