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