mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-18 23:09:52 +02:00
remove tcoder, switch alpha-plane compression to lossless
* Method #1 is now calling the lossless encoder on the alpha plane. Format is not final, it's just a first draft. We need ad-hoc functions. * removed now useless utils/alpha.* * added utils/quant_levels.h instead * removed the TCoder code altogether Change-Id: I636840b6129a43171b74860e0a0fc5bb1bcffc6a
This commit is contained in:
@ -2,8 +2,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/src
|
||||
noinst_LTLIBRARIES = libwebputils.la
|
||||
|
||||
libwebputils_la_SOURCES =
|
||||
libwebputils_la_SOURCES += alpha.c
|
||||
libwebputils_la_SOURCES += alpha.h
|
||||
libwebputils_la_SOURCES += bit_reader.c
|
||||
libwebputils_la_SOURCES += bit_reader.h
|
||||
libwebputils_la_SOURCES += bit_writer.c
|
||||
@ -15,10 +13,8 @@ libwebputils_la_SOURCES += filters.h
|
||||
libwebputils_la_SOURCES += huffman.c
|
||||
libwebputils_la_SOURCES += huffman.h
|
||||
libwebputils_la_SOURCES += quant_levels.c
|
||||
libwebputils_la_SOURCES += quant_levels.h
|
||||
libwebputils_la_SOURCES += rescaler.c
|
||||
libwebputils_la_SOURCES += tcoder.c
|
||||
libwebputils_la_SOURCES += tcoder.h
|
||||
libwebputils_la_SOURCES += tcoderi.h
|
||||
libwebputils_la_SOURCES += thread.c
|
||||
libwebputils_la_SOURCES += thread.h
|
||||
|
||||
|
Reference in New Issue
Block a user