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

ippiAlphaCompC inplace

Petric__Sinisa
Principiante
578 Vistas

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 Solución
Gennady_F_Intel
Moderador
578 Vistas

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 ))

Ver la solución en mensaje original publicado

2 Respuestas
Petric__Sinisa
Principiante
578 Vistas

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
Moderador
579 Vistas

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 ))

Responder