Home
last modified time | relevance | path

Searched refs:dstep0 (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
Dcxdxt.cpp2663 int sstep0, sstep1, dstep0, dstep1; in cvDCT() local
2675 dstep0 = dst->step; in cvDCT()
2684 sstep0 = dstep0 = elem_size; in cvDCT()
2781 dptr + i*dstep0, dstep1, len, nf, factors, in cvDCT()
/external/opencv3/modules/core/src/
Ddxt.cpp3511 size_t sstep0, sstep1, dstep0, dstep1; in dct() local
3523 dstep0 = dst.step; in dct()
3532 sstep0 = dstep0 = elem_size; in dct()
3591 dptr + i*dstep0, (int)dstep1, len, nf, factors, in dct()