Home
last modified time | relevance | path

Searched refs:src1_cont_flag (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
Dcxarithm.cpp1668 int src1_cont_flag = CV_MAT_CONT_FLAG; in cvDiv() local
1711 src1_cont_flag = src1->type; in cvDiv()
1782 if( CV_IS_MAT_CONT( src1_cont_flag & src2->type & dst->type )) in cvDiv()