Home
last modified time | relevance | path

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

/external/brotli/c/common/
Ddictionary.h30 uint8_t size_bits_by_length[32]; member
/external/brotli/c/enc/
Dstatic_dict.c87 const size_t n = (size_t)1 << dictionary->words->size_bits_by_length[l]; in BrotliFindAllStaticDictionaryMatches()
332 const size_t n = (size_t)1 << dictionary->words->size_bits_by_length[l]; in BrotliFindAllStaticDictionaryMatches()
427 const size_t n = (size_t)1 << dictionary->words->size_bits_by_length[l]; in BrotliFindAllStaticDictionaryMatches()
456 const size_t n = (size_t)1 << dictionary->words->size_bits_by_length[l]; in BrotliFindAllStaticDictionaryMatches()
Dhash.h178 (transform_id << dictionary->words->size_bits_by_length[len]); in TestStaticDictionaryItem()
/external/brotli/c/dec/
Ddecode.c1815 uint32_t shift = s->dictionary->size_bits_by_length[i]; in ProcessCommandsInternal()