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

About DeflateLZ77 function

kang_z_
Beginner
314 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
314 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