Home
last modified time | relevance | path

Searched refs:BROTLI_MAX (Results 1 – 13 of 13) sorted by relevance

/external/brotli/enc/
Dbit_cost_inc.h43 BROTLI_MAX(uint32_t, histo0, BROTLI_MAX(uint32_t, histo1, histo2)); in FN()
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
Dquality.h79 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()
Dbackward_references_inc.h120 BROTLI_MAX(size_t, FN(StoreLookahead)() - 1, 4); in FN()
129 BROTLI_MAX(size_t, FN(StoreLookahead)() - 1, 2); in FN()
Dhash_to_binary_tree_inc.h242 size_t minlen = BROTLI_MAX(size_t, 4, best_len + 1); in FN()
308 self->window_mask_ - BROTLI_MAX(size_t, in FN()
Dport.h138 #define BROTLI_MAX(T, A, B) (brotli_max_ ## T((A), (B))) macro
Dbackward_references_hq.c449 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()
Dmetablock_inc.h90 BROTLI_MAX(size_t, self->block_size_, self->min_block_size_); in FN()
Dcluster_inc.h42 BROTLI_MAX(double, 0.0, pairs[0].cost_diff);
Dentropy_encode.c89 const uint32_t count = BROTLI_MAX(uint32_t, data[i], count_limit); in BrotliCreateHuffmanTree()
Dencode.c662 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()
Dstatic_dict.c119 if (l > 9) minlen = BROTLI_MAX(size_t, minlen, l - 9); in BrotliFindAllStaticDictionaryMatches()
Dblock_splitter_inc.h347 max_type = BROTLI_MAX(uint8_t, max_type, id); in FN()
Dbrotli_bit_stream.c655 max_reps = BROTLI_MAX(uint32_t, reps, max_reps); in RunLengthCodeZeros()