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

/external/opencv/cxcore/src/
H A Dcxutils.cpp1117 int* idxptr = idx ? idx->data.i : 0; local
1132 idxptr += istep*(src->rows - 1);
1147 icvCopy1D( tidx, 1, idxptr + i, istep, len, sizeof(int) );

Completed in 60 milliseconds