Searched refs:VP8LColorCacheContains (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/3rdparty/libwebp/utils/ |
D | color_cache.h | 49 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc, in VP8LColorCacheContains() function
|
/external/webp/src/utils/ |
D | color_cache.h | 56 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc, in VP8LColorCacheContains() function
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | backward_references.c | 320 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/ |
D | backward_references.c | 571 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()
|