OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:utf8_pos
(Results
1 - 1
of
1
) sorted by null
/external/brotli/enc/
literal_cost.c
69
size_t
utf8_pos
= 0;
local
72
++histogram[
utf8_pos
][c];
73
++in_window_utf8[
utf8_pos
];
74
utf8_pos
= UTF8Position(last_c, c, max_utf8);
102
size_t
utf8_pos
= UTF8Position(last_c, c, max_utf8);
local
104
size_t histo = histogram[
utf8_pos
][data[masked_pos]];
109
lit_cost = FastLog2(in_window_utf8[
utf8_pos
]) - FastLog2(histo);
Completed in 71 milliseconds