Lines Matching refs:dst_depth
1167 int src_depth = cvtest::randInt(rng) % 2, dst_depth;
1171 dst_depth = src_depth = src_depth == 0 ? CV_8U : CV_32F;
1173 dst_depth = CV_32F;
1176 types[INPUT_OUTPUT][0] = types[REF_INPUT_OUTPUT][0] = CV_MAKETYPE(dst_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;
1280 dst_depth = CV_32F;
1283 types[INPUT_OUTPUT][0] = types[REF_INPUT_OUTPUT][0] = CV_MAKETYPE(dst_depth,cn);