Home
last modified time | relevance | path

Searched refs:BROTLI_MAX_NPOSTFIX (Results 1 – 4 of 4) sorted by relevance

/external/brotli/c/common/
Dconstants.h38 #define BROTLI_MAX_NPOSTFIX 3 macro
47 BROTLI_MAX_NDIRECT, BROTLI_MAX_NPOSTFIX, BROTLI_LARGE_MAX_DISTANCE_BITS)
/external/brotli/c/enc/
Dmetablock.c42 static const uint32_t bound[BROTLI_MAX_NPOSTFIX + 1] = {0, 4, 12, 28}; in BrotliInitDistanceParams()
157 for (npostfix = 0; npostfix <= BROTLI_MAX_NPOSTFIX; npostfix++) { in BrotliBuildMetaBlock()
Dencode.c663 if (distance_postfix_bits > BROTLI_MAX_NPOSTFIX || in ChooseDistanceParams()
/external/brotli/c/dec/
Ddecode.c1941 static const uint32_t bound[BROTLI_MAX_NPOSTFIX + 1] = {0, 4, 12, 28}; in BrotliMaxDistanceSymbol()
1942 static const uint32_t diff[BROTLI_MAX_NPOSTFIX + 1] = {73, 126, 228, 424}; in BrotliMaxDistanceSymbol()