Searched refs:sourceByteRowStride (Results 1 – 2 of 2) sorted by relevance
169 int sourceByteRowStride, in BGRAConvolve2D() argument241 src[i] = &sourceData[(uint64_t)(nextXRow + i) * sourceByteRowStride]; in BGRAConvolve2D()248 &sourceData[(uint64_t)nextXRow * sourceByteRowStride], in BGRAConvolve2D()
166 int sourceByteRowStride,