Searched refs:IPL_DEPTH_32S (Results 1 – 5 of 5) sorted by relevance
450 type = ( depth <= 8 ) ? IPL_DEPTH_8U : ( depth <= 16 ) ? IPL_DEPTH_16U : IPL_DEPTH_32S; in icvLoadImage()
583 depth == IPL_DEPTH_32S || depth == IPL_DEPTH_32F; in IsFormatSupported()
515 inline int WImage<int>::Depth() const {return IPL_DEPTH_32S; } in Depth()
344 #define IPL_DEPTH_32S (IPL_DEPTH_SIGN|32) macro
3368 depth != (int)IPL_DEPTH_16S && depth != (int)IPL_DEPTH_32S && in cvInitImageHeader()