Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/common/
H A Dconstants.h68 #define BROTLI_MAX_DISTANCE_BITS 24U macro
/third_party/skia/third_party/externals/brotli/c/common/
H A Dconstants.h68 #define BROTLI_MAX_DISTANCE_BITS 24U macro
/third_party/node/deps/brotli/c/enc/
H A Dmetablock.c39 npostfix, ndirect, BROTLI_MAX_DISTANCE_BITS); in BrotliInitDistanceParams()
41 max_distance = ndirect + (1U << (BROTLI_MAX_DISTANCE_BITS + npostfix + 2)) - in BrotliInitDistanceParams()
H A Dencode.c752 BROTLI_DISTANCE_ALPHABET_SIZE(0, 0, BROTLI_MAX_DISTANCE_BITS); in BrotliEncoderInitParams()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dmetablock.c39 npostfix, ndirect, BROTLI_MAX_DISTANCE_BITS); in BrotliInitDistanceParams()
41 max_distance = ndirect + (1U << (BROTLI_MAX_DISTANCE_BITS + npostfix + 2)) - in BrotliInitDistanceParams()
H A Dencode.c752 BROTLI_DISTANCE_ALPHABET_SIZE(0, 0, BROTLI_MAX_DISTANCE_BITS); in BrotliEncoderInitParams()
/third_party/node/deps/brotli/c/dec/
H A Ddecode.c2391 npostfix, ndirect, BROTLI_MAX_DISTANCE_BITS); in BrotliDecoderDecompressStream()
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c2391 npostfix, ndirect, BROTLI_MAX_DISTANCE_BITS); in BrotliDecoderDecompressStream()

Completed in 17 milliseconds