OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rofs
(Results
1 - 3
of
3
) 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
...]
/external/opencv3/modules/calib3d/src/
stereobm.cpp
330
int
rofs
= -MIN(ndisp - 1 + mindisp, 0);
332
int width1 = width -
rofs
- ndisp + 1;
342
const uchar* rptr0 = right.ptr() +
rofs
;
370
rptr = rptr0 + MIN(MAX(x, -
rofs
), width-
rofs
-1) - dy0*sstep;
411
rptr = rptr0 + MIN(MAX(x1, -
rofs
), width-1-
rofs
) - dy0*sstep;
580
int
rofs
= -MIN(ndisp - 1 + mindisp, 0);
582
int width1 = width -
rofs
- ndisp + 1;
600
const uchar* rptr0 = right.ptr() +
rofs
;
[
all
...]
/external/llvm/lib/Target/Mips/
MipsMSAInstrInfo.td
[
all
...]
Completed in 653 milliseconds