Searched refs:VP8LColorCacheInsert (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/enc/ |
D | backward_references.c | 403 if (use_color_cache) VP8LColorCacheInsert(&hashers, pixel); in BackwardReferencesHashChain() 418 VP8LColorCacheInsert(&hashers, argb[i + k]); in BackwardReferencesHashChain() 437 if (use_color_cache) VP8LColorCacheInsert(&hashers, pixel); in BackwardReferencesHashChain() 635 VP8LColorCacheInsert(&hashers, argb[i + k]); in BackwardReferencesHashChainDistanceOnly() 662 if (use_color_cache) VP8LColorCacheInsert(&hashers, argb[i]); in BackwardReferencesHashChainDistanceOnly() 741 VP8LColorCacheInsert(&hashers, argb[i + k]); in BackwardReferencesHashChainFollowChosenPath() 758 if (use_color_cache) VP8LColorCacheInsert(&hashers, argb[i]); in BackwardReferencesHashChainFollowChosenPath() 917 VP8LColorCacheInsert(&hashers, argb[pixel_index + k]); in ComputeCacheEntropy()
|
/external/webp/src/utils/ |
D | color_cache.h | 38 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, in VP8LColorCacheInsert() function
|
/external/webp/src/dec/ |
D | vp8l.c | 875 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData() 907 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData() 915 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData()
|