Home | History | Annotate | Download | only in src

Lines Matching defs:step0

1211                 int step0 = ((CvMatND*)(hist->bins))->dim[0].step/sizeof(float);
1227 bins[v0*step0 + v1]++;
1241 bins[v0*step0 + v1]++;
1903 int step0 = ((CvMatND*)(hist->bins))->dim[0].step/sizeof(float);
1917 dst[x] = bins[v0*step0 + v1];