Home | History | Annotate | Download | only in test

Lines Matching refs:src_depth

1167     int src_depth = cvtest::randInt(rng) % 2, dst_depth;
1171 dst_depth = src_depth = src_depth == 0 ? CV_8U : CV_32F;
1172 if( src_depth < CV_32F && cvtest::randInt(rng) % 2 )
1175 types[INPUT][0] = CV_MAKETYPE(src_depth,cn);
1275 int msz, src_depth = cvtest::randInt(rng) % 2, dst_depth;
1278 dst_depth = src_depth = src_depth == 0 ? CV_8U : CV_32F;
1279 if( src_depth < CV_32F && cvtest::randInt(rng) % 2 )
1282 types[INPUT][0] = CV_MAKETYPE(src_depth,cn);