Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dcolor_cache.h42 static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc, in VP8LColorCacheGetIndex() function
/external/webp/src/enc/
Dbackward_references.c321 const int ix = VP8LColorCacheGetIndex(&hashers, pixel); in BackwardReferencesHashChain()
354 const int ix = VP8LColorCacheGetIndex(&hashers, pixel); in BackwardReferencesHashChain()
577 const int ix = VP8LColorCacheGetIndex(&hashers, argb[i]); in BackwardReferencesHashChainDistanceOnly()
675 const int idx = VP8LColorCacheGetIndex(&hashers, argb[i]); in BackwardReferencesHashChainFollowChosenPath()
839 const int ix = VP8LColorCacheGetIndex(&hashers, argb[pixel_index]); in ComputeCacheHistogram()