Searched defs:CV_INLINE (Results 1 - 3 of 3) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dhighgui.h80 #ifndef CV_INLINE
82 #define CV_INLINE inline macro
84 #define CV_INLINE __inline macro
86 #define CV_INLINE static macro
88 #endif /* CV_INLINE */
249 CV_INLINE int iplWidth( const IplImage* img );
250 CV_INLINE int iplWidth( const IplImage* img )
255 CV_INLINE int iplHeight( const IplImage* img );
256 CV_INLINE int iplHeight( const IplImage* img )
268 CV_INLINE REC
[all...]
/external/opencv/ml/include/
H A Dml.h86 #ifndef CV_INLINE
88 #define CV_INLINE inline macro
90 #define CV_INLINE __inline macro
92 #define CV_INLINE static macro
94 #endif /* CV_INLINE */
155 CV_INLINE CvParamLattice cvParamLattice( double min_val, double max_val,
165 CV_INLINE CvParamLattice cvDefaultParamLattice( void )
/external/opencv/cxcore/include/
H A Dcxtypes.h121 #ifndef CV_INLINE
123 #define CV_INLINE inline macro
125 #define CV_INLINE __inline macro
127 #define CV_INLINE static macro
129 #endif /* CV_INLINE */
210 CV_INLINE int cvRound( double value )
237 CV_INLINE int cvFloor( double value )
252 CV_INLINE int cvCeil( double value )
269 CV_INLINE int cvIsNaN( double value )
284 CV_INLINE in
[all...]

Completed in 250 milliseconds