Home
last modified time | relevance | path

Searched refs:kDictNumBits (Results 1 – 2 of 2) sorted by relevance

/external/brotli/c/enc/
Dstatic_dict_lut.h25 static const int kDictNumBits = 15; variable
Dstatic_dict.c23 return h >> (32 - kDictNumBits); in Hash()