Home | History | Annotate | Download | only in src

Lines Matching refs:src_step

1330 icvConvertDataToSparse( const uchar* src, int src_step, int src_type,
1345 if( src_step == 0 )
1346 src_step = CV_ELEM_SIZE(src_type);
1353 if( !idx && CV_ELEM_SIZE(src_type)*size.width == src_step &&
1365 for( i = 0; i < size.height; i++, src += src_step )
1368 for( i = 0; i < size.height; i++, src += src_step )
1372 for( i = 0; i < size.height; i++, src += src_step )
1383 for( i = 0; i < size.height; i++, src += src_step )
1395 for( i = 0; i < size.height; i++, src += src_step )