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.

IPP libraries embedded in icc libraries?

Zhen_Fang__Intel_
135 Views
I am profiling some IPP-optimized audio codecs.For example,
y8_ippsSynthesisFilter_PQMF_MP3_32fandippsSynthPQMF_MP3_32s16s
seem to be the most time consuming functions for MP3 decoding for the floating-point and integer versions, respectively. They have been linked in fromcomposer_xe_2011_sp1.7.256/ipp/lib/intel64/libippacy8.so.7.0, for example.
Question:
Where can I get the source code of these IPP functions?
0 Kudos
3 Replies
TimP
Black Belt
135 Views
I don't expect the source code for these libraries to be released to us. If you want to ask detailed questions about IPP, the IPP forum would be a better choice.
JenniferJ
Moderator
135 Views

Let me direct you to the IPP forum to get better support.

Jennifer

Naveen_G_Intel
Employee
135 Views

Yes, Intel's IPP libraryis proprietary software and the source codes are not provided to customers.

Two suggestions, 1) Run sequential version of library, 2) Make sure that you are linking with right library (processor specific).

Regards,

Naveen Gv

Reply