Searched refs:maxStripeSize (Results 1 – 1 of 1) sorted by relevance
1145 …double maxStripeSize = std::min(std::max(N0 / (width * ndisp), (wsz-1) * SAD_overhead_coeff), (dou… in compute() local1146 int nstripes = cvCeil(height / maxStripeSize); in compute()