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

/xsrc/external/mit/brotli/dist/c/enc/
H A Dquality.h68 int max_lgwin = params->large_window ? BROTLI_LARGE_MAX_WINDOW_BITS : local in function:SanitizeParams
70 if (params->lgwin > max_lgwin) params->lgwin = max_lgwin;

Completed in 2 milliseconds