Lines Matching refs:srcstep
283 srcstep /= sizeof(src[0]); \
287 src += 2*srcstep, dst += 2 ) \
289 const arrtype* src1 = src + srcstep; \
340 srcstep /= sizeof(src[0]); \
343 for( ; size.height--; src+=srcstep, dst+=3 )\
366 srcstep /= sizeof(src[0]); \
369 for( ; size.height--; src+=srcstep, dst+=4 )\
406 icvTranspose_##flavor( const arrtype* src, int srcstep, \
904 #define Sf( y, x ) ((float*)(srcdata + y*srcstep))[x]
905 #define Sd( y, x ) ((double*)(srcdata + y*srcstep))[x]
977 int srcstep = src->step;
1278 int srcstep = src->step;