Searched refs:BROTLI_DISTANCE_ALPHABET_SIZE (Results 1 – 5 of 5) sorted by relevance
69 #define BROTLI_DISTANCE_ALPHABET_SIZE(NPOSTFIX, NDIRECT, MAXNBITS) ( \ macro74 BROTLI_DISTANCE_ALPHABET_SIZE( \
38 alphabet_size_max = BROTLI_DISTANCE_ALPHABET_SIZE( in BrotliInitDistanceParams()47 alphabet_size_max = BROTLI_DISTANCE_ALPHABET_SIZE( in BrotliInitDistanceParams()
34 BROTLI_DISTANCE_ALPHABET_SIZE(0, 0, BROTLI_LARGE_MAX_DISTANCE_BITS)
752 BROTLI_DISTANCE_ALPHABET_SIZE(0, 0, BROTLI_MAX_DISTANCE_BITS); in BrotliEncoderInitParams()
2390 uint32_t distance_alphabet_size_max = BROTLI_DISTANCE_ALPHABET_SIZE( in BrotliDecoderDecompressStream()2397 distance_alphabet_size_max = BROTLI_DISTANCE_ALPHABET_SIZE( in BrotliDecoderDecompressStream()