Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dcolor_cache_utils.h29 } VP8LColorCache; typedef
38 const VP8LColorCache* const cc, uint32_t key) { in VP8LColorCacheLookup()
43 static WEBP_INLINE void VP8LColorCacheSet(const VP8LColorCache* const cc, in VP8LColorCacheSet()
49 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, in VP8LColorCacheInsert()
55 static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc, in VP8LColorCacheGetIndex()
61 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc, in VP8LColorCacheContains()
71 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
73 void VP8LColorCacheCopy(const VP8LColorCache* const src,
74 VP8LColorCache* const dst);
77 void VP8LColorCacheClear(VP8LColorCache* const color_cache);
Dcolor_cache_utils.c23 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { in VP8LColorCacheInit()
35 void VP8LColorCacheClear(VP8LColorCache* const cc) { in VP8LColorCacheClear()
42 void VP8LColorCacheCopy(const VP8LColorCache* const src, in VP8LColorCacheCopy()
43 VP8LColorCache* const dst) { in VP8LColorCacheCopy()
/external/webp/src/dec/
Dvp8li_dec.h45 VP8LColorCache color_cache_;
46 VP8LColorCache saved_color_cache_; // for incremental
Dvp8l_dec.c1065 VP8LColorCache* const color_cache = in DecodeImageData()
/external/webp/src/enc/
Dbackward_references_enc.c433 VP8LColorCache* const hashers, in AddSingleLiteral()
456 VP8LColorCache hashers; in BackwardReferencesRle()
503 VP8LColorCache hashers; in BackwardReferencesLz77()
648 VP8LColorCache* const hashers, in AddSingleLiteralWithCostModel()
1256 VP8LColorCache hashers; in BackwardReferencesHashChainDistanceOnly()
1444 VP8LColorCache hashers; in BackwardReferencesHashChainFollowChosenPath()
1536 VP8LColorCache hashers[MAX_COLOR_CACHE_BITS + 1]; in ComputeCacheEntropies()
1663 VP8LColorCache hashers; in BackwardRefsWithLocalCache()