OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rptr0
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cv/src/
cvstereobm.cpp
199
const uchar*
rptr0
= right->data.ptr + rofs;
local
225
rptr =
rptr0
+ MIN(MAX(x, -rofs), width-rofs-1) - dy0*sstep;
258
rptr =
rptr0
+ MIN(MAX(x1, -rofs), width-1-rofs) - dy0*sstep;
406
const uchar*
rptr0
= right->data.ptr + rofs;
local
431
rptr =
rptr0
+ MIN(MAX(x, -rofs), width-rofs-1) - dy0*sstep;
464
rptr =
rptr0
+ MIN(MAX(x1, -rofs), width-1-rofs) - dy0*sstep;
Completed in 53 milliseconds