Home | History | Annotate | Download | only in src

Lines Matching defs:dststep

83     int dststep = (int)(_dist.step/sizeof(dist[0]));
118 float* d = (float*)(dist + i*dststep);
157 int dststep = (int)(_dist.step/sizeof(dist[0]));
200 float* d = (float*)(dist + i*dststep);
249 int dststep = (int)(_dist.step/sizeof(dist[0]));
335 float* d = (float*)(dist + i*dststep);
615 int dststep = (int)dst.step;
634 dbase += dststep;
637 a = sbase[0] == 0 ? 0 : lut[dbase[-dststep]];
642 a = sbase[x] == 0 ? 0 : lut[MIN(a, dbase[x - dststep])];
661 dbase -= dststep;
664 a = lut[dbase[width-1+dststep]];
669 int b = dbase[x+dststep];