Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/utils/
Dcolor_cache.h44 static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc, in VP8LColorCacheGetIndex() function
/external/webp/src/utils/
Dcolor_cache.h51 static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc, in VP8LColorCacheGetIndex() function
/external/opencv3/3rdparty/libwebp/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()
841 const int ix = VP8LColorCacheGetIndex(&hashers, argb[pixel_index]); in ComputeCacheHistogram()
/external/webp/src/enc/
Dbackward_references.c328 const uint32_t key = VP8LColorCacheGetIndex(hashers, pixel); in AddSingleLiteral()
573 const int ix = VP8LColorCacheGetIndex(hashers, color); in AddSingleLiteralWithCostModel()
770 const int idx = VP8LColorCacheGetIndex(&hashers, argb[i]); in BackwardReferencesHashChainFollowChosenPath()
861 const uint32_t key = VP8LColorCacheGetIndex(&hashers, pix); in ComputeCacheEntropy()
965 const int ix = VP8LColorCacheGetIndex(&hashers, argb_literal); in BackwardRefsWithLocalCache()