Searched refs:BROTLI_MAX (Results 1 – 13 of 13) sorted by relevance
/external/brotli/enc/ |
D | bit_cost_inc.h | 43 BROTLI_MAX(uint32_t, histo0, BROTLI_MAX(uint32_t, histo1, histo2)); in FN() 64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
|
D | quality.h | 79 BROTLI_MAX(int, BROTLI_MIN_QUALITY, params->quality)); in SanitizeParams() 102 BROTLI_MAX(int, BROTLI_MIN_INPUT_BLOCK_BITS, lgblock)); in ComputeLgBlock() 113 return 1 + BROTLI_MAX(int, params->lgwin, params->lgblock); in ComputeRbBits()
|
D | backward_references_inc.h | 120 BROTLI_MAX(size_t, FN(StoreLookahead)() - 1, 4); in FN() 129 BROTLI_MAX(size_t, FN(StoreLookahead)() - 1, 2); in FN()
|
D | hash_to_binary_tree_inc.h | 242 size_t minlen = BROTLI_MAX(size_t, 4, best_len + 1); in FN() 308 self->window_mask_ - BROTLI_MAX(size_t, in FN()
|
D | port.h | 138 #define BROTLI_MAX(T, A, B) (brotli_max_ ## T((A), (B))) macro
|
D | backward_references_hq.c | 449 result = BROTLI_MAX(size_t, result, l); in UpdateNodes() 498 result = BROTLI_MAX(size_t, result, len); in UpdateNodes() 595 skip = BROTLI_MAX(size_t, in ZopfliIterate() 655 skip = BROTLI_MAX(size_t, BackwardMatchLength(&matches[0]), skip); in BrotliZopfliComputeShortestPath()
|
D | metablock_inc.h | 90 BROTLI_MAX(size_t, self->block_size_, self->min_block_size_); in FN()
|
D | cluster_inc.h | 42 BROTLI_MAX(double, 0.0, pairs[0].cost_diff);
|
D | entropy_encode.c | 89 const uint32_t count = BROTLI_MAX(uint32_t, data[i], count_limit); in BrotliCreateHuffmanTree()
|
D | encode.c | 662 lgwin = BROTLI_MAX(int, lgwin, 18); in EnsureInitialized() 1197 new_cmd_alloc_size = BROTLI_MAX(size_t, expected_num_commands, in BrotliCompressBufferQuality10() 1393 BROTLI_MAX(int, 16, lgwin)); in BrotliEncoderCompress()
|
D | static_dict.c | 119 if (l > 9) minlen = BROTLI_MAX(size_t, minlen, l - 9); in BrotliFindAllStaticDictionaryMatches()
|
D | block_splitter_inc.h | 347 max_type = BROTLI_MAX(uint8_t, max_type, id); in FN()
|
D | brotli_bit_stream.c | 655 max_reps = BROTLI_MAX(uint32_t, reps, max_reps); in RunLengthCodeZeros()
|