/third_party/node/deps/brotli/c/enc/ |
H A D | bit_cost_inc.h | 43 BROTLI_MAX(uint32_t, histo0, BROTLI_MAX(uint32_t, histo1, histo2)); in BrotliPopulationCost() 64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in BrotliPopulationCost()
|
H A D | quality.h | 61 BROTLI_MAX(int, BROTLI_MIN_QUALITY, params->quality)); in SanitizeParams() 89 BROTLI_MAX(int, BROTLI_MIN_INPUT_BLOCK_BITS, lgblock)); in ComputeLgBlock() 100 return 1 + BROTLI_MAX(int, params->lgwin, params->lgblock); in ComputeRbBits()
|
H A D | backward_references_inc.h | 115 range_start = BROTLI_MIN(size_t, range_end, BROTLI_MAX(size_t, in CreateBackwardReferences() 140 BROTLI_MAX(size_t, FN(StoreLookahead)() - 1, 4); in CreateBackwardReferences() 149 BROTLI_MAX(size_t, FN(StoreLookahead)() - 1, 2); in CreateBackwardReferences()
|
H A D | hash_to_binary_tree_inc.h | 247 size_t minlen = BROTLI_MAX(size_t, 4, best_len + 1); in FindAllMatches() 315 self->window_mask_ - BROTLI_MAX(size_t, in StitchToPreviousBlock()
|
H A D | backward_references_hq.c | 493 result = BROTLI_MAX(size_t, result, l); in UpdateNodes() 545 result = BROTLI_MAX(size_t, result, len); in UpdateNodes() 638 skip = BROTLI_MAX(size_t, in ZopfliIterate() 701 skip = BROTLI_MAX(size_t, BackwardMatchLength(&matches[0]), skip); in BrotliZopfliComputeShortestPath()
|
H A D | metablock_inc.h | 90 BROTLI_MAX(size_t, self->block_size_, self->min_block_size_);
|
H A D | entropy_encode.c | 91 const uint32_t count = BROTLI_MAX(uint32_t, data[i], count_limit); in BrotliCreateHuffmanTree()
|
H A D | cluster_inc.h | 44 BROTLI_MAX(double, 0.0, pairs[0].cost_diff);
|
H A D | static_dict.c | 116 if (l > 9) minlen = BROTLI_MAX(size_t, minlen, l - 9); in BrotliFindAllStaticDictionaryMatches()
|
H A D | encode.c | 718 lgwin = BROTLI_MAX(int, lgwin, 18); in EnsureInitialized() 1297 new_cmd_alloc_size = BROTLI_MAX(size_t, expected_num_commands, in BrotliCompressBufferQuality10() 1493 BROTLI_MAX(int, 16, lgwin)); in BrotliEncoderCompress()
|
H A D | block_splitter_inc.h | 351 max_type = BROTLI_MAX(uint8_t, max_type, id);
|
H A D | brotli_bit_stream.c | 641 max_reps = BROTLI_MAX(uint32_t, reps, max_reps); in RunLengthCodeZeros()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | quality.h | 61 BROTLI_MAX(int, BROTLI_MIN_QUALITY, params->quality)); in SanitizeParams() 89 BROTLI_MAX(int, BROTLI_MIN_INPUT_BLOCK_BITS, lgblock)); in ComputeLgBlock() 100 return 1 + BROTLI_MAX(int, params->lgwin, params->lgblock); in ComputeRbBits()
|
H A D | bit_cost_inc.h | 43 BROTLI_MAX(uint32_t, histo0, BROTLI_MAX(uint32_t, histo1, histo2)); in BrotliPopulationCost() 64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in BrotliPopulationCost()
|
H A D | backward_references_inc.h | 115 range_start = BROTLI_MIN(size_t, range_end, BROTLI_MAX(size_t, in CreateBackwardReferences() 140 BROTLI_MAX(size_t, FN(StoreLookahead)() - 1, 4); in CreateBackwardReferences() 149 BROTLI_MAX(size_t, FN(StoreLookahead)() - 1, 2); in CreateBackwardReferences()
|
H A D | hash_to_binary_tree_inc.h | 247 size_t minlen = BROTLI_MAX(size_t, 4, best_len + 1); in FindAllMatches() 315 self->window_mask_ - BROTLI_MAX(size_t, in StitchToPreviousBlock()
|
H A D | backward_references_hq.c | 493 result = BROTLI_MAX(size_t, result, l); in UpdateNodes() 545 result = BROTLI_MAX(size_t, result, len); in UpdateNodes() 638 skip = BROTLI_MAX(size_t, in ZopfliIterate() 701 skip = BROTLI_MAX(size_t, BackwardMatchLength(&matches[0]), skip); in BrotliZopfliComputeShortestPath()
|
H A D | metablock_inc.h | 90 BROTLI_MAX(size_t, self->block_size_, self->min_block_size_);
|
H A D | cluster_inc.h | 44 BROTLI_MAX(double, 0.0, pairs[0].cost_diff);
|
H A D | entropy_encode.c | 91 const uint32_t count = BROTLI_MAX(uint32_t, data[i], count_limit); in BrotliCreateHuffmanTree()
|
H A D | static_dict.c | 116 if (l > 9) minlen = BROTLI_MAX(size_t, minlen, l - 9); in BrotliFindAllStaticDictionaryMatches()
|
H A D | encode.c | 718 lgwin = BROTLI_MAX(int, lgwin, 18); in EnsureInitialized() 1297 new_cmd_alloc_size = BROTLI_MAX(size_t, expected_num_commands, in BrotliCompressBufferQuality10() 1493 BROTLI_MAX(int, 16, lgwin)); in BrotliEncoderCompress()
|
H A D | block_splitter_inc.h | 351 max_type = BROTLI_MAX(uint8_t, max_type, id);
|
/third_party/node/deps/brotli/c/common/ |
H A D | platform.h | 520 #define BROTLI_MAX(T, A, B) (brotli_max_ ## T((A), (B))) macro
|
/third_party/skia/third_party/externals/brotli/c/common/ |
H A D | platform.h | 520 #define BROTLI_MAX(T, A, B) (brotli_max_ ## T((A), (B))) macro
|