Lines Matching full:bufstep
859 int bufstep = (int)alignSize(dsize.width*cn, 16);
860 AutoBuffer<WT> _buf(bufstep*PD_SZ + 16);
900 WT* row = buf + ((sy - sy0) % PD_SZ)*bufstep;
964 rows[k] = buf + ((y*2 - PD_SZ/2 + k - sy0) % PD_SZ)*bufstep;
983 int bufstep = (int)alignSize((dsize.width+1)*cn, 16);
984 AutoBuffer<WT> _buf(bufstep*PU_SZ + 16);
1012 WT* row = buf + ((sy - sy0) % PU_SZ)*bufstep;
1048 rows[k] = buf + ((y - PU_SZ/2 + k - sy0) % PU_SZ)*bufstep;