Searched refs:CV_SPARSE_MAT_MAGIC_VAL (Results 1 – 4 of 4) sorted by relevance
741 #define CV_SPARSE_MAT_MAGIC_VAL 0x42440000 macro764 (((const CvSparseMat*)(mat))->type & CV_MAGIC_MASK) == CV_SPARSE_MAT_MAGIC_VAL)
668 #define CV_SPARSE_MAT_MAGIC_VAL 0x42440000 macro703 (((const CvSparseMat*)(mat))->type & CV_MAGIC_MASK) == CV_SPARSE_MAT_MAGIC_VAL)
670 arr->type = CV_SPARSE_MAT_MAGIC_VAL | type; in cvCreateSparseMat()
561 arr->type = CV_SPARSE_MAT_MAGIC_VAL | type; in cvCreateSparseMat()