Home | History | Annotate | Download | only in createsamples

Lines Matching defs:dst_step

260     int dst_step;
283 CV_CALL( cvGetRawData( dst, &dst_data, &dst_step, &dst_size ) );
444 ((uchar*)(dst_data + y * dst_step))[x] = (uchar) (i0 + (i1 - i0)*delta_y);