Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
6814 Discussions

members of the structure in intel ipp not visible

arunr_elxsi
Beginner
421 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
421 Views

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

Vladimir

0 Kudos
Reply