Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

ippiAlphaCompC inplace

Petric__Sinisa
Beginner
398 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
398 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

0 Kudos
2 Replies
Petric__Sinisa
Beginner
398 Views

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

0 Kudos
Gennady_F_Intel
Moderator
399 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 ))

0 Kudos
Reply