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

members of the structure in intel ipp not visible

arunr_elxsi
Beginner
199 Views

Hi,

I have installed the intel ipp andusing it for aac decoder. And now trying to use ppsSynthesisFilter_SBRHQ_32sc32s as a replacement for QMFSynthesis function.But the pointer to thestructure(IppsFilterSpec_SBR_C_32sc * pFilterSpec) to be passed is not visible in my function. So i cant initialize the requiredstructure members.Ilooked up all the available header files,butcouldnt get the structuredefinition.Can any one suggest me how to get it fixed?

Thanks

Arun

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
199 Views

This is hidded structure (platform and implementation dependent). You are not expected to access members of the structure directly.

Vladimir

0 Kudos
Reply