libwebp/src/enc
skal f817930a55 multi-threaded alpha encoding for lossy
new option: 'cwebp -mt ...'
new config flag: config.thread_level
(allowed thread_level are 0 or 1 for now. Maybe more later...)
If -mt is activated (and WEBP_USE_THREAD is used for compile), the alpha-compression
will be done in parallel to RGB coding for lossy. Can save quite a bit of latency...
Has no effect for lossless encoding.

Change-Id: I769d0bf90e7380cf99344ad62cd77277f4df5a46
2013-03-01 10:04:08 +01:00
..
alpha.c multi-threaded alpha encoding for lossy 2013-03-01 10:04:08 +01:00
analysis.c rebalance method tools (-m) for methods [0..4] 2013-02-27 02:19:20 -08:00
backward_references.c fix missing intptr_t->int cast for MSVC 2013-02-06 17:51:10 +01:00
backward_references.h backward_references: avoid signed integer overflow 2013-02-20 13:35:00 -08:00
config.c multi-threaded alpha encoding for lossy 2013-03-01 10:04:08 +01:00
cost.c Only recompute level_cost_[] when needed 2012-01-25 07:52:34 -08:00
cost.h use 16bit counters for recording proba counts 2012-01-23 17:50:58 -08:00
filter.c add -print_psnr and -print_ssim options to cwebp. 2012-01-20 07:37:29 -08:00
frame.c multi-threaded alpha encoding for lossy 2013-03-01 10:04:08 +01:00
histogram.c Tune performance of HistogramCombine 2012-11-05 16:45:39 -08:00
histogram.h remove use of log2(). Use VP8LFastLog2() instead. 2012-08-02 00:08:58 -07:00
iterator.c Fix floating point exception with cwebp -progress 2012-06-18 15:43:28 -07:00
layer.c cosmetics: normalize copyright headers 2012-01-06 14:49:06 -08:00
Makefile.am move token buffer to its own file (token.c) 2012-12-03 13:50:14 +01:00
picture.c remove some -Wshadow warnings 2013-01-22 23:06:28 +01:00
quant.c rebalance method tools (-m) for methods [0..4] 2013-02-27 02:19:20 -08:00
syntax.c Separate out mux and demux code and libraries: 2012-11-19 11:40:18 -08:00
token.c fix build, move token.c to src/enc/ 2012-12-03 11:16:08 -08:00
tree.c Only recompute level_cost_[] when needed 2012-01-25 07:52:34 -08:00
vp8enci.h multi-threaded alpha encoding for lossy 2013-03-01 10:04:08 +01:00
vp8l.c Merge "handle malloc(0) and calloc(0) uniformly on all platforms" 2013-01-23 04:41:36 -08:00
vp8li.h add stats for lossless 2012-07-24 16:17:13 -07:00
webpenc.c multi-threaded alpha encoding for lossy 2013-03-01 10:04:08 +01:00