Home | History | Annotate | Download | only in src

Lines Matching defs:src_step

45 icvThresh_8u_C1R( const uchar* src, int src_step, uchar* dst, int dst_step,
87 for( i = 0; i < roi.height; i++, src += src_step, dst += dst_step )
113 icvThresh_32f_C1R( const float *src, int src_step, float *dst, int dst_step,
125 src_step /= sizeof(src[0]);
131 for( i = 0; i < roi.height; i++, isrc += src_step, idst += dst_step )
142 for( i = 0; i < roi.height; i++, isrc += src_step, idst += dst_step )
153 for( i = 0; i < roi.height; i++, src += src_step, dst += dst_step )
167 for( i = 0; i < roi.height; i++, isrc += src_step, idst += dst_step )
178 for( i = 0; i < roi.height; i++, isrc += src_step, idst += dst_step )
306 int src_step, dst_step;
379 src_step = dst_step = CV_STUB_STEP;
383 src_step = src->step;
421 IPPI_CALL( icvCompareC_8u_C1R_cv_p( src->data.ptr, src_step,
435 IPPI_CALL( icvThreshold_GTVal_8u_C1R_p( src->data.ptr, src_step,
448 IPPI_CALL( icvThreshold_LTVal_8u_C1R_p( src->data.ptr, src_step,
454 icvThresh_8u_C1R( src->data.ptr, src_step,
464 IPPI_CALL( icvThreshold_GTVal_32f_C1R_p( src->data.fl, src_step,
474 IPPI_CALL( icvThreshold_LTVal_32f_C1R_p( src->data.fl, src_step,
480 icvThresh_32f_C1R( src->data.fl, src_step, dst->data.fl, dst_step, roi,