libwebp/src/dec
Pascal Massimino 4c0da7aad5 enable sparse dc/ac transforms
non-zero dc-bit was mixed with non-zero ac-bit, preventing
finer optimization during VP8ReconstructBlock.
Depending on sparsity, i see 2-5% gain on average.

Change-Id: I7f34f18d0701c77837de3540b732e5b7d85d7c5d
2011-03-14 12:33:50 -07:00
..
bits.c make the bitreader preload at least 8bits, instead of post-load them 2011-03-10 15:05:59 -08:00
bits.h make the bitreader preload at least 8bits, instead of post-load them 2011-03-10 15:05:59 -08:00
dsp.c fix bigger-by-1 array 2011-03-13 22:43:35 -07:00
frame.c fix a (harmless) typo: non_zero_ -> non_zero_ac_ 2011-03-13 20:36:43 -07:00
Makefile.am Extract some useful functions around decoding buffer WebPDecParams. 2011-03-08 19:23:16 -08:00
Makefile.in update after addition of webpi.h 2011-03-09 07:03:40 -08:00
quant.c move the decoder sourcetree to a sub-location src/dec 2011-01-06 08:57:14 -08:00
tree.c fix a typo: sizeof(kYModeProbaInter0) => sizeof(kUVModeProbaInter0) 2011-01-31 21:12:19 -08:00
vp8.c enable sparse dc/ac transforms 2011-03-14 12:33:50 -07:00
vp8i.h fix bigger-by-1 array 2011-03-13 22:43:35 -07:00
webp.c clarify the return logic 2011-03-14 10:29:02 -07:00
webpi.h fix missing free() 2011-03-13 00:22:57 -08:00
yuv.c move the decoder sourcetree to a sub-location src/dec 2011-01-06 08:57:14 -08:00
yuv.h add support for PNG output (default) 2011-01-31 22:25:44 -08:00