brotli/enc
2015-10-23 11:19:04 +02:00
..
backward_references.cc Initialize min_cost_cmd_ in constructor. 2015-10-05 11:43:31 +02:00
backward_references.h Move literal cost computation to where it's used. 2015-10-01 15:10:42 +02:00
bit_cost.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
block_splitter.cc Remove C++11 vector::data() calls from encoder. 2015-10-05 11:43:49 +02:00
block_splitter.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
brotli_bit_stream.cc Encoder fixes. 2015-10-06 11:23:44 +02:00
brotli_bit_stream.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
cluster.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
command.h Encoder fixes. 2015-10-06 11:23:44 +02:00
context.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
dictionary_hash.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
dictionary.cc Add extern "C" linkage to the encoder and decoder dictionary definitions. 2015-10-01 14:30:22 +02:00
dictionary.h Add extern "C" linkage to the encoder and decoder dictionary definitions. 2015-10-01 14:30:22 +02:00
encode_parallel.cc Encoder fixes. 2015-10-06 11:23:44 +02:00
encode_parallel.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
encode.cc Fix integer overflow and slowness in entropy estimation. 2015-10-23 11:19:04 +02:00
encode.h Reduce command buffer memory usage. 2015-10-01 17:08:59 +02:00
entropy_encode.cc Encoder fixes. 2015-10-06 11:23:44 +02:00
entropy_encode.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
fast_log.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
find_match_length.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
hash.h Reduce command buffer memory usage. 2015-10-01 17:08:59 +02:00
histogram.cc Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
histogram.h Encoder fixes. 2015-10-06 11:23:44 +02:00
literal_cost.cc Remove unnecessary branch from literal cost calculation. 2015-10-05 11:42:45 +02:00
literal_cost.h Move literal cost computation to where it's used. 2015-10-01 15:10:42 +02:00
Makefile Move literal cost computation to where it's used. 2015-10-01 15:10:42 +02:00
metablock.cc Fix encoder bug. 2015-07-30 17:42:02 +02:00
metablock.h Deprecate greedy_block_split and enable_context_modeling brotli params. 2015-06-12 16:50:49 +02:00
port.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
prefix.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
ringbuffer.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
static_dict_lut.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
static_dict.cc Fix typos. 2015-09-21 21:04:07 +02:00
static_dict.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
streams.cc Encoder fixes. 2015-10-06 11:23:44 +02:00
streams.h Encoder fixes. 2015-10-06 11:23:44 +02:00
transform.h Use a static hash table to look up dictionary words and transforms. 2015-06-12 16:45:17 +02:00
types.h [types.h] make std ints types for _MSC_VER compatible with CFFI 2015-10-05 11:32:12 +01:00
utf8_util.cc Move literal cost computation to where it's used. 2015-10-01 15:10:42 +02:00
utf8_util.h Move literal cost computation to where it's used. 2015-10-01 15:10:42 +02:00
write_bits.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00