- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The function ippsEncodeHuffInit_BZ2_16u8u() takes to much time on my linux embedded.
Can I split it to 2 (or more) other (or same) API calls with reduced parameters values?
Does sombody have "c" like algorithm for this function?
Or/and type of struct IppEncodeHuffState_BZ2{}???
I am trying implement BZIP2 based on IPP samples.
It is Linux embeded and I have restictions for:
1. Time elapsed in single IPP call
2. No semaphores or other blocking calls inside IPP LIB
3. All memory alloc/free should be done outside IPP lib
Thanks
Arcady
Can I split it to 2 (or more) other (or same) API calls with reduced parameters values?
Does sombody have "c" like algorithm for this function?
Or/and type of struct IppEncodeHuffState_BZ2{}???
I am trying implement BZIP2 based on IPP samples.
It is Linux embeded and I have restictions for:
1. Time elapsed in single IPP call
2. No semaphores or other blocking calls inside IPP LIB
3. All memory alloc/free should be done outside IPP lib
Thanks
Arcady
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Arcady,
first of all, you can not split this function into 2 or more functions.Next, please, use for an example our ipp_bzip2 sample, which is based on these IPP functions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Arcady,
Just for your information, The IPP bzip2 sample can be downloaded from
This sample implements the bzip2/libbzip2 application and library (http://www.bzip.org/) using the Intel IPP data compression functions library. The Intel IPP version of the bzip2 library implements a lossless, block-sorting data compression algorithm that includes threading optimization improvements.
http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/
Regards,
Ying
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