Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dliteral_cost.c87 size_t utf8_pos2 = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8() local
88 --histogram[utf8_pos2][data[(pos + i - window_half) & mask]]; in EstimateBitCostsForLiteralsUTF8()
89 --in_window_utf8[utf8_pos2]; in EstimateBitCostsForLiteralsUTF8()
95 size_t utf8_pos2 = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8() local
96 ++histogram[utf8_pos2][data[(pos + i + window_half) & mask]]; in EstimateBitCostsForLiteralsUTF8()
97 ++in_window_utf8[utf8_pos2]; in EstimateBitCostsForLiteralsUTF8()