Searched refs:IPL_DEPTH_SIGN (Results 1 – 2 of 2) sorted by relevance
335 #define IPL_DEPTH_SIGN 0x80000000 macro342 #define IPL_DEPTH_8S (IPL_DEPTH_SIGN| 8)343 #define IPL_DEPTH_16S (IPL_DEPTH_SIGN|16)344 #define IPL_DEPTH_32S (IPL_DEPTH_SIGN|32)690 depth == CV_32S ? IPL_DEPTH_SIGN : 0); in cvCvToIplDepth()
3393 (image->depth & ~IPL_DEPTH_SIGN) + 7)/8)+ align - 1) & (~(align - 1)); in cvInitImageHeader()