Searched refs:distance_alphabet_size_max (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/brotli/dist/c/dec/
H A Ddecode.c2390 uint32_t distance_alphabet_size_max = BROTLI_DISTANCE_ALPHABET_SIZE( local in function:BrotliDecoderDecompressStream
2392 uint32_t distance_alphabet_size_limit = distance_alphabet_size_max;
2397 distance_alphabet_size_max = BROTLI_DISTANCE_ALPHABET_SIZE(
2414 s, &s->distance_hgroup, distance_alphabet_size_max,

Completed in 4 milliseconds