brotli/enc
Zoltan Szabadka 417107b3dd Add two more fast modes to the brotli compressor.
The new modes process the input data in independent blocks,
using backward references only from within an input block.

The new modes can be used by specifying quality 0 or quality 1,
the old quality 1 and quality 2 modes are renamed quality 2 and
quality 3, respectively, and the old quality 3 mode is removed.
2016-01-11 11:21:42 +01:00
..
backward_references.cc Add two more fast modes to the brotli compressor. 2016-01-11 11:21:42 +01:00
backward_references.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
bit_cost.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
block_splitter.cc Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
block_splitter.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
brotli_bit_stream.cc Faster entropy coding phase for quality 1. 2016-01-08 10:10:22 +01:00
brotli_bit_stream.h Faster entropy coding phase for quality 1. 2016-01-08 10:10:22 +01:00
cluster.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
command.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
compress_fragment_two_pass.cc Add two more fast modes to the brotli compressor. 2016-01-11 11:21:42 +01:00
compress_fragment_two_pass.h Add two more fast modes to the brotli compressor. 2016-01-11 11:21:42 +01:00
compress_fragment.cc Add two more fast modes to the brotli compressor. 2016-01-11 11:21:42 +01:00
compress_fragment.h Add two more fast modes to the brotli compressor. 2016-01-11 11:21:42 +01:00
context.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
dictionary_hash.h Fix headers 2015-12-11 11:11:51 +01:00
dictionary.cc Fix headers 2015-12-11 11:11:51 +01:00
dictionary.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
encode_parallel.cc Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
encode_parallel.h Fix headers 2015-12-11 11:11:51 +01:00
encode.cc Add two more fast modes to the brotli compressor. 2016-01-11 11:21:42 +01:00
encode.h Add two more fast modes to the brotli compressor. 2016-01-11 11:21:42 +01:00
entropy_encode_static.h Faster entropy coding phase for quality 1. 2016-01-08 10:10:22 +01:00
entropy_encode.cc Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
entropy_encode.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
fast_log.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
find_match_length.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
hash.h Add two more fast modes to the brotli compressor. 2016-01-11 11:21:42 +01:00
histogram.cc Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
histogram.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
literal_cost.cc Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
literal_cost.h Fix headers 2015-12-11 11:11:51 +01:00
Makefile Add two more fast modes to the brotli compressor. 2016-01-11 11:21:42 +01:00
metablock.cc Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
metablock.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
port.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
prefix.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
ringbuffer.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
static_dict_lut.h Fix headers 2015-12-11 11:11:51 +01:00
static_dict.cc Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
static_dict.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
streams.cc Fix headers 2015-12-11 11:11:51 +01:00
streams.h Fix headers 2015-12-11 11:11:51 +01:00
transform.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
types.h Fix headers 2015-12-11 11:11:51 +01:00
utf8_util.cc Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
utf8_util.h Fix headers 2015-12-11 11:11:51 +01:00
write_bits.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00