Home | History | Annotate | Download | only in src

Lines Matching refs:srcstep

155 ( const arrtype* src, int srcstep,                      \
157 (src, srcstep, dst, dststep, size)) \
160 srcstep /= sizeof(src[0]); \
163 for( ; size.height--; src += srcstep ) \
175 ( const arrtype* src, int srcstep, arrtype* dst, int dststep,\
177 (src, srcstep, dst, dststep, size, cn, coi)) \
180 srcstep /= sizeof(src[0]); \
183 for( ; size.height--; src += srcstep, dst += dststep )\
230 plane0 += srcstep; \
231 plane1 += srcstep; \
249 plane0 += srcstep; \
250 plane1 += srcstep; \
251 plane2 += srcstep; \
273 plane0 += srcstep; \
274 plane1 += srcstep; \
275 plane2 += srcstep; \
276 plane3 += srcstep; \
308 ( const arrtype** src, int srcstep, \
310 (src, srcstep, dst, dststep, size)) \
313 srcstep /= sizeof(src[0][0]); \
328 ( const arrtype* src, int srcstep, \
331 (src, srcstep, dst, dststep, size, cn, coi)) \
334 srcstep /= sizeof(src[0]); dststep /= sizeof(dst[0]); \
336 for( ; size.height--; src += srcstep, dst += dststep ) \
419 typedef CvStatus (CV_STDCALL *CvSplitFunc)( const void* src, int srcstep,
422 typedef CvStatus (CV_STDCALL *CvExtractPlaneFunc)( const void* src, int srcstep,
426 typedef CvStatus (CV_STDCALL *CvMergeFunc)( const void** src, int srcstep,
429 typedef CvStatus (CV_STDCALL *CvInsertPlaneFunc)( const void* src, int srcstep,
910 srcstep /= sizeof(_src[0]); /*dststep /= sizeof(_dst[0]);*/ \
912 for( ; size.height--; _src += srcstep, dst += dststep ) \
951 icvCvtScaleAbsTo_8u_C1R( const uchar* src, int srcstep,
985 icvLUT_Transform8u_8u_C1R( src, srcstep, dst,
1111 srcstep /= sizeof(_src[0]); \
1113 for( ; size.height--; _src += srcstep, dst += dststep ) \
1141 icvCvtScaleTo_##flavor##_C1R( const uchar* src, int srcstep, \
1161 icvLUT_Transform8u_##flavor##_C1R( src, srcstep, dst, \
1188 icvLUT_Transform8u_##flavor##_C1R( src, srcstep, dst, \
1259 icvCvtScaleTo_##flavor##_C1R( const uchar* src, int srcstep, \
1276 icvLUT_Transform8u_##flavor##_C1R( src, srcstep, dst, \
1291 icvLUT_Transform8u_##flavor##_C1R( src, srcstep, dst, \
1349 srcstep /= sizeof(_src[0]); \
1351 for( ; size.height--; _src += srcstep, dst += dststep ) \
1387 icvCvtTo_##flavor##_C1R( const uchar* src, int srcstep, \
1485 typedef CvStatus (CV_STDCALL *CvCvtFunc)( const void* src, int srcstep,
1489 typedef CvStatus (CV_STDCALL *CvCvtScaleFunc)( const void* src, int srcstep,