Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/src/
Dstereobm.cpp349 int coststep = cost.data ? (int)(cost.step/sizeof(costbuf)) : 0; in findStereoCorrespondenceBM_SSE2() local
561 costptr[y*coststep] = sad[mind]; in findStereoCorrespondenceBM_SSE2()
607 int coststep = cost.data ? (int)(cost.step/sizeof(costbuf)) : 0; in findStereoCorrespondenceBM() local
846 costptr[y*coststep] = sad[mind]; in findStereoCorrespondenceBM()