Home
last modified time | relevance | path

Searched defs:lit_cost (Results 1 – 3 of 3) sorted by relevance

/external/cronet/tot/third_party/brotli/enc/
Dliteral_cost.c108 double lit_cost; in EstimateBitCostsForLiteralsUTF8() local
165 double lit_cost = FastLog2(in_window) - FastLog2(histo); in BrotliEstimateBitCostsForLiterals() local
/external/cronet/stable/third_party/brotli/enc/
Dliteral_cost.c108 double lit_cost; in EstimateBitCostsForLiteralsUTF8() local
165 double lit_cost = FastLog2(in_window) - FastLog2(histo); in BrotliEstimateBitCostsForLiterals() local
/external/brotli/c/enc/
Dliteral_cost.c105 double lit_cost; in EstimateBitCostsForLiteralsUTF8() local
161 double lit_cost = FastLog2(in_window) - FastLog2(histo); in BrotliEstimateBitCostsForLiterals() local