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