Searched refs:max_utf8 (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/brotli/c/enc/ |
D | literal_cost.c | 39 size_t max_utf8 = 1; /* should be 2, but 1 compresses better. */ in DecideMultiByteStatsLevel() local 48 max_utf8 = 1; in DecideMultiByteStatsLevel() 51 max_utf8 = 0; in DecideMultiByteStatsLevel() 53 return max_utf8; in DecideMultiByteStatsLevel() 60 const size_t max_utf8 = DecideMultiByteStatsLevel(pos, len, mask, data); in EstimateBitCostsForLiteralsUTF8() local 74 utf8_pos = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8() 87 size_t utf8_pos2 = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8() 95 size_t utf8_pos2 = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8() 102 size_t utf8_pos = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | literal_cost.c | 39 size_t max_utf8 = 1; /* should be 2, but 1 compresses better. */ in DecideMultiByteStatsLevel() local 48 max_utf8 = 1; in DecideMultiByteStatsLevel() 51 max_utf8 = 0; in DecideMultiByteStatsLevel() 53 return max_utf8; in DecideMultiByteStatsLevel() 60 const size_t max_utf8 = DecideMultiByteStatsLevel(pos, len, mask, data); in EstimateBitCostsForLiteralsUTF8() local 74 utf8_pos = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8() 87 size_t utf8_pos2 = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8() 95 size_t utf8_pos2 = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8() 102 size_t utf8_pos = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8()
|