Home
last modified time | relevance | path

Searched refs:BROTLI_DISTANCE_ALPHABET_SIZE (Results 1 – 5 of 5) sorted by relevance

/external/brotli/c/common/
Dconstants.h69 #define BROTLI_DISTANCE_ALPHABET_SIZE(NPOSTFIX, NDIRECT, MAXNBITS) ( \ macro
74 BROTLI_DISTANCE_ALPHABET_SIZE( \
/external/brotli/c/enc/
Dmetablock.c38 alphabet_size_max = BROTLI_DISTANCE_ALPHABET_SIZE( in BrotliInitDistanceParams()
47 alphabet_size_max = BROTLI_DISTANCE_ALPHABET_SIZE( in BrotliInitDistanceParams()
Dbrotli_bit_stream.c34 BROTLI_DISTANCE_ALPHABET_SIZE(0, 0, BROTLI_LARGE_MAX_DISTANCE_BITS)
Dencode.c752 BROTLI_DISTANCE_ALPHABET_SIZE(0, 0, BROTLI_MAX_DISTANCE_BITS); in BrotliEncoderInitParams()
/external/brotli/c/dec/
Ddecode.c2390 uint32_t distance_alphabet_size_max = BROTLI_DISTANCE_ALPHABET_SIZE( in BrotliDecoderDecompressStream()
2397 distance_alphabet_size_max = BROTLI_DISTANCE_ALPHABET_SIZE( in BrotliDecoderDecompressStream()