Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

About DeflateLZ77 function

kang_z_
Beginner
589 Views

hi,I am a software developer,when i use IPP,I have a problem。

I don‘t understands the usage of function “DeflateLZ77”,so I hope anyone who understand the usage can help me explain the meaning of the parameter。

It’s better to give me some samples,thanks very much!

0 Kudos
1 Reply
Zhen_Z_Intel
Employee
589 Views

Hi Kang,

Actually this API is for zlib compression, zlib is based on LZ77 algorithm. If you feel hard to understand those IPP APIs, you could use IPP provided patch to build IPP enabled zlib library. You could still use zlib program but optimized by IPP implementation. Thanks.

Follow this article to learn: Building a faster ZLIB with Intel® Integrated Performance Primitives

Best regards,
Fiona

0 Kudos
Reply