Searched refs:last_c (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/enc/ | ||
| H A D | literal_cost.c | 40 size_t last_c = 0; local in function:DecideMultiByteStatsLevel 44 ++counts[UTF8Position(last_c, c, 2)]; 45 last_c = c; 68 size_t last_c = 0; local in function:EstimateBitCostsForLiteralsUTF8 74 utf8_pos = UTF8Position(last_c, c, max_utf8); 75 last_c = c; 85 size_t last_c = local in function:EstimateBitCostsForLiteralsUTF8 87 size_t utf8_pos2 = UTF8Position(last_c, c, max_utf8); 94 size_t last_c = data[(pos + i + window_half - 2) & mask]; local in function:EstimateBitCostsForLiteralsUTF8 95 size_t utf8_pos2 = UTF8Position(last_c, 101 size_t last_c = i < 2 ? 0 : data[(pos + i - 2) & mask]; local in function:EstimateBitCostsForLiteralsUTF8 [all...] |
Completed in 6 milliseconds