Searched refs:BROTLI_NUM_HISTOGRAM_DISTANCE_SYMBOLS (Results 1 – 3 of 3) sorted by relevance
26 #define BROTLI_NUM_HISTOGRAM_DISTANCE_SYMBOLS 544 macro44 #define DATA_SIZE BROTLI_NUM_HISTOGRAM_DISTANCE_SYMBOLS
621 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()
968 num_effective_distance_symbols > BROTLI_NUM_HISTOGRAM_DISTANCE_SYMBOLS) { in BrotliStoreMetaBlock()969 num_effective_distance_symbols = BROTLI_NUM_HISTOGRAM_DISTANCE_SYMBOLS; in BrotliStoreMetaBlock()