Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dbackward_references_cost_enc.c321 static WEBP_INLINE void UpdateCost(CostManager* const manager, int i, in UpdateCost() function
338 for (i = start; i < end; ++i) UpdateCost(manager, i, position, cost); in UpdateCostPerInterval()
386 UpdateCost(manager, i, current->index_, current->cost_); in UpdateCostAtIndex()