libwebp/src/enc
Pascal Massimino 1336fa719d Only recompute level_cost_[] when needed
Add a dirty_ flag to keep track of updated probabilities and the need to
recompute the level costs.
This only makes a difference for "-m 2" method which was sub-optimal.
But it's overall cleaner to have this flag.

Change-Id: I21c71201e1d07a923d97a3adf2fbbd7d67d35433
2012-01-25 07:52:34 -08:00
..
alpha.c Introduce a 'fast' alpha mode 2012-01-09 02:37:44 -08:00
analysis.c cosmetics: normalize copyright headers 2012-01-06 14:49:06 -08:00
config.c Introduce a 'fast' alpha mode 2012-01-09 02:37:44 -08: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 Only recompute level_cost_[] when needed 2012-01-25 07:52:34 -08:00
iterator.c speed-up GetResidualCost() 2012-01-23 02:36:38 -08:00
layer.c cosmetics: normalize copyright headers 2012-01-06 14:49:06 -08:00
Makefile.am Add Alpha Encode support from WebPEncode. 2011-12-01 12:15:58 +05:30
picture.c Merge "speed-up GetResidualCost()" 2012-01-23 02:50:58 -08:00
quant.c Only recompute level_cost_[] when needed 2012-01-25 07:52:34 -08:00
syntax.c speed-up GetResidualCost() 2012-01-23 02:36:38 -08:00
tree.c Only recompute level_cost_[] when needed 2012-01-25 07:52:34 -08:00
vp8enci.h Only recompute level_cost_[] when needed 2012-01-25 07:52:34 -08:00
webpenc.c cosmetics: normalize copyright headers 2012-01-06 14:49:06 -08:00