HomeSort by relevance Sort by last modified time
    Searched full:nzidx (Results 1 - 1 of 1) sorted by null

  /external/opencv/cxcore/src/
cxconvert.cpp 448 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 ));
    [all...]

Completed in 112 milliseconds