Home | History | Annotate | Download | only in src

Lines Matching refs:dstep

203     int dstep = disp->step/sizeof(dptr[0]);
244 dptr[y*dstep + x] = FILTERED;
246 dptr[y*dstep + x] = FILTERED;
346 dptr[y*dstep] = FILTERED;
368 dptr[y*dstep] = FILTERED;
377 dptr[y*dstep] = (short)(((ndisp - mind - 1 + mindisp)*256 + (d != 0 ? (p-n)*128/d : 0) + 15) >> 4);
410 int dstep = disp->step/sizeof(dptr[0]);
450 dptr[y*dstep + x] = FILTERED;
452 dptr[y*dstep + x] = FILTERED;
517 dptr[y*dstep] = FILTERED;
531 dptr[y*dstep] = FILTERED;
540 dptr[y*dstep] = (short)(((ndisp - mind - 1 + mindisp)*256 + (d != 0 ? (p-n)*128/d : 0) + 15) >> 4);