Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

umc_video_sizing.cpp uses deprecated ippiResize

arvinzchan
Beginner
1,075 Views
Is there a plan to update the UMC samples to remove the deprecated function calls? umc_video_sizing still uses deprecated ippiResize in both the 6.1 and 7 code samples.
0 Kudos
2 Replies
Chao_Y_Intel
Moderator
1,075 Views


Hello,

Thanks for your reporting. There calls should be changed. I will forward it to engineer owner to update the sample. To change the cod now, it only needs toreplace ippiResize_xx with ippiResizeSqrPixel_ calls, and fill xShift/yShift parameters with 0.

Thanks,
Chao

0 Kudos
Chao_Y_Intel
Moderator
1,075 Views

Hi,

The deprecated function has been replaced with ippiResizeSqrPixel since IPP 7.0.2 release.

thanks,
Chao
0 Kudos
Reply