Home | History | Annotate | Download | only in include

Lines Matching defs:CV_MAT_DEPTH

528 #define CV_MAT_DEPTH(flags)     ((flags) & CV_MAT_DEPTH_MASK)
611 ((((sizeof(size_t)<<28)|0x8442211) >> CV_MAT_DEPTH(type)*4) & 15)
615 (CV_MAT_CN(type) << ((((sizeof(size_t)/4+1)*16384|0x3a50) >> CV_MAT_DEPTH(type)*2) & 3))
625 assert( (unsigned)CV_MAT_DEPTH(type) <= CV_64F );
688 int depth = CV_MAT_DEPTH(type);