Searched refs:BROTLI_MAX_ALLOWED_DISTANCE (Results 1 – 3 of 3) sorted by relevance
49 #define BROTLI_MAX_ALLOWED_DISTANCE 0x7FFFFFFC macro
50 max_distance = BROTLI_MAX_ALLOWED_DISTANCE - (bound[npostfix] - ndirect); in BrotliInitDistanceParams()54 max_distance = BROTLI_MAX_ALLOWED_DISTANCE; in BrotliInitDistanceParams()
1803 if (s->distance_code > BROTLI_MAX_ALLOWED_DISTANCE) { in ProcessCommandsInternal()