Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dbit_cost_inc.h42 const uint32_t histomax = in FN() local
45 2 * (histo0 + histo1 + histo2) - histomax); in FN()
50 uint32_t histomax; in FN() local
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax); in FN()