Home | History | Annotate | Download | only in src

Lines Matching refs:step

70 icvRandBits_##flavor##_C1R( arrtype* arr, int step, CvSize size,        \
75 step /= sizeof(arr[0]); \
77 for( ; size.height--; arr += step ) \
152 icvRand_##flavor##_C1R( arrtype* arr, int step, CvSize size, \
156 step /= sizeof(arr[0]); \
158 for( ; size.height--; arr += step ) \
211 icvRand_64f_C1R( double* arr, int step, CvSize size,
215 step /= sizeof(arr[0]);
217 for( ; size.height--; arr += step )
342 icvRandn_##flavor##_C1R( arrtype* arr, int step, CvSize size, \
346 step /= sizeof(arr[0]); \
348 for( ; size.height--; arr += step ) \
495 mat_step = mat->step;