Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/utils/
Dcolor_cache.h49 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc, in VP8LColorCacheContains() function
/external/webp/src/utils/
Dcolor_cache.h56 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc, in VP8LColorCacheContains() function
/external/opencv3/3rdparty/libwebp/enc/
Dbackward_references.c320 if (use_color_cache && VP8LColorCacheContains(&hashers, pixel)) { in BackwardReferencesHashChain()
352 if (use_color_cache && VP8LColorCacheContains(&hashers, pixel)) { in BackwardReferencesHashChain()
576 if (use_color_cache && VP8LColorCacheContains(&hashers, argb[i])) { in BackwardReferencesHashChainDistanceOnly()
673 if (use_color_cache && VP8LColorCacheContains(&hashers, argb[i])) { in BackwardReferencesHashChainFollowChosenPath()
839 VP8LColorCacheContains(&hashers, argb[pixel_index])) { in ComputeCacheHistogram()
/external/webp/src/enc/
Dbackward_references.c571 if (use_color_cache && VP8LColorCacheContains(hashers, color)) { in AddSingleLiteralWithCostModel()
768 if (use_color_cache && VP8LColorCacheContains(&hashers, argb[i])) { in BackwardReferencesHashChainFollowChosenPath()
964 if (VP8LColorCacheContains(&hashers, argb_literal)) { in BackwardRefsWithLocalCache()