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

/external/opencv/cv/src/
H A Dcvcorner.cpp223 int stage = CV_START;
323 stage = stage & CV_START ? CV_START + CV_END : CV_END;
387 stage = stage & CV_START ? CV_START + CV_END : CV_END;
519 int stage = CV_START;
629 stage = stage & CV_START ? CV_START + CV_END : CV_END;
H A D_cvimgproc.h70 #define CV_START 1 macro
H A Dcvfilter.cpp444 int phase = flags & (CV_START|CV_END|CV_MIDDLE);
493 phase = CV_START | CV_END;
494 phase &= CV_START | CV_END | CV_MIDDLE;
497 if( phase & CV_START )
508 if( phase & CV_START )
/external/opencv/cv/include/
H A Dcv.hpp52 #define CV_START 1 macro
98 _phase is either CV_START, or CV_END, or CV_MIDDLE, or CV_START|CV_END, or CV_WHOLE,
99 which is the same as CV_START|CV_END.
100 CV_START means that the input is the first (top) stripe of the processed image [roi],
121 /* it is called (not always) from process when _phase=CV_START or CV_WHOLE.

Completed in 59 milliseconds