Home | History | Annotate | Download | only in src

Lines Matching full:src_step

321 int CvMorphology::fill_cyclic_buffer( const uchar* src, int src_step,
329 return CvBaseImageFilter::fill_cyclic_buffer( src, src_step, y0, y1, y2 );
332 for( ; buf_count < buf_max_count && y < y2; buf_count++, y++, src += src_step )
983 int src_step, dst_step = dst->step ? dst->step : CV_STUB_STEP;
990 src_step = src->step ? src->step : CV_STUB_STEP;
992 status = rect_func( src->data.ptr, src_step, dst->data.ptr,
1038 int src_step, dst_step = dst->step ? dst->step : CV_STUB_STEP;
1056 src_step = src->step ? src->step : CV_STUB_STEP;
1062 status = custom_func( src_ptr, src_step, dst_ptr, dst_step,
1065 CV_SWAP( src_step, dst_step, t_step );