Home | History | Annotate | Download | only in src

Lines Matching defs:dststep

68         int step, float* dist, int dststep, CvSize size, const float* metrics )
78 dststep /= sizeof(dist[0]);
112 float* d = (float*)(dist + i*dststep);
140 int step, float* dist, int dststep, CvSize size, const float* metrics )
151 dststep /= sizeof(dist[0]);
193 float* d = (float*)(dist + i*dststep);
229 int step, float* dist, int dststep, int* labels, int lstep,
242 dststep /= sizeof(dist[0]);
327 float* d = (float*)(dist + i*dststep);
596 void* dst, int dststep,
606 float* dst, int dststep,
635 int dststep = dst->step;
654 dbase += dststep;
657 a = sbase[0] == 0 ? 0 : lut[dbase[-dststep]];
662 a = sbase[x] == 0 ? 0 : lut[MIN(a, dbase[x - dststep])];
681 dbase -= dststep;
684 a = lut[dbase[width-1+dststep]];
689 int b = dbase[x+dststep];