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