Searched refs:ndisp (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvstereobm.cpp184 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,
392 int ndisp = state->numberOfDisparities; local
560 int wsz, ndisp, mindisp, lofs, rofs; local
[all...]

Completed in 42 milliseconds