mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-27 06:08:21 +01:00
5cfd4ebc5e
The initial re-writing of this part of the code with intervals had to be done with a complex logic (mostly intervals with a lower and upper bound, not a constant value like now) to properly deal with the inefficiencies of the then LZ77 algorithm. The improvements made to LZ77 since, now allow for a simpler logic. There were also small errors in the interval insertion logic that lead to small inefficiencies (hence a slightly better compression rate). Change-Id: If079a0cafaae7be8e3f253485d9015a7177cf973 |
||
---|---|---|
.. | ||
dec | ||
demux | ||
dsp | ||
enc | ||
mux | ||
utils | ||
webp | ||
libwebp.pc.in | ||
libwebp.rc | ||
libwebpdecoder.pc.in | ||
libwebpdecoder.rc | ||
Makefile.am |