Home
last modified time | relevance | path

Searched refs:BROTLI_MAX (Results 1 - 25 of 26) sorted by relevance

12

/third_party/node/deps/brotli/c/enc/
H A Dbit_cost_inc.h43 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 Dquality.h61 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 Dbackward_references_inc.h115 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 Dhash_to_binary_tree_inc.h247 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 Dbackward_references_hq.c493 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 Dmetablock_inc.h90 BROTLI_MAX(size_t, self->block_size_, self->min_block_size_);
H A Dentropy_encode.c91 const uint32_t count = BROTLI_MAX(uint32_t, data[i], count_limit); in BrotliCreateHuffmanTree()
H A Dcluster_inc.h44 BROTLI_MAX(double, 0.0, pairs[0].cost_diff);
H A Dstatic_dict.c116 if (l > 9) minlen = BROTLI_MAX(size_t, minlen, l - 9); in BrotliFindAllStaticDictionaryMatches()
H A Dencode.c718 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 Dblock_splitter_inc.h351 max_type = BROTLI_MAX(uint8_t, max_type, id);
H A Dbrotli_bit_stream.c641 max_reps = BROTLI_MAX(uint32_t, reps, max_reps); in RunLengthCodeZeros()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dquality.h61 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 Dbit_cost_inc.h43 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 Dbackward_references_inc.h115 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 Dhash_to_binary_tree_inc.h247 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 Dbackward_references_hq.c493 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 Dmetablock_inc.h90 BROTLI_MAX(size_t, self->block_size_, self->min_block_size_);
H A Dcluster_inc.h44 BROTLI_MAX(double, 0.0, pairs[0].cost_diff);
H A Dentropy_encode.c91 const uint32_t count = BROTLI_MAX(uint32_t, data[i], count_limit); in BrotliCreateHuffmanTree()
H A Dstatic_dict.c116 if (l > 9) minlen = BROTLI_MAX(size_t, minlen, l - 9); in BrotliFindAllStaticDictionaryMatches()
H A Dencode.c718 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 Dblock_splitter_inc.h351 max_type = BROTLI_MAX(uint8_t, max_type, id);
/third_party/node/deps/brotli/c/common/
H A Dplatform.h520 #define BROTLI_MAX(T, A, B) (brotli_max_ ## T((A), (B))) macro
/third_party/skia/third_party/externals/brotli/c/common/
H A Dplatform.h520 #define BROTLI_MAX(T, A, B) (brotli_max_ ## T((A), (B))) macro

Completed in 37 milliseconds

12