brotli/dec
Zoltan Szabadka 641bc15882 Speedups and fixes to the decoder.
* Read data by 4-byte runs.
    This resolves unaligned read (Bus error) on arm-android.

  * Get rid of malloc/free in BrotliBuildHuffmanTable.

  * Tweak order of instructions when reading Huffman codes.
2015-06-12 15:12:23 +02:00
..
bit_reader.c Speed and memory usage improvements for the decoder. 2015-05-07 16:53:43 +02:00
bit_reader.h Speedups and fixes to the decoder. 2015-06-12 15:12:23 +02:00
context.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00
decode.c Speedups and fixes to the decoder. 2015-06-12 15:12:23 +02:00
decode.h Add partial output support to the decoder. 2015-04-22 17:33:21 +02:00
dictionary.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00
huffman.c Speedups and fixes to the decoder. 2015-06-12 15:12:23 +02:00
huffman.h Speed and memory usage improvements for the decoder. 2015-05-07 16:53:43 +02:00
Makefile Merge pull request #35 from mitya57/master 2015-04-23 12:05:39 +02:00
port.h Speed and memory usage improvements for the decoder. 2015-05-07 16:53:43 +02:00
prefix.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00
safe_malloc.c Speed and memory usage improvements for the decoder. 2015-05-07 16:53:43 +02:00
safe_malloc.h Speed and memory usage improvements for the decoder. 2015-05-07 16:53:43 +02:00
state.c support for partial input (streaming) 2015-03-20 16:13:15 +01:00
state.h Add partial output support to the decoder. 2015-04-22 17:33:21 +02:00
streams.c Add partial output support to the decoder. 2015-04-22 17:33:21 +02:00
streams.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00
transform.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00
types.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00