Hi Team,
I have been using the old IPPM assembly in my .NET project . After I received the updates from IPP package I see that ippm has been removed as it was marked as deprecated. Can you please suggest which method to use for the following from the IPP legacy package.
IPPAPI(IppStatus, ippmMul_mva_32f,(const Ipp32f* pSrc1, int src1Stride1, int src1Stride2, int src1Width, int src1Height, const Ipp32f* pSrc2, int src2Stride0, int src2Stride2, int src2Len, Ipp32f* pDst, int dstStride0, int dstStride2, int count)).
Can you please suggest which method to use from the IPP legacy package ? My current code has stopped working and its urgent.
We have a wrapper C# class where we get all the methods from ippm library through reflection.
There we need to provide the assembly name where I have given "ippm" now. With the Legacy IPP support what should be the assembly name to be given there ?