Searched refs:missing_symbol_cost (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dbackward_references_hq.c108 float missing_symbol_cost; local in function:SetCost
120 missing_symbol_cost = (float)FastLog2(missing_symbol_sum) + 2;
123 cost[i] = missing_symbol_cost;

Completed in 3 milliseconds