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

static link ippsFilterNoise_RTA problem.

Rebecca_Chang1
Beginner
471 Views
Dear all


Did any one suffer from static link ippsFilterNoise_RTA problem??

Other IppsFilterNoise_xxx functions are all ok for statick link, but not for ippsFilterNoise_RTA_32f_I nor ippsfilterNoise_RTA_32f

any idea??


enviorment:

IPP version : 6.1.5 (ia 32)
Running platform: Windows XP 32

Rebecca
0 Kudos
1 Solution
Ying_H_Intel
Employee
471 Views
DearRebecca,

What is the problem you are seeing regard the function?

Regards,
Ying H.

View solution in original post

0 Kudos
4 Replies
Ying_H_Intel
Employee
472 Views
DearRebecca,

What is the problem you are seeing regard the function?

Regards,
Ying H.

0 Kudos
Rebecca_Chang1
Beginner
471 Views
I link ippsxx.libs into my project, a windows kernel driver.
the driverfail to be load if ippsfilterNoise_RTA is used.

if comment ippsfilterNoise_RTA out , the driver is loaded perfectly.
0 Kudos
Rebecca_Chang1
Beginner
471 Views

Link libs 6.1.5
have called ippStaticInit(); before any ipp function call.


#IPP Static link

$(IPP_LIB_PATH)\ippsemerged.lib \

$(IPP_LIB_PATH)\ippscemerged.lib\

$(IPP_LIB_PATH)\ippsmerged.lib \

$(IPP_LIB_PATH)\ippscmerged.lib \

$(IPP_LIB_PATH)\ippcorel.lib

0 Kudos
Rebecca_Chang1
Beginner
471 Views

My bad...

It works fine on Vista and later.
Seems the RTA function needs MS codec support. I guess that is why my driver canb't be load on Windows XP.

:~
0 Kudos
Reply