Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dbackward_references_cost_enc.c95 static WEBP_INLINE double GetLiteralCost(const CostModel* const m, uint32_t v) { in GetLiteralCost() function
135 cost_val += GetLiteralCost(cost_model, color) * mul1; in AddSingleLiteralWithCostModel()