Home
last modified time | relevance | path

Searched refs:BROTLI_MAX_ALLOWED_DISTANCE (Results 1 – 3 of 3) sorted by relevance

/external/brotli/c/common/
Dconstants.h86 #define BROTLI_MAX_ALLOWED_DISTANCE 0x7FFFFFFC macro
/external/brotli/c/enc/
Dmetablock.c46 BROTLI_MAX_ALLOWED_DISTANCE, npostfix, ndirect); in BrotliInitDistanceParams()
/external/brotli/c/dec/
Ddecode.c1900 if (s->distance_code > BROTLI_MAX_ALLOWED_DISTANCE) { in ProcessCommandsInternal()
2396 BROTLI_MAX_ALLOWED_DISTANCE, npostfix, ndirect); in BrotliDecoderDecompressStream()