Lines Matching refs:dictionary
16 #include "../common/dictionary.h"
137 const BrotliEncoderDictionary* dictionary, size_t len, size_t word_idx,
144 offset = dictionary->words->offsets_by_length[len] + len * word_idx;
150 FindMatchLengthWithLimit(data, &dictionary->words->data[offset], len);
151 if (matchlen + dictionary->cutoffTransformsCount <= len || matchlen == 0) {
157 (size_t)((dictionary->cutoffTransforms >> (cut * 6)) & 0x3F);
159 (transform_id << dictionary->words->size_bits_by_length[len]);
176 const BrotliEncoderDictionary* dictionary,
188 if (dictionary->hash_table_lengths[key] != 0) {
190 dictionary, dictionary->hash_table_lengths[key],
191 dictionary->hash_table_words[key], data,
243 /* For BUCKET_SWEEP_BITS == 0, enabling the dictionary lookup makes compression