Lines Matching refs:srcstep
685 icv##name##Rows_##flavor##_C1R( const arrtype* src, int srcstep,\
689 srcstep /= sizeof(src[0]); \
696 src += srcstep; \
726 icv##name##Cols_##flavor##_C1R( const arrtype* src, int srcstep, \
730 srcstep /= sizeof(src[0]); \
733 for( ; size.height--; src += srcstep, dst += dststep ) \
766 icv##name##Cols_##flavor##_C3R( const arrtype* src, int srcstep, \
770 srcstep /= sizeof(src[0]); \
773 for( ; size.height--; src += srcstep, dst += dststep ) \
795 icv##name##Cols_##flavor##_C4R( const arrtype* src, int srcstep, \
799 srcstep /= sizeof(src[0]); \
802 for( ; size.height--; src += srcstep, dst += dststep ) \
871 ( const void* src, int srcstep, void* dst, CvSize size );
874 ( const void* src, int srcstep, void* dst, int dststep, CvSize size );