Home
last modified time | relevance | path

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

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