Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dliteral_cost.c64 size_t in_window_utf8[3] = { 0 }; in EstimateBitCostsForLiteralsUTF8() local
73 ++in_window_utf8[utf8_pos]; in EstimateBitCostsForLiteralsUTF8()
89 --in_window_utf8[utf8_pos2]; in EstimateBitCostsForLiteralsUTF8()
97 ++in_window_utf8[utf8_pos2]; in EstimateBitCostsForLiteralsUTF8()
109 lit_cost = FastLog2(in_window_utf8[utf8_pos]) - FastLog2(histo); in EstimateBitCostsForLiteralsUTF8()