Home
last modified time | relevance | path

Searched defs:BrotliSharedDictionaryStruct (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/third_party/brotli/common/
H A Dshared_dictionary_internal.h21 struct BrotliSharedDictionaryStruct { struct
23 uint32_t num_prefix; /* max SHARED_BROTLI_MAX_COMPOUND_DICTS */
24 size_t prefix_size[SHARED_BROTLI_MAX_COMPOUND_DICTS];
25 const uint8_t* prefix[SHARED_BROTLI_MAX_COMPOUND_DICTS];
30 BROTLI_BOOL context_based;
32 uint8_t context_map[SHARED_BROTLI_NUM_DICTIONARY_CONTEXTS];
35 uint8_t num_dictionaries;
38 const BrotliDictionary* words[SHARED_BROTLI_NUM_DICTIONARY_CONTEXTS];
41 const BrotliTransforms* transforms[SHARED_BROTLI_NUM_DICTIONARY_CONTEXTS];
67 typedef struct BrotliSharedDictionaryStruct BrotliSharedDictionaryInternal; argument