Home
last modified time | relevance | path

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

/external/brotli/c/common/
Dconstants.h66 #define BROTLI_MAX_NPOSTFIX 3 macro
75 BROTLI_MAX_NDIRECT, BROTLI_MAX_NPOSTFIX, BROTLI_LARGE_MAX_DISTANCE_BITS)
/external/brotli/c/enc/
Dmetablock.c153 for (npostfix = 0; npostfix <= BROTLI_MAX_NPOSTFIX; npostfix++) { in BrotliBuildMetaBlock()
Dencode.c676 if (distance_postfix_bits > BROTLI_MAX_NPOSTFIX || in ChooseDistanceParams()