Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

ippiResizeYUV420Super_8u_P2R crash

Pratibha_P_Intel
Employee
326 Views

Hi!

 

I am trying to use IPP functionality to resize Yuv image using ippiResizeYUV420Super_8u_P2R API.

I did use ippiResizeYUV420GetSize, allocated memory for pSpec and pBuffer as per output of this API using malloc,  called ippiResizeYUV420SuperInit followed by ippiResizeYUV420GetBufferSize.

Everything is fine so far and all of these APIs return status 0, but when I actually use ippiResizeYUV420Super_8u_P2R, my application crashes at I9_ownSS1_8u.

Any advice? Also, I am not sure what  should be my destination offset in ippiResizeYUV420Super_8u_P2R and how to calculate that.

Please note that I am using this API for downsizing my image.

Thanks,

Pratibha

0 Kudos
1 Reply
Mark_L_Intel1
Moderator
326 Views

Hi Pratibha,

This is Media SDK forum, the correct forum is:

https://software.intel.com/en-us/forums/intel-integrated-performance-primitives

You can use Media SDK VPP function to convert color, let me know if you need more information on this.

Mark

0 Kudos
Reply