Searched refs:nextXRow (Results 1 – 1 of 1) sorted by relevance
363 int nextXRow = filterOffset; in BGRAConvolve2D() local425 while (nextXRow < filterOffset + filterLength) { in BGRAConvolve2D()427 nextXRow + 3 < lastFilterOffset + lastFilterLength - in BGRAConvolve2D()432 src[i] = &sourceData[(uint64_t)(nextXRow + i) * sourceByteRowStride]; in BGRAConvolve2D()436 nextXRow += 4; in BGRAConvolve2D()440 nextXRow < lastFilterOffset + lastFilterLength - in BGRAConvolve2D()443 &sourceData[(uint64_t)nextXRow * sourceByteRowStride], in BGRAConvolve2D()448 &sourceData[(uint64_t)nextXRow * sourceByteRowStride], in BGRAConvolve2D()452 &sourceData[(uint64_t)nextXRow * sourceByteRowStride], in BGRAConvolve2D()456 nextXRow++; in BGRAConvolve2D()