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

Typo in the documentation of ResamplePolyphase, ResamplePolyphaseFixed

frayien
Beginner
41 Views

Hi !

This page :

https://www.intel.com/content/www/us/en/docs/ipp/developer-guide-reference/2022-2/resamplepolyphase-resamplepolyphasefixed.html

 

Has a typo in the example section :

state=(IppsResamlingPolyphaseFixed_16s*)ippsMalloc_8u(size);   

 Should be :

state=(IppsResamplingPolyphaseFixed_16s*)ippsMalloc_8u(size);

 

0 Kudos
0 Replies
Reply