Searched refs:rofs (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cv/src/ |
D | cvstereobm.cpp | 187 int rofs = -MIN(ndisp - 1 + mindisp, 0); in icvFindStereoCorrespondenceBM_SSE2() local 189 int width1 = width - rofs - ndisp + 1; in icvFindStereoCorrespondenceBM_SSE2() 199 const uchar* rptr0 = right->data.ptr + rofs; in icvFindStereoCorrespondenceBM_SSE2() 225 rptr = rptr0 + MIN(MAX(x, -rofs), width-rofs-1) - dy0*sstep; in icvFindStereoCorrespondenceBM_SSE2() 258 rptr = rptr0 + MIN(MAX(x1, -rofs), width-1-rofs) - dy0*sstep; in icvFindStereoCorrespondenceBM_SSE2() 395 int rofs = -MIN(ndisp - 1 + mindisp, 0); in icvFindStereoCorrespondenceBM() local 397 int width1 = width - rofs - ndisp + 1; in icvFindStereoCorrespondenceBM() 406 const uchar* rptr0 = right->data.ptr + rofs; in icvFindStereoCorrespondenceBM() 431 rptr = rptr0 + MIN(MAX(x, -rofs), width-rofs-1) - dy0*sstep; in icvFindStereoCorrespondenceBM() 464 rptr = rptr0 + MIN(MAX(x1, -rofs), width-1-rofs) - dy0*sstep; in icvFindStereoCorrespondenceBM() [all …]
|