Home
last modified time | relevance | path

Searched refs:bufSize2 (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/calib3d/src/
Dstereobm.cpp1133 int bufSize2 = 0; in compute() local
1135 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()