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

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

Completed in 2 milliseconds