OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rofs
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cv/src/
cvstereobm.cpp
187
int
rofs
= -MIN(ndisp - 1 + mindisp, 0);
local
189
int width1 = width -
rofs
- ndisp + 1;
199
const uchar* rptr0 = right->data.ptr +
rofs
;
225
rptr = rptr0 + MIN(MAX(x, -
rofs
), width-
rofs
-1) - dy0*sstep;
258
rptr = rptr0 + MIN(MAX(x1, -
rofs
), width-1-
rofs
) - dy0*sstep;
395
int
rofs
= -MIN(ndisp - 1 + mindisp, 0);
local
397
int width1 = width -
rofs
- ndisp + 1;
406
const uchar* rptr0 = right->data.ptr +
rofs
;
560
int wsz, ndisp, mindisp, lofs,
rofs
;
local
[
all
...]
Completed in 46 milliseconds