Searched defs:nzidx (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxconvert.cpp448 int i, nzplanes = 0, nzidx = -1; local
482 nzidx = i;
527 dst[nzidx]->data.ptr, dst_step,
528 size, cn, nzidx + 1 ));
558 int i, nzplanes = 0, nzidx = -1; local
588 nzidx = i;
631 IPPI_CALL( func( src[nzidx]->data.ptr, src_step,
633 size, cn, nzidx + 1 ));

Completed in 103 milliseconds