Home | History | Annotate | Download | only in src

Lines Matching full:bufsize2

1133         int bufSize2 = 0;
1135 bufSize2 = width*height*(sizeof(Point_<short>) + sizeof(int) + sizeof(uchar));
1147 int bufSize = std::max(bufSize0 * nstripes, std::max(bufSize1 * 2, bufSize2));