Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dcolor_cache.h44 static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc, in VP8LColorCacheGetIndex() function
/external/webp/src/enc/
Dbackward_references.c400 const int ix = VP8LColorCacheGetIndex(&hashers, pixel); in BackwardReferencesHashChain()
434 const int ix = VP8LColorCacheGetIndex(&hashers, pixel); in BackwardReferencesHashChain()
659 const int ix = VP8LColorCacheGetIndex(&hashers, argb[i]); in BackwardReferencesHashChainDistanceOnly()
755 const int idx = VP8LColorCacheGetIndex(&hashers, argb[i]); in BackwardReferencesHashChainFollowChosenPath()
906 const int ix = VP8LColorCacheGetIndex(&hashers, argb[pixel_index]); in ComputeCacheEntropy()