Home | History | Annotate | Download | only in src

Lines Matching refs:src_depth

407     int src_depth = CV_MAT_DEPTH(_src_type), dst_depth = CV_MAT_DEPTH(_dst_type);
413 if( ((src_depth != CV_8U || (dst_depth != CV_16S && dst_depth != CV_32F)) &&
414 (src_depth != CV_32F || dst_depth != CV_32F)) ||
433 if( src_depth == CV_8U )
446 else if( src_depth == CV_32F )