libwebp/src/utils
Pascal Massimino 3e863dda61 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
2012-05-21 06:24:48 -07:00
..
bit_reader.c rename BitReader to VP8LBitReader 2012-04-13 01:56:31 -07:00
bit_reader.h bit_reader.h: correct include 2012-04-23 17:04:22 -07:00
bit_writer.c Guard the lossless encoder (in flux) under a flag 2012-05-07 14:24:23 -07:00
bit_writer.h Guard the lossless encoder (in flux) under a flag 2012-05-07 14:24:23 -07:00
color_cache.c Add EncodeImageInternal() method. 2012-05-07 14:24:25 -07:00
color_cache.h Add EncodeImageInternal() method. 2012-05-07 14:24:25 -07:00
filters.c types.h: centralize use of stddef.h 2012-04-12 17:14:58 -07:00
filters.h Introduce a 'fast' alpha mode 2012-01-09 02:37:44 -08:00
huffman_encode.c Merge "remove some variable shadowing" 2012-05-17 14:03:10 -07:00
huffman_encode.h Few more HuffmanTreeToken conversions. 2012-05-16 12:15:52 +05:30
huffman.c Make sure huffman trees always have valid symbols 2012-05-10 11:40:18 +05:30
huffman.h Make sure huffman trees always have valid symbols 2012-05-10 11:40:18 +05:30
Makefile.am remove tcoder, switch alpha-plane compression to lossless 2012-05-21 06:24:48 -07:00
quant_levels.c remove tcoder, switch alpha-plane compression to lossless 2012-05-21 06:24:48 -07:00
quant_levels.h remove tcoder, switch alpha-plane compression to lossless 2012-05-21 06:24:48 -07:00
rescaler.c move the rescaling code into its own file and make enc/ and dec/ use it. 2012-03-30 12:16:25 -07:00
rescaler.h move the rescaling code into its own file and make enc/ and dec/ use it. 2012-03-30 12:16:25 -07:00
thread.c cosmetics: normalize copyright headers 2012-01-06 14:49:06 -08:00
thread.h cosmetics: normalize copyright headers 2012-01-06 14:49:06 -08:00