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

/external/opencv/cv/src/
H A Dcvapprox.cpp421 CvSeq *dst_seq = 0; local
469 if( !dst_seq )
470 dst_seq = prev_contour;
506 return dst_seq;
930 CvSeq* dst_seq = 0; local
1030 if( !dst_seq )
1031 dst_seq = prev_contour;
1061 return dst_seq;
/external/opencv/cxcore/src/
H A Dcxmatmul.cpp1608 CvSeq *src_seq = 0, *dst_seq = 0; local
1633 dst_seq = (CvSeq*)dst;
1634 if( CV_ELEM_SIZE(dst_seq->flags) != dst_seq->elem_size )
1646 if( src_seq || dst_seq )
1658 if( !dst_seq )
1666 dst_seq = cvMakeSeqHeaderForArray( CV_MAT_TYPE(dst->type), sizeof(hdr),
1670 else if( dst_seq->total != src_seq->total )
1672 if( dst_seq->total > src_seq->total )
1673 cvSeqPopMulti( dst_seq,
[all...]

Completed in 330 milliseconds