Home | History | Annotate | Download | only in src

Lines Matching refs:srcstep

1444 icvTransform_##flavor( const arrtype* src, int srcstep,             \
1448 srcstep = srcstep/sizeof(src[0]) - size.width*cn; \
1450 for( ; size.height--; src += srcstep, dst += dststep ) \
1464 icvDiagTransform_##flavor( const arrtype* src, int srcstep, \
1468 srcstep /= sizeof(src[0]); \
1470 for( ; size.height--; src += srcstep, dst += dststep ) \
1555 const void* src, int srcstep,
1560 const void* src, int srcstep,
1565 const void* src, int srcstep,
1587 typedef CvStatus (CV_STDCALL * CvColorTwistIPPFunc)( const void* src, int srcstep,
1851 int srcstep = src->step;
1859 srcstep = dststep = CV_STUB_STEP;
1867 IPPI_CALL( ipp_func( src->data.ptr, srcstep, dst->data.ptr,
1929 icvPerspectiveTransform_##flavor##_C2R( const arrtype* src, int srcstep, \
1935 srcstep /= sizeof(src[0]); dststep /= sizeof(dst[0]); \
1937 for( ; size.height--; src += srcstep, dst += dststep ) \
1964 icvPerspectiveTransform_##flavor##_C3R( const arrtype* src, int srcstep, \
1970 srcstep /= sizeof(src[0]); dststep /= sizeof(dst[0]); \
1972 for( ; size.height--; src += srcstep, dst += dststep ) \
2854 icvMulTransposedR_##flavor( const srctype* src, int srcstep, \
2884 srcstep /= sizeof(src[0]); dststep /= sizeof(dst[0]); \
2901 col_buf[k] = src[k*srcstep+i]; \
2908 for( k = 0; k < size.height; k++, tsrc += srcstep ) \
2928 for( k = 0; k < size.height; k++, tsrc += srcstep ) \
2939 col_buf[k] = load_macro(src[k*srcstep+i]) - delta[k*deltastep+i]; \
2942 col_buf[k] = load_macro(src[k*srcstep+i]) - delta_buf[k*deltastep]; \
2950 for( k = 0; k < size.height; k++, tsrc+=srcstep, d+=deltastep ) \
2971 for( k = 0; k < size.height; k++, tsrc+=srcstep, d+=deltastep ) \
2992 icvMulTransposedL_##flavor( const srctype* src, int srcstep, \
3000 srcstep /= sizeof(src[0]); dststep /= sizeof(dst[0]); \
3008 const srctype *tsrc1 = src + i*srcstep; \
3009 const srctype *tsrc2 = src + j*srcstep; \
3040 const srctype *tsrc1 = src + i*srcstep; \
3053 const srctype *tsrc2 = src + j*srcstep; \
3107 ( const void* src, int srcstep,