Searched refs:fullDP (Results 1 – 2 of 2) sorted by relevance
745 bool fullDP; member760 String fullDP = fn[i+4]; params.fullDP = atoi(fullDP.c_str()) == 0 ? false : true; in readRunParams() local776 1, 63, 10, 100, 32, params.fullDP ? in runStereoMatchingAlgorithm()
347 bool fullDP = params.mode == StereoSGBM::MODE_HH; in computeDisparitySGBM() local348 int npasses = fullDP ? 2 : 1; in computeDisparitySGBM()377 size_t CSBufSize = costBufSize*(fullDP ? height : 1); in computeDisparitySGBM()438 CostType* C = Cbuf + (!fullDP ? 0 : y*costBufSize); in computeDisparitySGBM()439 CostType* S = Sbuf + (!fullDP ? 0 : y*costBufSize); in computeDisparitySGBM()464 const CostType* Cprev = !fullDP || y == 0 ? C : C - costBufSize; in computeDisparitySGBM()