OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dleft
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvstereogc.cpp
536
short*
dleft
= state->dispLeft->data.s;
local
547
for( y = 0; y < rows; y++, left += step, right += step,
dleft
+= dstep, dright += dstep )
551
int d =
dleft
[x], x1, d1;
566
d1 =
dleft
[x+1];
571
d1 =
dleft
[x+dstep];
701
const short*
dleft
= dleft0 + dstep*y;
local
706
const short* dlr[] = {
dleft
, dright };
727
d =
dleft
[x];
802
if( d != -
dleft
[x1] )
820
short*
dleft
= dleft0 + dstep*y
local
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 1554 milliseconds