/* Copyright 2015 Google Inc. All Rights Reserved. Distributed under MIT license. See file LICENSE for detail or copy at https://opensource.org/licenses/MIT */ /* Lookup table for static dictionary and transforms. */ #ifndef BROTLI_ENC_STATIC_DICT_LUT_H_ #define BROTLI_ENC_STATIC_DICT_LUT_H_ #include <brotli/types.h> #if defined(__cplusplus) || defined(c_plusplus) extern "C" { #endif DictWord; /* GENERATED CODE START */ static const int kDictNumBits = …; static const uint32_t kDictHashMul32 = …; static const uint16_t kStaticDictionaryBuckets[32768] = …; static const DictWord kStaticDictionaryWords[31705] = …#if defined(__cplusplus) || defined(c_plusplus)#endif#endif /* BROTLI_ENC_STATIC_DICT_LUT_H_ */