Add the initial version of the static dictionary and transforms to Brotli.

This commit is contained in:
Zoltan Szabadka
2014-02-17 14:25:36 +01:00
parent cbd5cb55f4
commit 2733d6c0c2
9 changed files with 12645 additions and 30 deletions
+3
View File
@@ -50,6 +50,9 @@ class BrotliCompressor {
private:
// Initializes the hasher with the hashes of dictionary words.
void StoreDictionaryWordHashes();
int window_bits_;
Hasher* hasher_;
int dist_ringbuffer_[4];