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

IPP libraries embedded in icc libraries?

Zhen_Fang__Intel_
347 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
Honored Contributor III
347 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.
0 Kudos
JenniferJ
Moderator
347 Views

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

Jennifer

0 Kudos
Naveen_G_Intel
Employee
347 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

0 Kudos
Reply