Home | History | Annotate | Download | only in src

Lines Matching defs:src_depth

1027     int coi1 = 0, coi2 = 0, src_depth, dst_depth;
1041 src_depth = CV_MAT_DEPTH(src->type);
1044 if( !CV_ARE_CNS_EQ( src, dst ) || src_depth < CV_32F || dst_depth < src_depth )
1070 if( src_depth == CV_64F )
1074 else if( src_depth == dst_depth )
1586 int coi1 = 0, coi2 = 0, src_depth, dst_depth;
1600 src_depth = CV_MAT_DEPTH(src->type);
1603 if( !CV_ARE_CNS_EQ( src, dst ) || dst_depth < CV_32F || src_depth < dst_depth )
1633 else if( src_depth == dst_depth )