Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dliteral_cost.c69 size_t utf8_pos = 0; in EstimateBitCostsForLiteralsUTF8() local
72 ++histogram[utf8_pos][c]; in EstimateBitCostsForLiteralsUTF8()
73 ++in_window_utf8[utf8_pos]; in EstimateBitCostsForLiteralsUTF8()
74 utf8_pos = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8()
102 size_t utf8_pos = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8() local
104 size_t histo = histogram[utf8_pos][data[masked_pos]]; in EstimateBitCostsForLiteralsUTF8()
109 lit_cost = FastLog2(in_window_utf8[utf8_pos]) - FastLog2(histo); in EstimateBitCostsForLiteralsUTF8()