Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxutils.cpp1023 icvShuffle1D( const uchar* src, const int* idx, uchar* dst, int d, int n, int elemSize ) in icvShuffle1D() function
1146 icvShuffle1D( tsrc, tidx, dptr + i*elemSize, dstep, len, elemSize ); in cvSort()
1195 icvShuffle1D( sptr, idx_, dptr, 1, len, elemSize ); in cvSort()