libwebp/src/enc
Vikas Arora e0c809ad23 Move Entropy methods to lossless.c
Move all the Entropy evaluation methods to lossless.c (from histogram.c).
There's slight difference in the way entropy is computed for evaluating
entropy in prediction methods and histogram (literal) for huffman trees.
Plan (later) to merge few (static) methods and reduce the code size.

This change has no impact on the compression speed/density.

Change-Id: Ife3d96a3c4a8d78a91723d9e0a8d1b78c0256a15
2014-11-20 13:48:05 -08:00
..
alpha.c Unify the API between VP8BitWriter and VP8LBitWriter 2014-10-23 15:35:16 +02:00
analysis.c AssignSegments: quiet -Warray-bounds warning 2014-10-10 17:18:39 +02:00
backward_references.c Move static method definition before its usage. 2014-11-13 13:18:30 -08:00
backward_references.h Updated VP8LGetBackwardReferences and color cache. 2014-11-06 13:14:05 -08:00
config.c Add smart RGB->YUV conversion option -pre 4 2014-08-15 10:55:09 -07:00
cost.c remove the special casing for res->first in VP8SetResidualCoeffs 2014-06-08 06:40:22 +02:00
cost.h cosmetics: remove some extraneous 'extern's 2014-08-05 22:14:24 -07:00
filter.c use decoder's DSP functions for autofilter 2014-05-20 14:55:05 -07:00
frame.c cosmetics 2014-08-06 12:10:59 -07:00
histogram.c Move Entropy methods to lossless.c 2014-11-20 13:48:05 -08:00
histogram.h Move Entropy methods to lossless.c 2014-11-20 13:48:05 -08:00
iterator.c drop: ifdef __cplusplus checks from C files 2013-12-13 11:42:13 -08:00
Makefile.am add -near_lossless [0..100] experimental option 2014-08-05 19:17:10 +02:00
near_lossless.c Improved near-lossless mode. 2014-10-15 10:57:21 -07:00
picture_csp.c Premultiply with alpha during U/V downsampling 2014-09-18 23:40:34 -07:00
picture_psnr.c split monolithic picture.c into picture_{tools,psnr,rescale}.c 2014-07-12 09:13:33 -07:00
picture_rescale.c extract colorspace code from picture.c into picture_csp.c 2014-07-16 16:37:26 -07:00
picture_tools.c extract colorspace code from picture.c into picture_csp.c 2014-07-16 16:37:26 -07:00
picture.c move WebPPictureInit to picture.c 2014-07-21 14:16:19 +02:00
quant.c ~3-5% faster encoding optimizing PickBestIntra*() 2014-09-01 14:40:25 +02:00
syntax.c Unify the API between VP8BitWriter and VP8LBitWriter 2014-10-23 15:35:16 +02:00
token.c make error-code reporting consistent upon malloc failure 2014-06-13 08:45:12 +02:00
tree.c Unify the API between VP8BitWriter and VP8LBitWriter 2014-10-23 15:35:16 +02:00
vp8enci.h sync version numbers to 0.4.2 release 2014-10-17 19:50:21 +02:00
vp8l.c Remove handling for WEBP_HINT_GRAPH 2014-11-13 15:49:23 -08:00
vp8li.h use block-based allocation for backward refs storage, and free-lists 2014-05-05 11:11:55 -07:00
webpenc.c WebPEncode: Support encoding same pic twice (even if modified) 2014-11-06 13:52:48 -08:00