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

/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dliteral_cost.cc43 int max_utf8 = 1; // should be 2, but 1 compresses better. local
53 max_utf8 = 1;
56 max_utf8 = 0;
58 return max_utf8;
65 // max_utf8 is 0 (normal ascii single byte modeling),
67 const int max_utf8 = DecideMultiByteStatsLevel(pos, len, mask, data); local
80 utf8_pos = UTF8Position(last_c, c, max_utf8);
92 int utf8_pos2 = UTF8Position(last_c, c, max_utf8);
102 int utf8_pos2 = UTF8Position(last_c, c, max_utf8);
108 int utf8_pos = UTF8Position(last_c, c, max_utf8);
[all...]

Completed in 127 milliseconds