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

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

Completed in 304 milliseconds