Home
last modified time | relevance | path

Searched refs:offsets_by_length (Results 1 – 4 of 4) sorted by relevance

/external/brotli/c/common/
Ddictionary.h33 uint32_t offsets_by_length[32]; member
/external/brotli/c/enc/
Dstatic_dict.c37 const size_t offset = dictionary->offsets_by_length[len] + len * id; in DictMatchLength()
47 const size_t offset = dictionary->offsets_by_length[w.len] + in IsMatch()
Dhash.h163 offset = dictionary->words->offsets_by_length[len] + len * word_idx; in TestStaticDictionaryItem()
/external/brotli/c/dec/
Ddecode.c1814 int offset = (int)s->dictionary->offsets_by_length[i]; in ProcessCommandsInternal()