Searched refs:BrotliEncoderDictionary (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | encoder_dict.h | 20 typedef struct BrotliEncoderDictionary { struct 35 } BrotliEncoderDictionary; typedef in typeref:struct:BrotliEncoderDictionary 37 BROTLI_INTERNAL void BrotliInitEncoderDictionary(BrotliEncoderDictionary* dict);
|
| H A D | static_dict.h | 32 const BrotliEncoderDictionary* dictionary,
|
| H A D | encoder_dict.c | 18 void BrotliInitEncoderDictionary(BrotliEncoderDictionary* dict) {
|
| H A D | params.h | 43 BrotliEncoderDictionary dictionary;
|
| H A D | hash.h | 137 const BrotliEncoderDictionary* dictionary, size_t len, size_t word_idx, 176 const BrotliEncoderDictionary* dictionary,
|
| H A D | hash_composite_inc.h | 111 const BrotliEncoderDictionary* dictionary,
|
| H A D | hash_rolling_inc.h | 152 const BrotliEncoderDictionary* dictionary,
|
| H A D | hash_forgetful_chain_inc.h | 193 const BrotliEncoderDictionary* dictionary,
|
| H A D | hash_longest_match64_inc.h | 164 const BrotliEncoderDictionary* dictionary,
|
| H A D | hash_longest_match_inc.h | 160 const BrotliEncoderDictionary* dictionary,
|
| H A D | hash_longest_match_quickly_inc.h | 149 const BrotliEncoderDictionary* dictionary,
|
| H A D | hash_to_binary_tree_inc.h | 203 const BrotliEncoderDictionary* dictionary,
|
| H A D | static_dict.c | 78 const BrotliEncoderDictionary* dictionary, const uint8_t* data,
|
Completed in 28 milliseconds