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.h41 #define BROTLI_DISTANCE_ALPHABET_SIZE(NPOSTFIX, NDIRECT, MAXNBITS) ( \ macro
46 BROTLI_DISTANCE_ALPHABET_SIZE( \
/external/brotli/c/enc/
Dmetablock.c36 alphabet_size = BROTLI_DISTANCE_ALPHABET_SIZE( in BrotliInitDistanceParams()
44 alphabet_size = BROTLI_DISTANCE_ALPHABET_SIZE( in BrotliInitDistanceParams()
Dbrotli_bit_stream.c34 BROTLI_DISTANCE_ALPHABET_SIZE(0, 0, BROTLI_LARGE_MAX_DISTANCE_BITS)
Dencode.c721 BROTLI_DISTANCE_ALPHABET_SIZE(0, 0, BROTLI_MAX_DISTANCE_BITS); in BrotliEncoderInitParams()
/external/brotli/c/dec/
Ddecode.c2296 uint32_t num_distance_codes = BROTLI_DISTANCE_ALPHABET_SIZE( in BrotliDecoderDecompressStream()