Home | History | Annotate | Download | only in src

Lines Matching refs:step

52     step /= sizeof(src[0]);                     \
89 icvMinMaxIndx_##flavor##_C1R,( const srctype* src, int step, CvSize size, \
91 (src, step, size, minVal, maxVal, minLoc, maxLoc) ) \
95 for( ; size.height--; src += step ) \
107 icvMinMaxIndx_##flavor##_CnCR( const srctype* src, int step, \
115 for( ; size.height--; src += step ) \
169 step /= sizeof(src[0]); \
171 if( width*(cn) == step && width == maskStep ) \
177 for( y = 0; y < size.height; y++, src += step, \
216 icvMinMaxIndx_##flavor##_C1MR,( const srctype* src, int step, \
219 ( src, step, mask, maskStep, size, minVal, maxVal, minLoc, maxLoc) ) \
223 for( ; y < size.height; y++, src += step, mask += maskStep ) \
236 icvMinMaxIndx_##flavor##_CnCMR( const srctype* src, int step, \
243 for( ; y < size.height; y++, src += step, mask += maskStep ) \
330 mat_step = mat->step;
343 mask_step = matmask->step;
421 matmask->data.ptr[minloc.y*matmask->step + minloc.x] == 0 ||
424 matmask->data.ptr[maxloc.y*matmask->step + maxloc.x] == 0) )