Home | History | Annotate | Download | only in src

Lines Matching full:istep

1065     int istep = idx ? idx->step/sizeof(int) : 0;
1132 idxptr += istep*(src->rows - 1);
1133 istep = -istep;
1147 icvCopy1D( tidx, 1, idxptr + i, istep, len, sizeof(int) );
1180 int* idx_ = idx->data.i + istep*i;