Home | History | Annotate | Download | only in src

Lines Matching defs:srcstep

67 icvDistanceTransform_3x3_C1R( const uchar* src, int srcstep, int* temp,
76 srcstep /= sizeof(src[0]);
85 const uchar* s = src + i*srcstep;
139 icvDistanceTransform_5x5_C1R( const uchar* src, int srcstep, int* temp,
149 srcstep /= sizeof(src[0]);
158 const uchar* s = src + i*srcstep;
228 icvDistanceTransformEx_5x5_C1R( const uchar* src, int srcstep, int* temp,
240 srcstep /= sizeof(src[0]);
250 const uchar* s = src + i*srcstep;
595 typedef CvStatus (CV_STDCALL * CvIPPDistTransFunc)( const uchar* src, int srcstep,
599 typedef CvStatus (CV_STDCALL * CvIPPDistTransFunc2)( uchar* src, int srcstep,
604 typedef CvStatus (CV_STDCALL * CvDistTransFunc)( const uchar* src, int srcstep,
634 int srcstep = src->step;
653 sbase += srcstep;