Lines Matching refs:dstep
539 int dstep = (int)(state->dispLeft->step/sizeof(short)); in icvComputeEnergy() local
547 for( y = 0; y < rows; y++, left += step, right += step, dleft += dstep, dright += dstep ) in icvComputeEnergy()
571 d1 = dleft[x+dstep]; in icvComputeEnergy()
586 d1 = dright[x+dstep]; in icvComputeEnergy()
681 int dstep = (int)(state->dispLeft->step/sizeof(short)); in icvAlphaExpand() local
701 const short* dleft = dleft0 + dstep*y; in icvAlphaExpand()
702 const short* dright = dright0 + dstep*y; in icvAlphaExpand()
714 const short* disp = (k == 0 ? dleft0 : dright0) + y1*dstep; in icvAlphaExpand()
787 d1 = disp[x+dstep]; in icvAlphaExpand()
820 short* dleft = dleft0 + dstep*y; in icvAlphaExpand()
821 short* dright = dright0 + dstep*y; in icvAlphaExpand()