Home | History | Annotate | Download | only in src

Lines Matching defs:dststep

890                 int srcstep = (int)src.step, dststep = (int)dst.step, maskstep = (int)mask.step;
894 dststep = static_cast<int>(dst.total() * dst.elemSize());
902 status = ippFunc(src.ptr(), srcstep, dst.ptr<Ipp32f>(), dststep, ippiSize(size.width, size.height));
905 dst.ptr<Ipp32f>(), dststep, ippiSize(size.width, size.height));
973 int srcstep = (int)src.step, dststep = (int)dst.step, maskstep = (int)mask.step;
977 dststep = static_cast<int>(dst.total() * dst.elemSize());
985 status = ippFunc(src.ptr(), srcstep, dst.ptr<Ipp32f>(), dststep, ippiSize(size.width, size.height));
988 dst.ptr<Ipp32f>(), dststep, ippiSize(size.width, size.height));
1059 int src1step = (int)src1.step, src2step = (int)src2.step, dststep = (int)dst.step, maskstep = (int)mask.step;
1064 dststep = static_cast<int>(dst.total() * dst.elemSize());
1073 dststep, ippiSize(size.width, size.height));
1076 dst.ptr<Ipp32f>(), dststep, ippiSize(size.width, size.height));
1147 int srcstep = (int)src.step, dststep = (int)dst.step, maskstep = (int)mask.step;
1151 dststep = static_cast<int>(dst.total() * dst.elemSize());
1159 status = ippFunc(src.ptr(), srcstep, dst.ptr<Ipp32f>(), dststep, ippiSize(size.width, size.height), (Ipp32f)alpha);
1162 dst.ptr<Ipp32f>(), dststep, ippiSize(size.width, size.height), (Ipp32f)alpha);