Searched refs:IPL_DEPTH_8S (Results 1 – 4 of 4) sorted by relevance
581 return depth == IPL_DEPTH_8U || depth == IPL_DEPTH_8S || in IsFormatSupported()599 if(depth == IPL_DEPTH_8U || depth == IPL_DEPTH_8S) in WriteImage()
509 inline int WImage<schar>::Depth() const {return IPL_DEPTH_8S; } in Depth()
342 #define IPL_DEPTH_8S (IPL_DEPTH_SIGN| 8) macro
3367 depth != (int)IPL_DEPTH_8S && depth != (int)IPL_DEPTH_16U && in cvInitImageHeader()