Searched refs:rowBufferWidth (Results 1 – 1 of 1) sorted by relevance
375 int rowBufferWidth = (filterX.numValues() + 15) & ~0xF; in BGRAConvolve2D() local381 int64_t size = sk_64_mul(rowBufferWidth, rowBufferHeight); in BGRAConvolve2D()392 CircularRowBuffer rowBuffer(rowBufferWidth, in BGRAConvolve2D()435 convolveProcs.fConvolve4RowsHorizontally(src, filterX, outRow, 4*rowBufferWidth); in BGRAConvolve2D()