Searched defs:last_c (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dliteral_cost.c40 size_t last_c = 0; local in function:DecideMultiByteStatsLevel
68 size_t last_c = 0; local in function:EstimateBitCostsForLiteralsUTF8
85 size_t last_c = local in function:EstimateBitCostsForLiteralsUTF8
94 size_t last_c = data[(pos + i + window_half - 2) & mask]; local in function:EstimateBitCostsForLiteralsUTF8
101 size_t last_c = i < 2 ? 0 : data[(pos + i - 2) & mask]; local in function:EstimateBitCostsForLiteralsUTF8
[all...]

Completed in 3 milliseconds