Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dencoder_dict.h20 typedef struct BrotliEncoderDictionary { struct
35 } BrotliEncoderDictionary; argument
/external/cronet/third_party/brotli/enc/
Dencoder_dict.h57 typedef struct BrotliEncoderDictionary { struct
58 const BrotliDictionary* words;
59 uint32_t num_transforms;
62 uint32_t cutoffTransformsCount;
63 uint64_t cutoffTransforms;
66 const uint16_t* hash_table_words;
90 } BrotliEncoderDictionary; argument