libwebp/src
Vincent Rabaud d3d163972f Optimize the heap usage in HistogramCombineGreedy.
The previous priority system used a heap which was too heavy to
maintain (what was gained from insertions / deletions was lost
due to a linear that still happened on the heap for invalidation).
The new structure is a priority queue where only the head is
ordered.

Change-Id: Id13f8694885a934fe2b2f115f8f84ada061b9016
2015-12-10 12:44:11 +01:00
..
dec dec/webp: use GetLE(24|32) from utils 2015-11-23 22:53:27 -08:00
demux cosmetics: fix indent 2015-12-03 00:53:59 -08:00
dsp Merge "10% faster table-less SSE2/NEON version of YUV->RGB conversion" 2015-12-09 10:41:24 +00:00
enc Optimize the heap usage in HistogramCombineGreedy. 2015-12-10 12:44:11 +01:00
extras populate 'libwebpextras' with: import gray, rgb565 and rgb4444 functions 2015-04-15 02:54:44 -07:00
mux Refactor CopyPlane() and CopyPixels() methods: put them in utils. 2015-11-13 11:39:22 -08:00
utils Merge "introduce WebPMemToUint32 and WebPUint32ToMem for memory access" 2015-12-08 11:32:05 +00:00
webp 10% faster table-less SSE2/NEON version of YUV->RGB conversion 2015-12-08 20:05:56 -08:00
libwebp.pc.in libwebp{,decoder}.pc: add pthread flags 2013-03-12 23:02:12 -07:00
libwebpdecoder.pc.in libwebp{,decoder}.pc: add pthread flags 2013-03-12 23:02:12 -07:00
Makefile.am sync versions with 0.4.4 2015-10-28 23:43:40 -07:00