Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

ippiAlphaCompC inplace

Petric__Sinisa
Beginner
262 Views

Hi,

I have upgraded to newest IPP version and now I can't compile my source, because ippiAlphaCompC_8u_C3IR is missing from ippi.h, although C3IR mod is still specified in online help. In previous version this function was defined in ippi.h.

Are AlphaCompC inplace mods still available or they are removed from the new IPP version?

 

 

0 Kudos
1 Solution
Gennady_F_Intel
Moderator
262 Views

IPP 2019 Gold. ippi.h file, line #2860

IPPAPI (IppStatus, ippiAlphaCompC_8u_C3IR,
                   ( const Ipp8u* pSrc, int srcStep,
                     Ipp8u alpha1,
                     Ipp8u* pSrcDst, int srcDstStep,
                     Ipp8u alpha2,
                     IppiSize roiSize,
                     IppiAlphaType alphaType ))

View solution in original post

2 Replies
Petric__Sinisa
Beginner
262 Views

Sorry, my fault (late night programming). I've installed wrong version (even older version then my previous one). You can delete this topic.

Gennady_F_Intel
Moderator
263 Views

IPP 2019 Gold. ippi.h file, line #2860

IPPAPI (IppStatus, ippiAlphaCompC_8u_C3IR,
                   ( const Ipp8u* pSrc, int srcStep,
                     Ipp8u alpha1,
                     Ipp8u* pSrcDst, int srcDstStep,
                     Ipp8u alpha2,
                     IppiSize roiSize,
                     IppiAlphaType alphaType ))

Reply