libwebp/src/enc
Pascal Massimino 50c3d7da9a refactor the PSNR / SSIM calculation code
-print_psnr is now much faster because it doesn't use the SSIM code.
The SSIM speed-up and re-write will come later.

Change-Id: Iabf565e0a8b41651d8164df1266cfeded4ab4823
2016-09-14 06:13:24 +00:00
..
alpha.c remove some obsolete TODOs 2016-06-01 16:23:16 +02:00
analysis.c FastMBAnalyze() for quick i16/i4 decision 2016-07-15 11:21:08 -07:00
backward_references.c Split off common lossless dsp inline functions. 2016-09-12 17:35:08 +02:00
backward_references.h Apply the RLE heuristic to LZ77. 2016-07-14 20:12:48 +02:00
config.c cosmetics: add {}s on continued control statements 2016-08-03 19:08:59 -07:00
cost.c Do token recording and counting in a single loop 2016-07-19 16:28:26 -07:00
cost.h Fix an unsigned integer overflow error in enc/cost.h 2016-07-26 13:55:09 -07:00
delta_palettization.c large re-organization of the delta-palettization code 2015-10-14 00:25:42 +02:00
delta_palettization.h large re-organization of the delta-palettization code 2015-10-14 00:25:42 +02:00
filter.c GetMBSSIM,cosmetics: fix alignment 2016-03-08 23:26:10 -08:00
frame.c cosmetics: add {}s on continued control statements 2016-08-03 19:08:59 -07:00
histogram.c Split off common lossless dsp inline functions. 2016-09-12 17:35:08 +02:00
histogram.h Move some codec logic out of ./dsp . 2015-12-17 07:03:25 +00:00
iterator.c Merge "Remove a redundant call to InitLeft() in VP8IteratorReset()" 2016-09-13 04:47:51 +00:00
Makefile.am configure: disable asserts by default 2015-12-16 13:15:53 -08:00
near_lossless.c Split off common lossless dsp inline functions. 2016-09-12 17:35:08 +02:00
picture_csp.c smartYUV: simplify main loop 2016-09-12 18:51:40 +02:00
picture_psnr.c refactor the PSNR / SSIM calculation code 2016-09-14 06:13:24 +00:00
picture_rescale.c Refactor CopyPlane() and CopyPixels() methods: put them in utils. 2015-11-13 11:39:22 -08:00
picture_tools.c lossless: simpler alpha cleanup preprocessing 2015-12-17 15:04:50 +01:00
picture.c WebPPictureImport*: check output pointer 2016-03-25 18:21:13 -07:00
quant.c Revert "fix 'unsigned integer overflow' warnings in ubsan" 2016-08-16 16:55:56 -07:00
syntax.c cosmetics: add {}s on continued control statements 2016-08-03 19:08:59 -07:00
token.c cosmetics: add {}s on continued control statements 2016-08-03 19:08:59 -07:00
tree.c add a dec/common.h header to collect common enc/dec #defines 2015-03-31 22:17:58 -07:00
vp8enci.h Do token recording and counting in a single loop 2016-07-19 16:28:26 -07:00
vp8l.c Split off common lossless dsp inline functions. 2016-09-12 17:35:08 +02:00
vp8li.h Revert "Re-enable encoding of alpha plane with color cache for next release." 2016-03-18 11:01:54 +01:00
webpenc.c cosmetics: add {}s on continued control statements 2016-08-03 19:08:59 -07:00