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

ippiResize* performance problem (STATIC library to build customized DLL)

Bell
Beginner
254 Views

For any size of images, IPP 7.0.3 is 10% slower than IPP 6.1.x to resize by ippiResize*(IPPI_INTER_SUPER) and ippiResize*(IPPI_INTER_CUBIC) functions.

0 Kudos
3 Replies
Chao_Y_Intel
Moderator
254 Views

Hello,

Are you using ippiResize_ functions or ippiResizeSqrPixel_ function?

ippiResize function is depreciated, and need to be replaced by ippiResizeSqrPixel_ function.

thanks,
Chao

0 Kudos
Bell
Beginner
254 Views
Dear Chao

EvenippiResize_ functionswas depreciated and no update, on a Core 2 Duo CPU should be the same speed as usual. Why it become slow?


Regards,

Bell
0 Kudos
Chao_Y_Intel
Moderator
254 Views

Hi Bell,

I checked with the function owner, no change on source code of this function. No quit sure if the compiler update will bring a little performance impact for this particular function. Since this is depreciated, no update/optimization will happen on this function, any particular reason that you want to use this function other than move the ippiResizeSqrPixel_ function.

Thanks,
Chao

0 Kudos
Reply