Searched refs:BROTLI_MAX_NPOSTFIX (Results 1 – 4 of 4) sorted by relevance
/external/brotli/c/common/ |
D | constants.h | 38 #define BROTLI_MAX_NPOSTFIX 3 macro 47 BROTLI_MAX_NDIRECT, BROTLI_MAX_NPOSTFIX, BROTLI_LARGE_MAX_DISTANCE_BITS)
|
/external/brotli/c/enc/ |
D | metablock.c | 42 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()
|
D | encode.c | 663 if (distance_postfix_bits > BROTLI_MAX_NPOSTFIX || in ChooseDistanceParams()
|
/external/brotli/c/dec/ |
D | decode.c | 1941 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()
|