Home
last modified time | relevance | path

Searched refs:sstep0 (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/ml/src/
Drtrees.cpp148 size_t sstep0 = samples.step1(), sstep1 = 1; in train() local
156 std::swap(sstep0, sstep1); in train()
204 … sample = Mat( nallvars, 1, CV_32F, psamples + sstep0*w->sidx[j], sstep1*sizeof(psamples[0]) ); in train()
254 … sample0 = Mat( nallvars, 1, CV_32F, psamples + sstep0*w->sidx[j], sstep1*sizeof(psamples[0]) ); in train()
257 sample.at<float>(vi) = psamples[sstep0*w->sidx[vj] + sstep1*vi]; in train()
Ddata.cpp836 size_t sstep0 = samples.step/samples.elemSize(); in getTrainSamples() local
837 size_t sstep = layout == ROW_SAMPLE ? sstep0 : 1; in getTrainSamples()
838 size_t vstep = layout == ROW_SAMPLE ? 1 : sstep0; in getTrainSamples()
/external/opencv/cxcore/src/
Dcxdxt.cpp2663 int sstep0, sstep1, dstep0, dstep1; in cvDCT() local
2674 sstep0 = src->step; in cvDCT()
2684 sstep0 = dstep0 = elem_size; in cvDCT()
2780 dct_func( sptr + i*sstep0, sstep1, src_dft_buf, dst_dft_buf, in cvDCT()
/external/opencv3/modules/core/src/
Ddxt.cpp3511 size_t sstep0, sstep1, dstep0, dstep1; in dct() local
3522 sstep0 = src.step; in dct()
3532 sstep0 = dstep0 = elem_size; in dct()
3590 dct_func( sptr + i*sstep0, (int)sstep1, src_dft_buf, dst_dft_buf, in dct()