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?
链接已复制
3 回复数
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
