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

/external/opencv/cv/src/
H A Dcvstereogc.cpp537 short* dright = state->dispRight->data.s; local
547 for( y = 0; y < rows; y++, left += step, right += step, dleft += dstep, dright += dstep )
559 d1 = dright[x1];
575 d = dright[x];
581 d1 = dright[x+1];
586 d1 = dright[x+dstep];
702 const short* dright = dright0 + dstep*y; local
706 const short* dlr[] = { dleft, dright };
735 d1 = dright[x1];
754 d1 = dright[x
821 short* dright = dright0 + dstep*y; local
[all...]

Completed in 60 milliseconds