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

IPP libraries embedded in icc libraries?

Zhen_Fang__Intel_
初学者
609 次查看
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 项奖励
3 回复数
TimP
名誉分销商 III
609 次查看
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 项奖励
JenniferJ
主持人
609 次查看

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

Jennifer

0 项奖励
Naveen_G_Intel
609 次查看

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 项奖励
回复