brotli/dec
Zoltan Szabadka fe6e5d1cd9 Faster decoder for data with trivial context maps.
This makes it 20% faster when decoding data with
trivial context map (where the histogram type
depends only on the block type and not the
context).
2015-04-01 16:15:39 +02:00
..
bit_reader.c support for partial input (streaming) 2015-03-20 16:13:15 +01:00
bit_reader.h support for partial input (streaming) 2015-03-20 16:13:15 +01:00
context.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00
decode.c Faster decoder for data with trivial context maps. 2015-04-01 16:15:39 +02:00
decode.h Change the return value of decoder functions from integer codes to an enum. 2015-03-27 13:54:43 +01:00
dictionary.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00
huffman.c support for partial input (streaming) 2015-03-20 16:13:15 +01:00
huffman.h support for partial input (streaming) 2015-03-20 16:13:15 +01:00
Makefile support for partial input (streaming) 2015-03-20 16:13:15 +01:00
prefix.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00
safe_malloc.c separate the licenses from documentation 2015-03-20 15:44:15 +01:00
safe_malloc.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00
state.c support for partial input (streaming) 2015-03-20 16:13:15 +01:00
state.h Faster decoder for data with trivial context maps. 2015-04-01 16:15:39 +02:00
streams.c separate the licenses from documentation 2015-03-20 15:44:15 +01: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