Searched refs:SetCost (Results 1 – 1 of 1) sorted by relevance
/external/brotli/c/enc/ |
D | backward_references_hq.c | 103 static void SetCost(const uint32_t* histogram, size_t histogram_size, in SetCost() function 172 SetCost(histogram_literal, BROTLI_NUM_LITERAL_SYMBOLS, BROTLI_TRUE, in ZopfliCostModelSetFromCommands() 174 SetCost(histogram_cmd, BROTLI_NUM_COMMAND_SYMBOLS, BROTLI_FALSE, in ZopfliCostModelSetFromCommands() 176 SetCost(histogram_dist, self->distance_histogram_size, BROTLI_FALSE, in ZopfliCostModelSetFromCommands()
|