Home | History | Annotate | Download | only in src

Lines Matching full:istep

442         int istep = data.isContinuous() ? 1 : (int)data.step1();
450 if( fdata[i*istep] == MISSED_VAL )
454 idata[i] = cvRound(fdata[i*istep]);
455 CV_Assert( (float)idata[i] == fdata[i*istep] );
458 istep = 1;
464 std::sort(idx, idx + n, CmpByIdx(idata, istep));
468 clscount += idata[idx[i]*istep] != idata[idx[i-1]*istep];
471 int prev = ~idata[idx[0]*istep];
480 int l = idata[idx[i]*istep];