Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dbackward_references_cost_enc.c374 static WEBP_INLINE void UpdateCostAtIndex(CostManager* const manager, int i, in UpdateCostAtIndex() function
662 UpdateCostAtIndex(cost_manager, j - 1, 0); in BackwardReferencesHashChainDistanceOnly()
663 UpdateCostAtIndex(cost_manager, j, 0); in BackwardReferencesHashChainDistanceOnly()
672 UpdateCostAtIndex(cost_manager, i, 1); in BackwardReferencesHashChainDistanceOnly()