Home
last modified time | relevance | path

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

/external/brotli/c/common/
Dconstants.h51 #define BROTLI_LARGE_MIN_WBITS 10 macro
/external/brotli/c/dec/
Ddecode.c2191 if (s->window_bits < BROTLI_LARGE_MIN_WBITS || in BrotliDecoderDecompressStream()