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

/external/opencv/cv/src/
H A D_cvimgproc.h71 #define CV_END 2 macro
H A Dcvcorner.cpp323 stage = stage & CV_START ? CV_START + CV_END : CV_END;
387 stage = stage & CV_START ? CV_START + CV_END : CV_END;
629 stage = stage & CV_START ? CV_START + CV_END : CV_END;
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;
526 if( phase & CV_END )
562 if( !rows[0] || ((phase & CV_END) && src_y == src_y2) )
564 int br = (phase & CV_END) && src_y == src_y2 ? bottom_rows : 0;
/external/opencv/cv/include/
H A Dcv.hpp53 #define CV_END 2 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.
101 CV_END - the input is the last (bottom) stripe of the processed image [roi],

Completed in 56 milliseconds