Searched refs:BROTLI_MAX_DISTANCE_BITS (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/brotli/c/common/ |
H A D | constants.h | 68 #define BROTLI_MAX_DISTANCE_BITS 24U macro
|
/third_party/skia/third_party/externals/brotli/c/common/ |
H A D | constants.h | 68 #define BROTLI_MAX_DISTANCE_BITS 24U macro
|
/third_party/node/deps/brotli/c/enc/ |
H A D | metablock.c | 39 npostfix, ndirect, BROTLI_MAX_DISTANCE_BITS); in BrotliInitDistanceParams() 41 max_distance = ndirect + (1U << (BROTLI_MAX_DISTANCE_BITS + npostfix + 2)) - in BrotliInitDistanceParams()
|
H A D | encode.c | 752 BROTLI_DISTANCE_ALPHABET_SIZE(0, 0, BROTLI_MAX_DISTANCE_BITS); in BrotliEncoderInitParams()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | metablock.c | 39 npostfix, ndirect, BROTLI_MAX_DISTANCE_BITS); in BrotliInitDistanceParams() 41 max_distance = ndirect + (1U << (BROTLI_MAX_DISTANCE_BITS + npostfix + 2)) - in BrotliInitDistanceParams()
|
H A D | encode.c | 752 BROTLI_DISTANCE_ALPHABET_SIZE(0, 0, BROTLI_MAX_DISTANCE_BITS); in BrotliEncoderInitParams()
|
/third_party/node/deps/brotli/c/dec/ |
H A D | decode.c | 2391 npostfix, ndirect, BROTLI_MAX_DISTANCE_BITS); in BrotliDecoderDecompressStream()
|
/third_party/skia/third_party/externals/brotli/c/dec/ |
H A D | decode.c | 2391 npostfix, ndirect, BROTLI_MAX_DISTANCE_BITS); in BrotliDecoderDecompressStream()
|
Completed in 17 milliseconds