- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello!
I've tried to implement discrete wavelet 2D Haartransform for RGB imageand found an exellent functionippiWTFwd_32f_C3R which helped me get the desired results. But it seems to be working in single-threaded mode. I've triedto set number of threads using ippSetNumThreads function for moreeffective utilization of my quad-core processor. But that didn't take effect.
Is this a problem of ippiWTFwd_32f_C3R implementation orI do something wrong?
Source codes are attached.
I work with Linux andl_ipp_7.0.1.084_intel64.
P.S. Sorry for my poor English.
I've tried to implement discrete wavelet 2D Haartransform for RGB imageand found an exellent functionippiWTFwd_32f_C3R which helped me get the desired results. But it seems to be working in single-threaded mode. I've triedto set number of threads using ippSetNumThreads function for moreeffective utilization of my quad-core processor. But that didn't take effect.
Is this a problem of ippiWTFwd_32f_C3R implementation orI do something wrong?
Source codes are attached.
I work with Linux andl_ipp_7.0.1.084_intel64.
P.S. Sorry for my poor English.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
you may check with ThreadedFunctionsList.txt file if that particular function provides internal threading capabilities. You will find this file in your IPP installationunder documentation folder.
Regards,
Vladimir
you may check with ThreadedFunctionsList.txt file if that particular function provides internal threading capabilities. You will find this file in your IPP installationunder documentation folder.
Regards,
Vladimir

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page