Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dhistogram.h26 #define BROTLI_NUM_HISTOGRAM_DISTANCE_SYMBOLS 544 macro
44 #define DATA_SIZE BROTLI_NUM_HISTOGRAM_DISTANCE_SYMBOLS
Dencode.c621 if (num_effective_dist_codes > BROTLI_NUM_HISTOGRAM_DISTANCE_SYMBOLS) { in WriteMetaBlockInternal()
622 num_effective_dist_codes = BROTLI_NUM_HISTOGRAM_DISTANCE_SYMBOLS; in WriteMetaBlockInternal()
1322 if (num_effective_dist_codes > BROTLI_NUM_HISTOGRAM_DISTANCE_SYMBOLS) { in BrotliCompressBufferQuality10()
1323 num_effective_dist_codes = BROTLI_NUM_HISTOGRAM_DISTANCE_SYMBOLS; in BrotliCompressBufferQuality10()
Dbrotli_bit_stream.c968 num_effective_distance_symbols > BROTLI_NUM_HISTOGRAM_DISTANCE_SYMBOLS) { in BrotliStoreMetaBlock()
969 num_effective_distance_symbols = BROTLI_NUM_HISTOGRAM_DISTANCE_SYMBOLS; in BrotliStoreMetaBlock()