Home
last modified time | relevance | path

Searched refs:VP8LColorCache (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/utils/
Dcolor_cache.h28 } VP8LColorCache; typedef
33 const VP8LColorCache* const cc, uint32_t key) { in VP8LColorCacheLookup()
38 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, in VP8LColorCacheInsert()
44 static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc, in VP8LColorCacheGetIndex()
49 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc, in VP8LColorCacheContains()
59 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
62 void VP8LColorCacheClear(VP8LColorCache* const color_cache);
Dcolor_cache.c22 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { in VP8LColorCacheInit()
33 void VP8LColorCacheClear(VP8LColorCache* const cc) { in VP8LColorCacheClear()
/external/webp/src/dec/
Dvp8li.h45 VP8LColorCache color_cache_;
Dvp8l.c839 VP8LColorCache* const color_cache = in DecodeImageData()
/external/webp/src/enc/
Dbackward_references.c359 VP8LColorCache hashers; in BackwardReferencesHashChain()
572 VP8LColorCache hashers; in BackwardReferencesHashChainDistanceOnly()
718 VP8LColorCache hashers; in BackwardReferencesHashChainFollowChosenPath()
890 VP8LColorCache hashers; in ComputeCacheEntropy()