OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ndisp
(Results
1 - 4
of
4
) sorted by null
/external/opencv/cv/src/
cvstereobm.cpp
184
int
ndisp
= state->numberOfDisparities;
local
186
int lofs = MAX(
ndisp
- 1 + mindisp, 0);
187
int rofs = -MIN(
ndisp
- 1 + mindisp, 0);
189
int width1 = width - rofs -
ndisp
+ 1;
204
int cstep = (height + dy0 + dy1)*
ndisp
;
210
hsad0 = (ushort*)cvAlignPtr(sad +
ndisp
+ 1 + dy0*
ndisp
);
211
htext = (int*)cvAlignPtr((int*)(hsad0 + (height+dy1)*
ndisp
) + wsz2 + 2);
212
cbuf0 = (uchar*)cvAlignPtr(htext + height + wsz2 + 2 + dy0*
ndisp
);
218
memset( hsad0 - dy0*
ndisp
, 0, (height + dy0 + dy1)*ndisp*sizeof(hsad0[0]) )
392
int
ndisp
= state->numberOfDisparities;
local
560
int wsz,
ndisp
, mi
ndisp
, lofs, rofs;
local
[
all
...]
/external/valgrind/main/exp-bbv/
bbv_main.c
505
static void bbv_thread_called ( ThreadId tid, ULong
nDisp
)
/external/valgrind/main/helgrind/
hg_main.c
[
all
...]
/external/valgrind/tsan/
ts_valgrind.cc
343
static void OnStartClientCode(ThreadId vg_tid, ULong
nDisp
) {
[
all
...]
Completed in 62 milliseconds