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

I can build the sample code (2d-wavelet-transform) downloaded from the intel ??????Help me!

younggundog
Beginner
234 Views
w_ipp_ixp_p_5.0.023.exe:
w_ipp-sample-image_p_5.0.009: 2d-wavelet-transform
the 2d-wavelet-transform have eight funcations undeclared identifier,because
the smaple code's version and ipp's version are not identical.
the error likes the following:
d:program filesintelipp5.0ixpsampleimage2d-wavelet-transform2dwavelettransformwtfwd.h(49) : error C2065: 'ippiWTFwdInitAlloc_32f_C1R' : undeclared identifier

d:program filesintelipp5.0ixpsampleimage2d-wavelet-transform2dwavelettransformwtfwd.h(56) : error C2065: 'ippiWTFwdGetBufSize_C1R' : undeclared identifier
where do i wrong?
How can do?
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
234 Views

Hi,

Please take a look on sample's reame.htm, it lists suported platforms. This sample does not support IXP platform. The main reason for that is that IPP libraries for IXP does not provide support for Ipp32f data type due to hardware limitation of target platform.

Regards,
Vladimir

0 Kudos
Reply