Home
last modified time | relevance | path

Searched refs:UpdateCost (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/Tooling/ASTDiff/
DASTDiff.cpp670 double UpdateCost = getUpdateCost(D1, D2); in computeForestDist() local
674 ForestDist[D1 - 1][D2 - 1] + UpdateCost}); in computeForestDist()