Home | History | Annotate | Download | only in test

Lines Matching defs:dcn

1962     int dcn = dst.channels();
1963 CV_Assert(dcn == 3);
1967 uchar* D = dst.ptr<uchar>(1) + dcn;
1975 D = dst.ptr<uchar>(y) + dcn;
1979 for (int x = 1; x < size.width; x += 2, S += 2, D += 2*dcn)
1990 D = dst.ptr<uchar>(y) + 2*dcn;
1992 for (int x = 2; x < size.width; x += 2, S += 2, D += 2*dcn)
2004 for (int x = 1; x < size.width; x += 2, S += 2, D += 2*dcn)
2014 D = dst.ptr<uchar>(y) + 2*dcn;
2016 for (int x = 2; x < size.width; x += 2, S += 2, D += 2*dcn)
2026 D = dst.ptr<uchar>(y + 1) - dcn;
2027 for (int i = 0; i < dcn; ++i)
2029 D[i] = D[-dcn + i];
2030 D[-static_cast<int>(dst.step)+dcn+i] = D[-static_cast<int>(dst.step)+(dcn<<1)+i];
2039 size.width *= dcn;
2056 int dcn = reference.channels();
2057 size.width *= dcn;