Searched refs:utf8_pos (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/enc/ | ||
| H A D | literal_cost.c | 69 size_t utf8_pos = 0; local in function:EstimateBitCostsForLiteralsUTF8 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 in function:EstimateBitCostsForLiteralsUTF8 104 size_t histo = histogram[utf8_pos][data[masked_pos]]; 109 lit_cost = FastLog2(in_window_utf8[utf8_pos]) - FastLog2(histo); |
Completed in 2 milliseconds