Home | History | Annotate | Download | only in src

Lines Matching defs:dst_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,
126 dst_step /= sizeof(dst[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;
384 dst_step = dst->step;
422 (uchar)ithresh, dst->data.ptr, dst_step, roi,
426 IPPI_CALL( icvAndC_8u_C1R_p( dst->data.ptr, dst_step,
427 (uchar)imaxval, dst->data.ptr, dst_step, roi ));
436 dst->data.ptr, dst_step, roi, (uchar)ithresh,
449 dst->data.ptr, dst_step, roi, (uchar)ithresh, 0 ));
455 dst->data.ptr, dst_step, roi,
465 dst->data.fl, dst_step, roi, (float)thresh,
475 dst->data.fl, dst_step, roi, (float)(thresh*(1 + FLT_EPSILON)), 0 ));
480 icvThresh_32f_C1R( src->data.fl, src_step, dst->data.fl, dst_step, roi,