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

Moving from Intel IPP 5.1 to 7.0

aniketk
Beginner
286 Views
Hi,
I am nee to Intel IPP. We are trying to move to the latest Intel IPP (7.0) from Intel IPP 5.1, but we are not able to find files like umc_audio_codec.cpp which were present earlier . Is there any help/links to upgrade to latest intel ipp version from ancient ones like 5.1.

Thank you.
-Aniket
0 Kudos
6 Replies
Chao_Y_Intel
Moderator
286 Views

Hello,

The audio codec application is removed from UMC from IPP 6.0. It the application is needed for you, I think you can look the old application sample code, and port it to 7.0. But note, they are not validated and support with new version now.

Thanks,
Chao

0 Kudos
Pavel_V_Intel
Employee
286 Views
This is strange, I see umc_audio_codec.cpp in ./core/umc/src. However some small class members could be moved from cpp to h files.
While we removed separate audio application, simple player still can decode audio data.
0 Kudos
Naveen_G_Intel
Employee
286 Views

Hi Aniket,

I am not sure which sample code you are downloaded, This is link to our sample code page - http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/

Download Main sample, this has got audio sample including umc_audio_codec.cpp.

Main Samples

download

Regards,

Naveen Gv

0 Kudos
aniketk
Beginner
286 Views
Thanks to all for all the replies and i could find my files.

We are currently using functions like ijlInit/ijlRead/ijlWrite/ijlFree for some JPEG related functionality.
In intel sites ( http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-jpeg-sample-and-performance-faqs/#3) it has been mentioned that instead of using the old JPEG sample we need to use the current UIC ( Unified Image Codec)Sample.


Is there any porting guide for this?

Regards
aniket
0 Kudos
Naveen_G_Intel
Employee
286 Views

Hi Aniket,

Main reason to recommend UIC instead of individual codec is, it has got implementation on top of abstract base classes.

Only document is available in the sample folder, also a Knowledge base article - http://software.intel.com/en-us/articles/intel-ipp-uic/

Porting guide is not available...

Thanks,

Naveen Gv

0 Kudos
SergeyKostrov
Valued Contributor II
286 Views
Quoting aniketk
...
Is there any porting guide for this?

[SergeyK] There are so many operatingsystems and C/C++ compilers...

On what operating systemare you porting to?
What C/C++ compiler are you using?

Regards
aniket


Do you have some issues with porting the UIC example?

Best regards,
Sergey

0 Kudos
Reply