Lines Matching refs:bufstep
933 int i, bufstep = N7*bcn;
934 cv::AutoBuffer<ushort> _buf(bufstep*brows);
951 ushort* brow = buf + ((y + dy - 1)%brows)*bufstep + 1;
1026 const ushort* brow0 = buf + ((y - 2) % brows)*bufstep + 2;
1027 const ushort* brow1 = buf + ((y - 1) % brows)*bufstep + 2;
1028 const ushort* brow2 = buf + (y % brows)*bufstep + 2;