Home | History | Annotate | Download | only in linear

Lines Matching refs:srcWidth

808      * @param srcWidth source block width ({@link #BLOCK_SIZE} or smaller)
818 private void copyBlockPart(final double[] srcBlock, final int srcWidth,
824 int srcPos = srcStartRow * srcWidth + srcStartColumn;
828 srcPos += srcWidth;