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

/external/opencv/cv/src/
H A Dcvstereogc.cpp536 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 local
[all...]

Completed in 68 milliseconds