Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvstereogc.cpp536 short* dleft = state->dispLeft->data.s; in icvComputeEnergy() local
547 for( y = 0; y < rows; y++, left += step, right += step, dleft += dstep, dright += dstep ) in icvComputeEnergy()
551 int d = dleft[x], x1, d1; in icvComputeEnergy()
566 d1 = dleft[x+1]; in icvComputeEnergy()
571 d1 = dleft[x+dstep]; in icvComputeEnergy()
701 const short* dleft = dleft0 + dstep*y; in icvAlphaExpand() local
706 const short* dlr[] = { dleft, dright }; in icvAlphaExpand()
727 d = dleft[x]; in icvAlphaExpand()
802 if( d != -dleft[x1] ) in icvAlphaExpand()
820 short* dleft = dleft0 + dstep*y; in icvAlphaExpand() local
[all …]