Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/brotli/c/enc/
Dencoder_dict.h20 typedef struct BrotliEncoderDictionary { struct
35 } BrotliEncoderDictionary; typedef
/third_party/brotli/c/enc/
Dencoder_dict.h61 typedef struct BrotliEncoderDictionary { struct
62 const BrotliDictionary* words;
63 uint32_t num_transforms;
66 uint32_t cutoffTransformsCount;
67 uint64_t cutoffTransforms;
70 const uint16_t* hash_table_words;
94 } BrotliEncoderDictionary; argument