Searched refs:full_width (Results 1 – 1 of 1) sorted by relevance
1362 int full_width = CV_ELEM_SIZE(dst_type)*size.width; in icvConvertDataToSparse() local1364 if( full_width == sizeof(int) ) // another common case: copy int's or float's in icvConvertDataToSparse()1369 memcpy( dst + dst_step*(idx ? idx[i] : i), src, full_width ); in icvConvertDataToSparse()