Searched refs:UpdateCost (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/enc/ |
D | backward_references_enc.c | 967 static WEBP_INLINE void UpdateCost(CostManager* const manager, int i, int index, in UpdateCost() function 986 for (i = start; i < end; ++i) UpdateCost(manager, i, index, distance_cost); in UpdateCostPerInterval() 1032 UpdateCost(manager, i, current->index_, current->distance_cost_); in UpdateCostPerIndex() 1337 UpdateCost(cost_manager, j, i, distance_cost); in BackwardReferencesHashChainDistanceOnly()
|