Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
6670 Discussions

Who know this data structure "IppiDFTSpec_R_32f"?

qujiang
Beginner
137 Views
Who konw the "IppiDFTSpec_R_32f"? If someone kowns it, please give me a detail or give me an example of using it.
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
137 Views

This is forward deeclaration of structure which implementation is hidden from the user due to possible difference on various platforms. So you can't rely on any particular implementation, it may depend on processor because of optimization. Please see IPP samples on how to use it

Regards,
Vladimir

Reply