Home
last modified time | relevance | path

Searched refs:in_window (Results 1 – 1 of 1) sorted by relevance

/external/brotli/c/enc/
Dliteral_cost.c63 size_t in_window = BROTLI_MIN(size_t, window_half, len); in EstimateBitCostsForLiteralsUTF8() local
70 for (i = 0; i < in_window; ++i) { in EstimateBitCostsForLiteralsUTF8()
135 size_t in_window = BROTLI_MIN(size_t, window_half, len); in BrotliEstimateBitCostsForLiterals() local
139 for (i = 0; i < in_window; ++i) { in BrotliEstimateBitCostsForLiterals()
149 --in_window; in BrotliEstimateBitCostsForLiterals()
154 ++in_window; in BrotliEstimateBitCostsForLiterals()
161 double lit_cost = FastLog2(in_window) - FastLog2(histo); in BrotliEstimateBitCostsForLiterals()