Home
last modified time | relevance | path

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

/external/brotli/research/
Dbrotli_decoder.c63 BrotliDecoderSetParameter(ctx.decoder, BROTLI_DECODER_PARAM_LARGE_WINDOW, 1); in main()
/external/brotli/c/include/brotli/
Ddecode.h142 BROTLI_DECODER_PARAM_LARGE_WINDOW = 1 enumerator
/external/brotli/c/tools/
Dbrotli.c879 BrotliDecoderSetParameter(s, BROTLI_DECODER_PARAM_LARGE_WINDOW, 1u); in DecompressFiles()
/external/brotli/c/dec/
Ddecode.c68 case BROTLI_DECODER_PARAM_LARGE_WINDOW: in BrotliDecoderSetParameter()