Home | History | Annotate | Download | only in src

Lines Matching defs:src_step

425         int src_step = src->step, dst_step = dst->step;
427 if( CV_IS_MAT_CONT( src->type & dst->type ) && (src_step == dst_step) && (src_step == src->width * pix_size))
439 src_step = dst_step = CV_STUB_STEP;
443 icvCopy_8u_C1R( src->data.ptr, src_step,
450 int src_step = src->step;
468 src_step = dst_step = mask_step = CV_STUB_STEP;
474 IPPI_CALL( func( src->data.ptr, src_step, dst->data.ptr, dst_step,