Searched refs:BROTLI_LARGE_MIN_WBITS (Results 1 – 2 of 2) sorted by relevance
/external/brotli/c/common/ | ||
D | constants.h | 51 #define BROTLI_LARGE_MIN_WBITS 10 macro |
/external/brotli/c/dec/ | ||
D | decode.c | 2191 if (s->window_bits < BROTLI_LARGE_MIN_WBITS || in BrotliDecoderDecompressStream() |