Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/enc/
Dbit_cost_inc.h41 const uint32_t histo2 = histogram->data_[s[2]]; in FN() local
43 BROTLI_MAX(uint32_t, histo0, BROTLI_MAX(uint32_t, histo1, histo2)); in FN()
45 2 * (histo0 + histo1 + histo2) - histomax); in FN()
/third_party/skia/third_party/externals/brotli/c/enc/
Dbit_cost_inc.h41 const uint32_t histo2 = histogram->data_[s[2]]; in FN() local
43 BROTLI_MAX(uint32_t, histo0, BROTLI_MAX(uint32_t, histo1, histo2)); in FN()
45 2 * (histo0 + histo1 + histo2) - histomax); in FN()