ipptype           213 modules/core/src/copy.cpp #define DEF_COPY_MASK_F(suffix, type, ippfavor, ipptype) \
ipptype           219 modules/core/src/copy.cpp         if (ippiCopy_##ippfavor((const ipptype *)src, (int)sstep, (ipptype *)dst, (int)dstep, ippiSize(size), (const Ipp8u *)mask, (int)mstep) >= 0) \
ipptype           229 modules/core/src/copy.cpp #define DEF_COPY_MASK_F(suffix, type, ippfavor, ipptype) \
ipptype           517 modules/core/src/copy.cpp             ipptype ippvalue[4] = { ((ipptype *)buf)[0], ((ipptype *)buf)[1], ((ipptype *)buf)[2], ((ipptype *)buf)[3] }; \
ipptype           518 modules/core/src/copy.cpp             status = ippiSet_##ippfavor##_C##ippcn##MR(ippvalue, (ipptype *)data, dstep, roisize, mask.data, mstep); \