brotli/common
Eugene Kliuchnikov 11df843cf0 Update encoder (#504)
* pull `BROTLI_MAX_BACKWARD_LIMIT` to constants
 * split generic and Zopfli backward references code
 * pull hashers init and stitch invocation to encoder
 * make `dictionary_hash` a compilation unit
 * add `size hint` parameter
 * add new hasher
 * use `size hint` to pick new hasher for q4
 * modernize clz guard (fix #495)
 * move `hash to binary tree` to separate file
 * add `Initialize` and `Cleanup` to all hashers
 * do not raise OOM if malloc(0) == NULL (fix #500)
2017-02-06 14:20:43 +01:00
..
constants.h Update encoder (#504) 2017-02-06 14:20:43 +01:00
dictionary.c Update encoder (#497) 2017-01-26 11:32:18 +01:00
dictionary.h Update encoder (#497) 2017-01-26 11:32:18 +01:00
version.h * rename macros with preceding underscore 2016-08-22 13:28:22 +02:00