Searched refs:bufSize2 (Results 1 – 1 of 1) sorted by relevance
1133 int bufSize2 = 0; in compute() local1135 bufSize2 = width*height*(sizeof(Point_<short>) + sizeof(int) + sizeof(uchar)); in compute()1147 int bufSize = std::max(bufSize0 * nstripes, std::max(bufSize1 * 2, bufSize2)); in compute()