Home
last modified time | relevance | path

Searched refs:kStaticDictionaryHashLengths (Results 1 – 3 of 3) sorted by relevance

/external/brotli/c/enc/
Ddictionary_hash.h19 extern const uint8_t kStaticDictionaryHashLengths[32768];
Ddictionary_hash.c1000 BROTLI_INTERNAL const uint8_t kStaticDictionaryHashLengths[32768] = { variable
Dencoder_dict.c23 dict->hash_table_lengths = kStaticDictionaryHashLengths; in BrotliInitEncoderDictionary()