Lines Matching full:bufsize1
1132 int bufSize1 = (int)((width + params.preFilterSize + 2) * sizeof(int) + 256);
1147 int bufSize = std::max(bufSize0 * nstripes, std::max(bufSize1 * 2, bufSize2));
1154 parallel_for_(Range(0, 2), PrefilterInvoker(left0, right0, left, right, _buf, _buf + bufSize1, ¶ms), 1);